Workbook
SaveToFile Method (String, FileFormat, Boolean)
|
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,
FileFormat fileFormat,
bool retainHiddenDataToCSV
)
Public Sub SaveToFile (
fileName As String,
fileFormat As FileFormat,
retainHiddenDataToCSV As Boolean
)
public:
void SaveToFile(
String^ fileName,
FileFormat fileFormat,
bool retainHiddenDataToCSV
)
member SaveToFile :
fileName : string *
fileFormat : FileFormat *
retainHiddenDataToCSV : bool -> unit
Parameters
-
fileName
-
Type:
System
String
File name
-
fileFormat
-
Type:
Spire.Xls
FileFormat
File format
-
retainHiddenDataToCSV
-
Type:
System
Boolean
Retain hidden data when save to csv.
See Also