HtmlExporter
Overview
HtmlExporter is a class in Aspose.Cells FOSS for TypeScript.
This class declares 3 methods for HtmlExporter objects in TypeScript programs.
Available methods include: constructor, saveAsHtmlFrameset, worksheetToHtmlForExcel.
Public members are accessible to any TypeScript application after installing the Aspose.Cells FOSS for TypeScript package.
Methods
| Signature | Description |
|---|---|
constructor(workbook: Workbook) | Calls constructor(workbook) on this HtmlExporter instance. |
saveAsHtmlFrameset(filePath: string, htmlDir: string, fileName: string) | Calls saveAsHtmlFrameset(filePath, htmlDir, fileName) on this HtmlExporter instance. |
worksheetToHtmlForExcel(worksheet: Worksheet) → string | Calls worksheetToHtmlForExcel(worksheet) on this HtmlExporter instance. |