摘要: 导出Excel文件 1. 使用xlwt模块 import xlwt import xlwt # 导入xlwt # 新建一个excel文件 file = xlwt.Workbook() #注意这里的Workbook首字母是大写,无语吧 # 新建一个sheet table = file.add_shee 阅读全文
posted @ 2018-09-20 11:13 居安思危 阅读(3303) 评论(0) 推荐(1)