XlsWorkbook
SaveToXlsm Method (Stream)
|
Saves the workbook to an XLSM file format using the specified stream.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SaveToXlsm(
Stream stream
)
Public Sub SaveToXlsm (
stream As Stream
)
public:
void SaveToXlsm(
Stream^ stream
)
member SaveToXlsm :
stream : Stream -> unit
Parameters
-
stream
-
Type:
System.IO
Stream
The stream to save the workbook to.
See Also