我正在使用python docx库,需要从文档中的表中读取数据。 ... document.tables for table in tables: for row in table.rows: for cell in row.cells: ...
確定! 回上一頁