WorkbookSave Method (Stream, SaveOptions) |
Saves the workbook to the stream.
Namespace: Aspose.CellsAssembly: Aspose.Cells (in Aspose.Cells.dll) Version: 19.11.0.0 (19.11)
Syntaxpublic void Save(
Stream stream,
SaveOptions saveOptions
)
Public Sub Save (
stream As Stream,
saveOptions As SaveOptions
)
public:
void Save(
Stream^ stream,
SaveOptions^ saveOptions
)
member Save :
stream : Stream *
saveOptions : SaveOptions -> unit
Parameters
- stream
- Type: System.IOStream
The file stream. - saveOptions
- Type: Aspose.CellsSaveOptions
The save options.
See Also