Click or drag to resize

XlsWorkbook SaveAs Method (String, String, Boolean)

Saves the active worksheet to a file with the specified file name, separator, and encoding.

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,
	bool addQuotationsForStringValue
)

Parameters

fileName
Type: System String
The name of the file to save the worksheet to.
separator
Type: System String
The separator to use when writing the data to the file.
addQuotationsForStringValue
Type: System Boolean
A boolean indicating whether to add quotations around string values.
See Also