Workbook
LoadFromXml Method (String)
|
Loads a xml file and imports its data.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void LoadFromXml(
string fileName
)
Public Sub LoadFromXml (
fileName As String
)
public:
void LoadFromXml(
String^ fileName
)
member LoadFromXml :
fileName : string -> unit
Parameters
-
fileName
-
Type:
System
String
File name.
See Also