Click or drag to resize

ExcelDocumentLoad(Stream, LoadOptions) Method

Loads a document from the specified stream.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public static ExcelDocument Load(
	Stream fileStream,
	LoadOptions options
)

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