www.csvreader.com

Returns the list of sheet names as a string array in the correct order. The array can then easily be bound to a combo box for example for sheet selection in a windows form.

[Visual Basic]
Public ReadOnly Property SheetNames As String()
[C#]
public string[] SheetNames {get;}

See Also

SpreadsheetReader Class | DataStreams.Common Namespace