Description

The Excel type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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).

See Also