python 获取excel文件内sheet名称列表时间:2023-03-09 19:55:24 xl = pd.ExcelFile('foo.xls') xl.sheet_names # see all sheet names xl.parse(sheet_name) # read a specific sheet to DataFrame