摘要: Excel中包含多个sheet,联系的是唯一的id import openpyxl wb=openpyxl.load_workbook(r'E:\\shenghe\\excels\\branch\\房间配置.xlsx') sheet1=wb['比赛场'] max_row_1=sheet1.max_r 阅读全文
posted @ 2020-05-15 16:13 余者皆可 阅读(276) 评论(0) 推荐(0)