XLSDocumentSheetGetSheetNames Method | |
List all sheets in Excel Document
Namespace:
SIC.OpenDocumentFormat.XLS
Assembly:
SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public List<string> GetSheetNames()
Public Function GetSheetNames As List(Of String)
Return Value
Type:
ListStringList of Sheet name
See Also