09 2020 档案

摘要:import xlrd def read_xls(file): # 打开xls文件 data = xlrd.open_workbook(file) # 打开所有表 tables = data.sheets() for table in tables: # 获取表的行数 nrows = table.n 阅读全文
posted @ 2020-09-01 00:12 冰底熊 编辑

点击右上角即可分享
微信分享提示