摘要: import xlrd def read_exlce(excelFile,index=0): read=xlrd.open_workbook(filename=excelFile) sheet=read.sheets() #读取所有sheet表 curSheet=sheet[index]#读取指定的 阅读全文
posted @ 2020-02-16 16:07 wakey 阅读(195) 评论(0) 推荐(0) 编辑