Winnovative Excel Library

ExcelWorkbookSave Method (Stream)

Winnovative Excel Library Documentation
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.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void Save(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream where the workbook will be saved.
See Also

Reference