I am using below code to read excel sheets from an excel file
df=pd.read_excel(ExcelFile,sheet_name="Sheet1")
What if i have 10 excel files with multiple tabs for example
Sheet1, Sheet2, Sheet3
and in some files
sheet names are in Capital for example "SHEET1", in this case how can i read those sheet names.