Workbook
SaveAsXml Method (String)
|
Save workbook to an XML data file.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SaveAsXml(
string fileName
)
Public Sub SaveAsXml (
fileName As String
)
public:
void SaveAsXml(
String^ fileName
)
member SaveAsXml :
fileName : string -> unit
Parameters
-
fileName
-
Type:
System
String
XML file name.
See Also