摘要: 官方文档地址:https://openpyxl.readthedocs.io/en/stable/tutorial.html 1. 加载excel import openpyxl from openpyxl.utils import get_column_letter,column_index_fr 阅读全文
posted @ 2019-12-09 15:27 wztshine 阅读(1626) 评论(0) 推荐(0) 编辑
摘要: import os import zipfile def zipDir(dirpath,outFullName): """ 压缩指定文件夹 :param dirpath: 目标文件夹路径 :param outFullName: 压缩文件保存路径+xxxx.zip """ zip = zipfile. 阅读全文
posted @ 2019-12-09 10:38 wztshine 阅读(349) 评论(0) 推荐(0) 编辑