HtmlDocument

Overview

HtmlDocument is a class in Aspose.Cells FOSS for Typescript.

Properties

NameTypeAccessDescription
name: stringRead
html: stringRead
cssClasses: Map<string, CellStyle>Read
filePath: stringRead
style: stringRead
color: stringRead
style: stringRead
color: stringRead
tablesHtmlTable[]Read
htmlstringRead
images: ImageInfo[]Read
shapes: any[]Read

Methods

SignatureDescription
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