Python Retrieve Name Of Sheets In Workbook

[Solved] Python Retrieve Name Of Sheets In Workbook | Vb - Code Explorer | yomemimo.com
Question : python retrieve name of sheets in workbook

Answered by : mohammad-usama

xls = pd.ExcelFile(r'Path.xlsx')
sheets = xls.sheet_names

Source : | Last Update : Fri, 24 Sep 21

Answers related to python retrieve name of sheets in workbook

Code Explorer Popular Question For Vb