Python 讀取xlsx表格

#!/usr/bin/python -- coding: UTF-8 -- import xlrd from datetime import date,datetime file = ‘cc.xlsx’ #需要讀取的文件 def read_excel(): wb = xlrd.open_workbook(filename=file)#打開文件 print(wb.sheet_names()) #獲取
相關文章
相關標籤/搜索