Class SpreadsheetMerger

Class SpreadsheetMerger

Namn på plats: Aspose.Cells.LowCode Sammanfattning: Aspose.Cells.dll (25.4.0)

Blanda flera mallfiler i en.

public class SpreadsheetMerger

Inheritance

object SpreadsheetMerger

Examples

SpreadsheetMerger.Process(new string[] { "template2.xlsx", "template2.xlsx", }, "res.xlsx");

Methods

Process(Sträng[ ], För String)

Fyll i de angivna template filerna.

public static void Process(string[] templateFiles, string resultFile)

Parameters

templateFiles string [ ]

Templatefiler som ska blandas

resultFile string

Den resulterande filen

Process(LowCodeMergeOptions)

Blanda flera mallfiler i en.

public static void Process(LowCodeMergeOptions options)

Parameters

options LowCodeMergeOptions

Alternativ för att kombinera filer

 Svenska