Aspose::Cells::Workbook::SaveToStream method

Workbook::SaveToStream method

Saves Excel file to a MemoryStream object as an Excel97-2003 xls file and returns it.

Vector<uint8_t> Aspose::Cells::Workbook::SaveToStream()

ReturnValue

MemoryStream object which contains an xls Excel file.

Remarks

This method provides same function as Save method and only save the workbook as Excel97-2003 xls file. It’s mainly for calling from COM clients.

See Also