摘要: 1、excel内容 时间、日期、字符串、数字 #行rows 列colsfor row in range(0, table.nrows): for col in range(0,table.ncols): if table.cell(row, col).ctype == 3: import datet 阅读全文
posted @ 2020-10-10 17:54 南方的墙 阅读(3681) 评论(0) 推荐(0)