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
)
Public Sub SaveToXlsm (
fileName As String
)
public:
void SaveToXlsm(
String^ fileName
)
member SaveToXlsm :
fileName : string -> unit
Parameters
-
fileName
-
Type:
System
String
The name of the file to save.
See Also