2019年6月26日

摘要: from openpyxl import * class excel(): def __init__(self,file): self.file = file self.wb = load_workbook(self.file) sheets = self.wb.get_sheet_names() self.sheet... 阅读全文
posted @ 2019-06-26 17:11 lbxx 阅读(25987) 评论(0) 推荐(1) 编辑
摘要: def getfile(dir_file): baseUrl = dir_file fileList = [] list = os.listdir(baseUrl) for i in range (0, len(list)): path = os.path.join(baseUrl,list[i]) if os.path... 阅读全文
posted @ 2019-06-26 11:23 lbxx 阅读(718) 评论(0) 推荐(0) 编辑
摘要: [email]smtpserver=xxxusername=xxxpassword=xxxsender=xxxreceiver=xxx 阅读全文
posted @ 2019-06-26 10:20 lbxx 阅读(351) 评论(0) 推荐(0) 编辑

导航