Description

Class contains methods to convert Excel Spreadsheet to html for publishing on Web. It also can be used to convert XLS to XML, CSV, TXT, XLSX.

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

Syntax

      
 C#  Visual Basic 
public class Excel
Public Class Excel

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Excel(String)

Initializes a new instance of the DuoDimension.Sunflower.Excel class.

IsExcelInstalled

Return true if Excel is installed, else false.

ReturnCode

The return code of the last conversion. See return codes for each method individually.

Version

Version of installed MS Office®.

XlsToCsv(String, String)

Converts Excel Spreadsheet to CSV.

XlsToHtml(String, String)

Converts Excel Spreadsheet to HTML.

XlsToTxt(String, String)

Converts Excel Spreadsheet to TXT.

XlsToXlsx(String, String)

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

XlsToXml(String, String)

Converts Excel Spreadsheet to XML.

XlsxToCsv(String, String)

Converts Excel Spreadsheet OpenXML to CSV (available for Excel 2007 only).

XlsxToHtml(String, String)

Converts Excel Spreadsheet OpenXML to HTML (available for Excel 2007 only).

XlsxToTxt(String, String)

Converts Excel Spreadsheet OpenXML to TXT (available for Excel 2007 only).

XlsxToXls(String, String)

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

XlsxToXml(String, String)

Converts Excel Spreadsheet OpenXML to XML (available for Excel 2007 only).

Inheritance Hierarchy

System..::.Object
  DuoDimension.Sunflower..::.Excel

See Also