摘要: import openpyxl,csv,os exl=openpyxl.Workbook() for csvfile in os.listdir("."): if not csvfile.endswith(".csv"): continue print('change csv file ' + csvfile + '...') csvrow=[] ... 阅读全文
posted @ 2017-03-14 17:22 zhgmyron 阅读(467) 评论(0) 推荐(0) 编辑