Description

Converts Excel Spreadsheet to HTML.

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

Syntax

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

Parameters

fileXls
String
Path and file of source XLS file.
fileHtml
String
Path and file of destination HTML file.

Return Value

0 - Ok.

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

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

See Also