Class HtmlConverter
Class HtmlConverter
Converter für die Konvertierung zwischen HTML-Dateien (html, mht, …) und anderen Spreadsheet-Fileformaten.
public class HtmlConverterInheritance
Vererbte Mitglieder
- 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, Lösungsoptionen)
Konvertiert Datei zwischen HTML und anderen Spreadsheet-Dateiformaten.
public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)Parameters
- LoadOptions LoadOptions : Optionen für Eingang und Ladung:
saveOptionsSaveOptions : Optionen für Produktion und Einsparung
Der Name: Sheetize Verabschiedung der Versammlung: Sheetize.dll