Python用xlrd讀取excel文件

Python用xlrd讀取excel文件 import xlrd def read_excel(): wb=xlrd.open_workbook(r’D:\pycharm\APP\3.xlsx’)#打開工作簿 # ws=wb.sheet_names()#用工作簿獲取所有工作表sheet # print(ws) ws=wb.sheet_by_index(1)#通過索引拿到工作表sheet list1
相關文章
相關標籤/搜索