Workbook
SaveToFile Method (String, TextSaveOptions)
|
Saves changes to the workbook in a different file
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SaveToFile(
string fileName,
TextSaveOptions textSaveOptions
)
Public Sub SaveToFile (
fileName As String,
textSaveOptions As TextSaveOptions
)
public:
void SaveToFile(
String^ fileName,
TextSaveOptions^ textSaveOptions
)
member SaveToFile :
fileName : string *
textSaveOptions : TextSaveOptions -> unit
Parameters
-
fileName
-
Type:
System
String
File name
-
textSaveOptions
-
Type:
Spire.Xls
TextSaveOptions
Text save options.
See Also