I have a C# code that connects to Excel database via OpenFileDialog func. Excel file has too many worksheets and I would like to get all their names in one array and add them to combobox.
For example, this one is the first Excel document.
Any suggestions?