Click or drag to resize

XlsWorkbook SaveAs Method (String, String)

Saves the current data to a file with the specified file name and separator.

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,
	string separator
)

Parameters

fileName
Type: System String
The name of the file to save the data to.
separator
Type: System String
The separator to use when writing the data to the file.

Implements

IWorkbook SaveAs(String, String)
See Also