Click or drag to resize

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
)

Parameters

stream
Type: System.IO Stream
The stream to save the workbook to.
See Also