Python读写excel文件
摘要:import pandas as pd import xlrd from xlutils.copy import copy # 读excel def readExcel(): df = pd.read_excel(r'resource/read-excel.xls') for i in df.val
阅读全文
posted @ 2021-05-17 18:45
posted @ 2021-05-17 18:45
posted @ 2021-05-17 15:37