摘要: import xlrd, base64excel_obj = xlrd.open_workbook(file_contents=base64.decodestring(filename))。#打开要解析的excelsheets = excel_obj.sheets() #读取sheet表内容 for 阅读全文
posted @ 2020-03-28 20:23 何双新 阅读(1131) 评论(0) 推荐(0) 编辑