Introduced in build 8.5.1
Description
Saves a specified Workbook object to a System.IO.Stream object and returns it.
C#
vb.net
Parameters
workbook
AWorkbook
object representing the workbook to save.
Returns
A System.IO.Stream object representing the workbook.Exceptions
System.Exception
If there is a problem reading from the workbook object.Examples
C#
vb.net