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 northwest 阅读(41) 评论(0) 推荐(0) 编辑