python讀取Excel

# coding:utf-8 import xlrd class ExcelUtil(object): def __init__(self, excelPath, sheetName): self.data = xlrd.open_workbook(excelPath) self.table = self.data.sheet_by_name(shee
相關文章
相關標籤/搜索