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
)
Public Sub SaveAs (
fileName As String,
separator As String
)
public:
virtual void SaveAs(
String^ fileName,
String^ separator
) sealed
abstract SaveAs :
fileName : string *
separator : string -> unit
override SaveAs :
fileName : string *
separator : string -> unit
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