Class HtmlConverter

Info

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

public class HtmlConverter

Inheritance

objectHtmlConverter

Inherited Members

Examples

[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "Template.xlsx";
HtmlSaveOptions saveOptions = new HtmlSaveOptions();
saveOptions.OutputFile = "res.html";
HtmlConverter.Process(loadOptions, saveOptions);

Methods

Process(LoadOptions, SaveOptions)

Converts file between html and other spreadsheet file formats.

public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)

Parameters

Namespace: Sheetize Assembly: Sheetize.dll

 English