摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
[email]smtpserver=xxxusername=xxxpassword=xxxsender=xxxreceiver=xxx 阅读全文