Aspose::Cells::LowCode::HtmlConverter class
Contents
[
Hide
]HtmlConverter class
Converter for conversion between html files(html or mht) and other spreadsheet file formats.
class HtmlConverter
Methods
Method | Description |
---|---|
HtmlConverter(HtmlConverter_Impl* impl) | Constructs from an implementation object. |
HtmlConverter(const HtmlConverter& src) | Copy constructor. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
Examples
HtmlConverter::Process(u"Template.xlsx", u"res.html");
See Also
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++