Class SpreadsheetMerger
Class SpreadsheetMerger
Bland flere template filer i en.
public class SpreadsheetMerger
Inheritance
De arvede medlemmer
- 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(Optioner, SaveOptions, String[])
public static void Process(LoadOptions loadOptions, SaveOptions saveOptions, string[] files)
Parameters
loadOptions
LoadOptions : Optioner for indtastning og opladning. dens input(Sheetize.LoadOptions.InputFile eller Sheetize,LoatOption. InputStream): tager ingen virkning, fordi alle input vil blive angivet af “files” parameter.saveOptions
SaveOptions : Optioner til produktion og besparelse:files
string []: Alle template filer til at blive blandet
Process(Optioner, SaveOptions, AbstractLoadOptionProvider)
public static void Process(LoadOptions loadOptions, SaveOptions saveOptions, AbstractLoadOptionsProvider provider)
Parameters
loadOptions
LoadOptions : Optioner til opladning. dens input(Sheetize.LoadOptions.InputFile eller Sheetize,LoatOption. InputStream): tager ingen virkning, fordi alle input vil blive angivet af “leverandør” parameter.saveOptions
SaveOptions : Optioner til produktion og besparelse:provider
AbstractLoadOptionsProvider : Leverandør af lastmuligheder for at få indtægter til at blive blandet
Navne til: Sheetize Mødet af forsamlingen: Sheetize.dll