python之操做excel:xlrd、xlwt、xlutiles、枚舉函數enumerate()

1、讀excel: xlrd-----只能讀、不能寫html import xlrd book=xlrd.open_workbook(r'E:\BestTest\內容\名單.xlsx') #打開excel sheet=book.sheet_by_index(0) #經過索引定位是第一個sheet頁 sheet2=book.sheet_by_name("做業") #經過名字定位sheet sh
相關文章
相關標籤/搜索