Description

Converts Excel Spreadsheet to XML.

Namespace:  DuoDimension.Sunflower
Assembly:  Sunflower.Excel (in Sunflower.Excel.dll)
Version: 1.0.0.0

Syntax

      
 C#  Visual Basic 
public int XlsToXml(
	string fileXls,
	string fileXml
)
Public Function XlsToXml ( _
	fileXls As String, _
	fileXml As String _
) As Integer

Parameters

fileXls
String
Path and file of source XLS file.
fileXml
String
Path and file of destination XML file.

Return Value

0 - Ok.

1 - Can't open source file. Check input file.

2 - Can't create the destination XML file. Check the permit for destination path.

See Also