HtmlConverter
HtmlConverter class
Converter for conversion between html files(html or mht) and other spreadsheet file formats.
class HtmlConverter;
Methods
Method | Description |
---|---|
isNull() | Checks whether the implementation object is null. |
static process(string, string) | Converts given template file between html and other formats. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
process(string, string)
Converts given template file between html and other formats.
static process(templateFile: string, resultFile: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
templateFile | string | The template file to be converted |
resultFile | string | The resultant file |