Answers for "how to excel file and identify no of sheets in it in python"

1

see sheets of excel file python

xl = pd.ExcelFile('foo.xls')

xl.sheet_names
Posted by: Guest on June-01-2021

Code answers related to "how to excel file and identify no of sheets in it in python"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language