ExcelDocumentLoad(Stream, LoadOptions) Method |
Loads a document from the specified stream.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic static ExcelDocument Load(
Stream fileStream,
LoadOptions options
)
Public Shared Function Load (
fileStream As Stream,
options As LoadOptions
) As ExcelDocument
Parameters
- fileStream Stream
- The stream from which to load a document.
- options LoadOptions
- The loading options which can be used to define settings for load operation.
Return Value
ExcelDocument
A loaded document.
See Also