XlsWorksheet
SaveToFile Method (String, String)
|
Save worksheet to file.
Examples
The following code illustrates how to saves the worksheet in a different file with 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 SaveToFile(
string fileName,
string separator
)
Public Sub SaveToFile (
fileName As String,
separator As String
)
public:
virtual void SaveToFile(
String^ fileName,
String^ separator
) sealed
abstract SaveToFile :
fileName : string *
separator : string -> unit
override SaveToFile :
fileName : string *
separator : string -> unit
Parameters
-
fileName
-
Type:
System
String
File name.
-
separator
-
Type:
System
String
Seperator.
Implements
IWorksheet
SaveToFile(String, String)
See Also