Class SpreadsheetMerger
Class SpreadsheetMerger
Mischen Sie mehrere Template-Dateien in eine.
public class SpreadsheetMerger
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();
list.Add(new LoadOptions() { InputFile = "template1.xlsx" });
list.Add(new LoadOptions() { InputFile = "template2.xlsx" });
SpreadsheetSaveOptions saveOptions = new SpreadsheetSaveOptions();
saveOptions.OutputFile = "merged.xlsx";
SpreadsheetMerger.Process(loadOptions, saveOptions,
new string[] { "template2.xlsx", "template2.xlsx", });
Methods
Process(LoadOptions, Speichereinstellungen, String[])
public static void Process(LoadOptions loadOptions, SaveOptions saveOptions, string[] files)
Parameters
loadOptions
LoadOptions : Input(Sheetize.LoadOptions.InputFile oder Sheetize,LoatOptionen.INputStream): wirkt nicht, weil alle Inputs durch den “Dateien”-Parameter angegeben werden.saveOptions
SaveOptions : Optionen für Produktion und Einsparung:files
string []: Alle Template-Dateien zu kombinieren
Process(LoadOptions, SpeicherOptionen, AbstractLoadoptionsProvider)
public static void Process(LoadOptions loadOptions, SaveOptions saveOptions, AbstractLoadOptionsProvider provider)
Parameters
loadOptions
LoadOptions : Optionen für Loading. seine Einführung(Sheetize.LoadOptions.InputFile oder Sheetize,LoatOption.INputStream): wirkt nicht, weil alle Einträge durch den “Provider” Parameter angegeben werden.saveOptions
SaveOptions : Optionen für Produktion und Einsparung:provider
AbstractLoadOptionsProvider : Anbieter von Ladungsoptionen, um Einträge zu sammeln
Der Name: Sheetize Verabschiedung der Versammlung: Sheetize.dll