Overview
HtmlTable is a class in Aspose.Cells FOSS for Typescript.
Properties
| Name | Type | Access | Description |
|---|
cols | : number | Read | |
count | : number | Read | |
height | : number | Read | |
caption | string | undefined | Read | |
headers | string[] | Read | |
rows | string[][] | Read | |
colWidths | number[] | Read | |
rowHeights | number[] | Read | |
hiddenRows | boolean[] | Read | |
pictures | PictureInfo[] | Read | |
style | : string | Read | |
color | : string | Read | |
style | : string | Read | |
color | : string | Read | |
Methods
| Signature | Description |
|---|
constructor(caption: string) | |
setCssClasses(classes: Map<string, CellStyle>) | |
getCellStyle(row: number, col: number) → CellStyle | undefined | |
addHeader(header: string) | |
addRow(row: string[]) | |
parseAll(html: string, cssClasses: Map<string, CellStyle>) → HtmlTable[] | |
toWorksheet(worksheet: Worksheet, options: HtmlParseOptions) | |
parse(html: string, cssClasses: Map<string, CellStyle>) → HtmlTable | |
mergeTables(tables: HtmlTable[]) → HtmlTable | |
toHtml(options: HtmlSaveOptions) → string | |
See Also