A python library to create, read and write Microsoft Office Word 2007 docx files.
The docx module creates, reads and writes Microsoft Office Word 2007 docx files.
##Including the following features:
###Creation:
- Paragraphs
- Bullets
- Numbered lists
- Document properties (author, company, etc)
- Multiple levels of headings
- Tables
- Section and page breaks
- Images
###Modification:
- Search and replace
- Extract plain text of document
- Add and delete items anywhere within the document
- Change document properties
- Run xpath queries against particular locations in the document - useful for retrieving data from user-completed templates.
For detailed information and examples, visit the python-docx documentation.
Available from pypi.
See also the official GitHub homepage.