摘要: 1、将txt文件写入到excel import xlwt #写入文件import os# main function:将txt文件写入到exceldef txt_to_excel(sheetName,excelFileName,txtFileName,col_num): ''' :param she 阅读全文
posted @ 2019-12-04 16:55 truthness 阅读(313) 评论(0) 推荐(0) 编辑