05 2021 档案

摘要:#coding=utf-8import numpy as npimport xlrddef import_excel_matrix(path): table = xlrd.open_workbook(path).sheets()[0] # 获取第一个sheet表 row = table.nrows 阅读全文
posted @ 2021-05-26 15:28 monstasu 阅读(600) 评论(0) 推荐(0)