I am using qax-os/excelize to read Excel files in Go.
qax-os/excelize
Is there a way to read sheet names in an Excel file?
you can use in version v2:
https://pkg.go.dev/github.com/xuri/excelize/v2#File.GetSheetList
or in v1 and v2:
https://pkg.go.dev/github.com/xuri/excelize#File.GetSheetMap
you can use in version v2:
https://pkg.go.dev/github.com/xuri/excelize/v2#File.GetSheetList
or in v1 and v2:
https://pkg.go.dev/github.com/xuri/excelize#File.GetSheetMap