I am currently writing a python 3 program that parses through certain docx files and extracts the text and images from them. I have been trying to use docx but it will not import into my program. I have installed lxml, …
I am using python 2.7 with docx and I would like to change the background and text color of cells in my table based on condition.
I could not find any usefull resources about single cell formatting
Any suggestions?
Edit 1
my …
I want to parse a table from a .docx file using Python and python-docx into some useful data structure.
The .docx file contains only a single table in my case. I've uploaded it so you can have a look. Here's …