在自动化过程中,会遇到各种格式的文件,那么使用python处理。
zip文件
csv文件
excel文件
python库csv
csv.reader
csv.writer
xlrd
excel表格分为页签sheet
可以通过cell()获取单元格
zipfile.ZipFile