Class HtmlConverter
Class HtmlConverter
Converter for conversion between html files(html, mht, …) and other spreadsheet file formats.
public class HtmlConverter
Inheritance
Inherited Members
- object.GetType() ,
- object.MemberwiseClone() ,
- object.ToString() ,
- object.Equals(object?) ,
- object.Equals(object?, object?) ,
- object.ReferenceEquals(object?, object?) ,
- object.GetHashCode()
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
loadOptions
LoadOptions : Options for input and loading:saveOptions
SaveOptions : Options for output and saving
Namespace: Sheetize | Assembly: Sheetize.dll