python 写excel
摘要:
操作步骤:导入xlwt模块,创建excel、sheet 、写入sheet、保存excel import xlwtbook=xlwt.Workbook()#创建一个excelsheet = book.add_sheet('stu_info')#加一个sheetsheet.write(0,0,'学生编号 阅读全文
posted @ 2018-07-13 11:25 福利~~ 阅读(137) 评论(0) 推荐(0) 编辑