SaveToStream Method
SaveToStream function
Saves Excel file to a MemoryStream object as an Excel97-2003 xls file and returns it.
func (instance *Workbook) SaveToStream() ([]byte, error)
Remarks
See Also
- Class Workbook
- Library Aspose.Cells for Go
Saves Excel file to a MemoryStream object as an Excel97-2003 xls file and returns it.
func (instance *Workbook) SaveToStream() ([]byte, error)