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
相关文章
相关标签/搜索