Click or drag to resize

XlsWorkbook SaveToXlsm Method (String)

Saves the workbook to an XLSM file.

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(
	string fileName
)

Parameters

fileName
Type: System String
The name of the file to save.
See Also