摘要:
```
from xlutils.copy import copy
import xlrd
import xlwt tem_excel=xlrd.open_workbook('日统计.xls',formatting_info=True) tem_sheet=tem_excel.sheet_by_index(0) new_excel=copy(tem_excel)
new_sheet=new_... 阅读全文
posted @ 2019-06-05 22:49
hank-li
阅读(4244)
评论(0)
推荐(0)