forked frompython-openxml/python-docx
- Notifications
You must be signed in to change notification settings - Fork0
hellowac/python-docx-zh-cn
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
python-docx is a Python library for reading, creating, and updating Microsoft Word 2007+ (.docx) files.
pip install python-docx>>>fromdocximportDocument>>>document=Document()>>>document.add_paragraph("It was a dark and stormy night.")<docx.text.paragraph.Paragraphobjectat0x10f19e760>>>>document.save("dark-and-stormy.docx")>>>document=Document("dark-and-stormy.docx")>>>document.paragraphs[0].text'It was a dark and stormy night.'
More information is available in thepython-docx documentation
About
使用 Python 创建和修改 Word 文档
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Languages
- Python92.7%
- Gherkin6.7%
- Makefile0.6%