Aspose::Cells::LowCode::HtmlConverter class

HtmlConverter class

Converter for conversion between html files(html or mht) and other spreadsheet file formats.

class HtmlConverter

Methods

MethodDescription
HtmlConverter(HtmlConverter_Impl* impl)Constructs from an implementation object.
HtmlConverter(const HtmlConverter& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const HtmlConverter& src)operator=
static Process(const U16String& templateFile, const U16String& resultFile)Converts given template file between html and other formats.
static Process(const char16_t* templateFile, const char16_t* resultFile)Converts given template file between html and other formats.
static Process(const LowCodeLoadOptions& loadOptions, const LowCodeSaveOptions& saveOptions)Converts file between html and other spreadsheet file formats.
~HtmlConverter()Destructor.

Fields

FieldDescription
_implThe implementation object.

Examples

HtmlConverter::Process(u"Template.xlsx", u"res.html");

See Also