ExcelWorkbookSave(Stream) Method
A
Saves the workbook in the specified stream.
The output format (Excel 97-2003 .xls or Excel 2007 .xlsx) is the current format of the workbook.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public void Save(
Stream stream
)
Public Sub Save (
stream As Stream
)
public:
void Save(
Stream^ stream
)
member Save :
stream : Stream -> unit
Parameters
- stream Stream
- The stream where the workbook will be saved.