Class HtmlConverter
Class HtmlConverter
Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.4.0)
Converter for conversion between html files(html or mht) and other spreadsheet file formats.
public class HtmlConverter
Inheritance
Examples
HtmlConverter.Process("Template.xlsx", "res.html");
Methods
Process(string, string)
Converts given template file between html and other formats.
public static void Process(string templateFile, string resultFile)
Parameters
templateFile
string
The template file to be converted
resultFile
string
The resultant file
Process(LowCodeLoadOptions, LowCodeSaveOptions)
Converts file between html and other spreadsheet file formats.
public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)
Parameters
loadOptions
LowCodeLoadOptions
Options for input and loading
saveOptions
LowCodeSaveOptions
Options for output and saving