Class HtmlConverter
Class HtmlConverter
Converter für die Konvertierung zwischen HTML-Dateien (html, mht, …) und anderen Spreadsheet-Fileformaten.
public class HtmlConverter
Inheritance
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:saveOptions
SaveOptions : Optionen für Produktion und Einsparung
Der Name: Sheetize Verabschiedung der Versammlung: Sheetize.dll