Ethan_feng

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年12月21日

摘要: import xlrd from xlutils.copy import copyworkbook=xlrd.open_workbook('test.xlsx')##打开excel为 .xlsx格式workbook1=copy(workbook)#复制sheet1=workbook1.get_she 阅读全文
posted @ 2019-12-21 18:27 Ethan_feng 阅读(1262) 评论(0) 推荐(0) 编辑