Overview
HtmlDocument is a class in Aspose.Cells FOSS for Typescript.
Properties
| Name | Type | Access | Description |
|---|
name | : string | Read | |
html | : string | Read | |
cssClasses | : Map<string, CellStyle> | Read | |
filePath | : string | Read | |
style | : string | Read | |
color | : string | Read | |
style | : string | Read | |
color | : string | Read | |
tables | HtmlTable[] | Read | |
html | string | Read | |
images | : ImageInfo[] | Read | |
shapes | : any[] | Read | |
Methods
| Signature | Description |
|---|
load(filePath: string) → Promise<HtmlDocument> | |
loadOriginalAnchors(filePath: string) → Promise<void> | |
getOriginalAnchor(name: string) → ShapeAnchor | undefined | |
parse(html: string) → HtmlDocument | |
toWorkbook(options: HtmlParseOptions) → Workbook | |
toExcel(filePath: string, options: HtmlParseOptions) | |
See Also