Aspose::Cells::Workbook::SaveToStream method

Workbook::SaveToStream method

Saves Excel file to a MemoryStream object and returns it.

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

ReturnValue

MemoryStream object which contains an 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