excel常用操作(一)---獲取行數(python2.7)侵刪
import xlrd xlrd.Book.encoding = "utf-8" data=xlrd.open_workbook("E:/讀取行數.xls")table=data.sheets()[ ...
import xlrd xlrd.Book.encoding = "utf-8" data=xlrd.open_workbook("E:/讀取行數.xls")table=data.sheets()[ ...