Class SpreadsheetMerger
Class SpreadsheetMerger
Verwijder meerdere template-bestanden in één.
public class SpreadsheetMerger
Inheritance
Geëerbiede leden
- 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, opslaanopties, string[])
public static void Process(LoadOptions loadOptions, SaveOptions saveOptions, string[] files)
Parameters
loadOptions
LoadOptions : Opties voor invoer en loading. zijn input(Sheetize.LoadOptions.InputFile of Sheetiz. Loadoption. InputStream): neemt geen effect omdat alle inputs zullen worden aangegeven door de “bestanden” parameter.saveOptions
SaveOptions Opties voor productie en besparing:files
string []: Alle template bestanden om te worden gemengd
Process(LoadOptions, opslaanopties, abstractLoadoptionsProvider)
public static void Process(LoadOptions loadOptions, SaveOptions saveOptions, AbstractLoadOptionsProvider provider)
Parameters
loadOptions
LoadOptions : Opties voor het opladen. zijn input(Sheetize.LoadOptions.InputFile of Sheetiz. Loadoption. InputStream): neemt geen effect omdat alle inputs zullen worden aangegeven door de “leverancier” parameter.saveOptions
SaveOptions Opties voor productie en besparing:provider
AbstractLoadOptionsProvider : Leverancier van lading opties voor het krijgen van inputs om te worden gemengd
De naam: Sheetize Voor de vergadering: Sheetize.dll