Click or drag to resize

ExcelDocumentLoad(String, LoadOptions) Method

Loads a document from a file with the specified path.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public static ExcelDocument Load(
	string fileName,
	LoadOptions options = null
)

Parameters

fileName  String
Path to the file.
options  LoadOptions  (Optional)
The loading options which can be used to define settings for load operation.

Return Value

ExcelDocument
A loaded document.
See Also