Class HtmlConverter

Info

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

public class HtmlConverter

Inheritance

objectHtmlConverter

Inherited Members

Examples

1HtmlConverter converter = new HtmlConverter();
2LoadOptions loadOptions = new LoadOptions();
3loadOptions.InputFile = "Template.xlsx";
4HtmlSaveOptions saveOptions = new HtmlSaveOptions();
5saveOptions.OutputFile = "res.html";
6converter.Process(loadOptions, saveOptions);

Constructors

HtmlConverter()

public HtmlConverter()

Methods

Process(LoadOptions, HtmlSaveOptions)

Converts file between html and other spreadsheet file formats.

public void Process(LoadOptions loadOptions, HtmlSaveOptions saveOptions)

Parameters

Namespace: Sheetize Assembly: Sheetize.dll

 English