讀取excel

def read_excel_by_name(file_path, sheet_name, table_name): wb = xlrd.open_workbook(file_path) sheet = wb.sheet_by_name(sheet_name) col_val = sheet.col_values(0) nrows = sheet.nrows
相關文章
相關標籤/搜索