Get sheet names from Excel file which stored in Google drive

How to get all sheet names from an Excel file which in store in Google drive?

My Drive
Drive_Folder
ExcelFile.xlsx(sheet1, sheet2, sheet3, …)

I want to extract these sheet name, how can I do that?

Get Workbook sheets Activity

or

Excel Application Scope Activty Output(Wb)
Wb.GetSheets(List of Sheets)

@Gangadhar_Athili
But the excel sheet is stored inside google drive.

Thanks

Anyone have any solution for this?

Thanks