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
)
Public Sub SaveToFile (
fileName As String,
separator As String,
encoding As Encoding,
addQuotationsForStringValue As Boolean
)
public:
void SaveToFile(
String^ fileName,
String^ separator,
Encoding^ encoding,
bool addQuotationsForStringValue
)
member SaveToFile :
fileName : string *
separator : string *
encoding : Encoding *
addQuotationsForStringValue : bool -> unit
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