摘要: 1 import xlrd 2 import xlwt 3 from xlutils.copy import copy 4 5 # 打开想要更改的excel文件 6 old_excel = xlrd.open_workbook('fileName.xls', formatting_info=True) 7 # 将操作文件对象拷贝,变成可写的workbook... 阅读全文
posted @ 2018-01-03 16:57 抓虫使者 阅读(8254) 评论(0) 推荐(1) 编辑