ExcelDocumentLoad(String, LoadOptions) Method |
Loads a document from a file with the specified path.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic static ExcelDocument Load(
string fileName,
LoadOptions options = null
)
Public Shared Function Load (
fileName As String,
Optional options As LoadOptions = Nothing
) As ExcelDocument
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