摘要: #-*- coding:gbk -*- import os import docx from win32com import client as wc import xlwt import xlsxwriter # 获取filepath文件夹下的所有的文件 def getfilelist(filepath): filelist = os.listdir(filepath) ... 阅读全文
posted @ 2018-12-11 19:55 sixu 阅读(3414) 评论(0) 推荐(0) 编辑