Top "Python-docx" questions

A python library to create, read and write Microsoft Office Word 2007 docx files.

How to extract text from an existing docx file using python-docx

I'm trying to use python-docx module (pip install python-docx) but it seems to be very confusing as in github repo …

python python-2.7 python-3.x python-docx
How to use python-docx to replace text in a Word document and save

The oodocx module mentioned in the same page refers the user to an /examples folder that does not seem to …

python text replace ms-word python-docx
When import docx in python3.3 I have error ImportError: No module named 'exceptions'

when I import docx I have this error: >File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/docx-0.2.4-py3.3.…

python python-3.x python-docx
Add an image in a specific position in the document (.docx)?

I use Python-docx to generate Microsoft Word document.The user want that when he write for eg: "Good Morning every …

python image python-2.7 python-docx
Set paragraph font in python-docx

I am using python-docx 0.7.6. I can't seem to be able to figure out how to set font family and size …

python python-docx
Python docx Replace string in paragraph while keeping style

I need help replacing a string in a word document while keeping the formatting of the entire document. I'm using …

python python-2.7 python-docx
combine word document using python docx

I have few word files that each have specific content. I would like for a snippet that show me or …

python python-2.7 python-docx
Parse .docx in python 3

I am currently writing a python 3 program that parses through certain docx files and extracts the text and images from …

python ms-word docx python-docx
python docx set table cell background and text color

I am using python 2.7 with docx and I would like to change the background and text color of cells in …

python cell docx python-docx
Parsing of table from .docx file

I want to parse a table from a .docx file using Python and python-docx into some useful data structure. The .…

python xml parsing docx python-docx