Class HtmlConverter

HtmlConverter class

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

public class HtmlConverter

Methods

NameDescription
static Process(LowCodeLoadOptions, LowCodeSaveOptions)Converts file between html and other spreadsheet file formats.
static Process(string, string)Converts given template file between html and other formats.

Examples

[C#]
HtmlConverter.Process("Template.xlsx", "res.html");

See Also