文件名称:docxgen:生成Microsoft Office Word 2007文档的python库
文件大小:34KB
文件格式:ZIP
更新时间:2024-06-07 23:20:12
Python
docxgen自述文件 docxgen是用于生成Microsoft Office Word 2007文档的python库。 在不了解WordprocessingML细节的情况下,您可能会创建一个漂亮的Word文档,如下所示: from docxgen import Document, title doc = Document() doc.update( title='Moby Dick', creator='Herman Melville', created=datetime(...) ) body = doc.body body.append(title('Moby Dick')) body.append(subtitle('Moby Dick')) body.append(h1('Chapter 1')) body.append(paragraph([run(
【文件预览】:
docxgen-master
----MANIFEST.in(257B)
----.travis.yml(159B)
----README.rst(831B)
----docs()
--------conf.py(8KB)
--------license.txt(260B)
--------api.txt(1KB)
--------installation.txt(2KB)
--------changes.txt(24B)
--------development.txt(3KB)
--------quickstart.txt(2KB)
--------Makefile(5KB)
--------index.txt(451B)
----tests()
--------test_docx.py(2KB)
--------test_wordml.py(2KB)
--------__init__.py(302B)
----tox.ini(85B)
----LICENSE(1KB)
----CHANGES(180B)
----setup.cfg(85B)
----docxgen()
--------templates()
--------__init__.py(13KB)
----AUTHORS(107B)
----setup.py(508B)