天宫鹤

06 2024 档案

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 阅读(126) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示