天宫鹤

2024年6月21日

Python win32com读写Word文档中的表格单元格

摘要: # 读Word表格单元格def read_cell(_table, _row, _column): _w_cells = _table.Cell(_row, _column) return _w_cells.Range.Text[:-2]# 写Word表格单元格def write_cell(_tab 阅读全文

posted @ 2024-06-21 15:56 GoGrid 阅读(3) 评论(0) 推荐(0) 编辑

导航