Click or drag to resize

XlsWorksheet SaveToFile Method (String, String, Encoding, Boolean)

Save worksheet to 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 SaveToFile(
	string fileName,
	string separator,
	Encoding encoding,
	bool addQuotationsForStringValue
)

Parameters

fileName
Type: System String
File name.
separator
Type: System String
Seperator.
encoding
Type: System.Text Encoding
Encoding to use.
addQuotationsForStringValue
Type: System Boolean
Add double Quotation marks for string value.
See Also