ExcelWorkbookSave Method
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.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
Public Function Save As Byte()
public:
array<unsigned char>^ Save()
member Save : unit -> byte[]
Return Value
ByteThe byte array representation of the workbook.