The Excel type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Dispose()()() | Immediately releases the unmanaged resources used by the object. This method is automatically launched in windows applications. | |
| NewXlsFile(Int32, Int32) | Compose the new Excel Spreadsheet file. | |
| OpenXls(String) | Open Excel Spreadsheet file. | |
| OpenXlsx(String) | Open Excel Spreadsheet file. | |
| OutlookMail(String, String, String) | Composes the letter use HTML file. With the help of MS Outlook(R) displays the letter, but doesn't send it. | |
| SendHTMLMail(String, String, String, String, String, String, String) | Sends HTML file by email. But the method doesn't allow send a mail via smtp server with secure authentication. | |
| XlsToCsv(Int32, String) | Converts Excel Spreadsheet to CSV. | |
| XlsToHtml(String) | Converts Excel Spreadsheet to HTML. | |
| XlsToHtml(Int32, String, String) | Converts certain sheet of Excel Spreadsheet to HTML. | |
| XlsToTxt(Int32, String) | Converts Excel Spreadsheet to TXT. | |
| XlsToXlsx(String) | Converts Excel Spreadsheet to XLSX (available for Excel 2007 only). | |
| XlsToXml(Int32, String) | Converts Excel Spreadsheet to XML. | |
| XlsxToCsv(Int32, String) | Converts Excel Spreadsheet OpenXML to CSV (available for Excel 2007 only). | |
| XlsxToHtml(String) | Converts Excel Spreadsheet OpenXML to HTML (available for Excel 2007 only). | |
| XlsxToHtml(Int32, String, String) | Converts certain Worksheet of the Excel Spreadsheet OpenXML to HTML (available for Excel 2007 only). | |
| XlsxToTxt(Int32, String) | Converts Excel Spreadsheet OpenXML to TXT (available for Excel 2007 only). | |
| XlsxToXls(String) | Converts Excel Spreadsheet to XLS (available for Excel 2007 only). | |
| XlsxToXml(Int32, String) | Converts Excel Spreadsheet OpenXML to XML (available for Excel 2007 only). |