Click or drag to resize

ExcelDocumentSave(Stream, SaveOptions) Method

Saves the document in the specified stream.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public void Save(
	Stream stream,
	SaveOptions options
)

Parameters

stream  Stream
The stream in which to save the document.
options  SaveOptions
The saving options which can be used to define settings for save operation.
See Also