Click or drag to resize

ExcelDocumentSave(String, SaveOptions) Method

Saves the document to a file with the specified path.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public void Save(
	string outputFile,
	SaveOptions options = null
)

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