我正在使用python docx库,需要从文档中的表读取数据。 尽管我可以使用以下代码读取数据, document = Document(path_to_your_docx) tables = document.tables for ...
確定! 回上一頁