Description

Converts Excel Spreadsheet to XLSX (available for Excel 2007 only).

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

Syntax

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

Parameters

fileXls
String
Path and file of source XLS file.
fileXlsx
String
Path and file of destination XLSX file.

Return Value

0 - Ok.

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

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

See Also