Gets an array of sheet names from the specified Excel file.
Syntax
'Declaration
Public Overloads Shared Function GetExcelSheetNames( _
ByVal As String _
) As String()
'Usage
Dim fileName As String
Dim value() As String
value = FpSpread.GetExcelSheetNames(fileName)
public static string[] GetExcelSheetNames(
string
)
Parameters
- fileName
- Path and filename of Excel file
See Also