Winnovative Excel Library

ExcelWorkbookSave Method

Winnovative Excel Library Documentation
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.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public byte[] Save()

Return Value

Type: Byte
The byte array representation of the workbook.
See Also

Reference