ExcelDocumentSave(String, SaveOptions) Method |
Saves the document to a file with the specified path.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic void Save(
string outputFile,
SaveOptions options = null
)
Public Sub Save (
outputFile As String,
Optional options As SaveOptions = Nothing
)
Parameters
- outputFile String
- Path to a local file.
- options SaveOptions (Optional)
- The saving options which can be used to define settings for save operation.
See Also