Winnovative Excel Library

ExcelWorkbookSave Method

Winnovative Excel Library Documentation
Overload List

  NameDescription
Public methodSave
Saves the Excel workbook as byte array that can be further saved into a file or send over HTTP. The output format (Excel 97-2003 .xls or Excel 2007 .xlsx) is the current format of the workbook.
Public methodSave(Stream)
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.
Public methodSave(String)
Saves the workbook as the specified file. The output format (Excel 97-2003 .xls or Excel 2007 .xlsx) is the current format of the workbook.
Top
See Also

Reference