摘要: import xlrdapply_dic = []def get_excel(excel_path): with xlrd.open_workbook(excel_path) as workbook : name_sheets = workbook.sheet_names() #获取Excel的sh 阅读全文
posted @ 2020-09-24 10:13 fyangq 阅读(589) 评论(0) 推荐(0)