摘要: import requestsimport refrom functools import reduceimport jsonimport base64import timeimport os 安装的python包 pwd = base64.b64decode("") #64位解码loginMeta 阅读全文
posted @ 2018-02-05 15:30 Moucong 阅读(1749) 评论(0) 推荐(0) 编辑
摘要: from html.parser import HTMLParserimport jsonimport refrom openpyxl import Workbookfrom openpyxl.utils import get_column_letterfrom itertools import i 阅读全文
posted @ 2018-02-05 15:29 Moucong 阅读(1853) 评论(0) 推荐(0) 编辑
摘要: import osimport shutildef copyPDF(): addressPDF = "E:/totally/FinancePDF/" f_list = os.listdir(addressPDF) n=0 for fileNAME in f_list: if os.path.spli 阅读全文
posted @ 2018-02-05 15:24 Moucong 阅读(7663) 评论(0) 推荐(0) 编辑
摘要: import osdef remove(): filearray = [] address_Excel="E:\\totally\\FinancePDF" f_list = os.listdir(address_Excel) for fileNAME in f_list: # os.path.spl 阅读全文
posted @ 2018-02-05 15:23 Moucong 阅读(2594) 评论(0) 推荐(0) 编辑
摘要: # 下面这些变量需要您根据自己的具体情况选择title = ["编号","项目负责人","项目","报销事由","报销项内容*","费用合计","预约报销日期","报销人","结算信息"]# 在哪里搜索多个表格# filelocation = "E:\\totally\\FinancePDF"fil 阅读全文
posted @ 2018-02-05 15:22 Moucong 阅读(6803) 评论(0) 推荐(0) 编辑