excel读取表,并将结果保存为键值对的字典列表;
摘要:
import xlrdpath="D:\\study\\python\\study1212\\member_info.xlsx"a=xlrd.open_workbook(path) #打开excel文件#print(dir(xlrd))#print(dir(a))shn=len(a.sheets() 阅读全文
posted @ 2019-12-23 23:11 星空6 阅读(1247) 评论(0) 推荐(0)
浙公网安备 33010602011771号