摘要:
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
阅读(517)
评论(0)
推荐(0)
浙公网安备 33010602011771号