pymergedocx

python下调用php合并doc库


Keywords
pymergedocx
License
Apache-2.0
Install
pip install pymergedocx==0.1.4

Documentation

pymergedocx

target: https://pypi.python.org/pypi/pymergedocx

target: https://travis-ci.org/x-debug/pymergedocx

https://readthedocs.org/projects/pymergedocx/badge/?version=latest

target:
https://pymergedocx.readthedocs.io/en/latest/?badge=latest
alt: Documentation Status
python 下合并doc库,使用非常简单
merge_docx('{}/files/result.docx'.format(current_path), '{}/files/template.docx'.format(current_path),

'{}/files/template1.docx'.format(current_path), '{}/files/template2.docx'.format(current_path))

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.