xl = pd.ExcelFile(‘foo.xls‘) xl.sheet_names # see all sheet names xl.parse(sheet_name) # read a specific sheet to DataFrame
python 获取excel文件内sheet名称列表
原文:http://www.cnblogs.com/qingyuanjushi/p/7627965.html