Class SpreadsheetMerger

Class SpreadsheetMerger

Název místa: Aspose.Cells.LowCode Shromáždění: Aspose.Cells.dll (25.4.0)

Míchá více šablonových souborů do jednoho.

public class SpreadsheetMerger

Inheritance

object SpreadsheetMerger

Examples

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

Methods

Process(Stringová[]a[], Stringov)

Připojte dané šablony souborů.

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

Parameters

templateFiles string []a[]

Šablony souborů, které mají být smíšené

resultFile string

Výsledný soubor

Process(LowCodeMergeOptions)

Míchá více šablonových souborů do jednoho.

public static void Process(LowCodeMergeOptions options)

Parameters

options LowCodeMergeOptions

Možnosti sloučení souborů

 Čeština