booktype / python-ooxml

Python library for parsing .docx (Office Open XML) files
GNU Affero General Public License v3.0
52 stars 24 forks source link

sdt in table cell #35

Open nitinkhosla79 opened 6 years ago

nitinkhosla79 commented 6 years ago

During parsing of a table in docx, sdt control is found in a cell. Now parser errorneously post 1 column output for the row below. (it thinks that there is only 1 column in this table row). How to fix/handle this?

Cell structure looks like as below.

aerkalov commented 6 years ago

I do not see the structure of it. Can you maybe post also .docx file so I could test it to see what is going on?