Open
Description
I am trying to parse a large set of documents and extract information from tables contained within. However, python-docx is not navigating correctly the table cells. I think it is due to inconsistency in the column count. len(_Row.cells) is in some cases greater than
Table._column_count.
I attach a sample document, a simple parsing script and the resulting output to show the problem.