file = docx.Document(path) · for table in file.tables: · for row in table.rows: · for cell in row.cells: · print(cell.text).
確定! 回上一頁