python 獲取excel文件內sheet名稱列表

xl = pd.ExcelFile('foo.xls') xl.sheet_names # see all sheet names xl.parse(sheet_name) # read a specific sheet to DataFrame 轉載於:https://www.cnblogs.com/qingyuanjushi/p/7627965.htmlhtml
相關文章
相關標籤/搜索