python-openxml / python-docx

Create and modify Word documents with Python
MIT License
4.38k stars 1.08k forks source link

I encountered an issue while processing the table in the attachment #1367

Open EricTulk opened 4 months ago

EricTulk commented 4 months ago

2.docx

table.column_cells(0)

When I tried to retrieve the set of cells in the first row of the table, I found that the first cell in the second row was mixed in the first row. Has anyone encountered the same problem before?