Click or drag to resize

XlsWorkbook SaveAs Method (String)

Saves the workbook to a file with the specified file name and save type.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SaveAs(
	string FileName
)

Parameters

FileName
Type: System String
The name of the file to save the workbook to.

Implements

IWorkbook SaveAs(String)
See Also