HtmlParseOptions

Overview

HtmlParseOptions is a interface in Aspose.Cells FOSS for Typescript.

Properties: trimWhitespace, useFirstRowAsHeader.

Description

HtmlParseOptions is an interface in Aspose.Cells FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.

Core capabilities include: : boolean; : boolean. These operations enable developers to integrate htmlparseoptions functionality directly into TypeScript applications.

The class also provides the trimWhitespace property (gets the trim whitespace), the useFirstRowAsHeader property (gets the use first row as header).

Properties

NameTypeAccessDescription
trimWhitespace: booleanReadGets the trim whitespace.
useFirstRowAsHeader: booleanReadGets the use first row as header.

See Also