Gets an array of sheet names from the specified Excel file from a stream.
Syntax
'Declaration
Public Overloads Shared Function GetExcelSheetNames( _
ByVal As Stream _
) As String()
'Usage
Dim stream As Stream
Dim value() As String
value = FpSpread.GetExcelSheetNames(stream)
public static string[] GetExcelSheetNames(
Stream
)
Parameters
- stream
- Stream that contains an Excel Compound Storage file
See Also