Class SpreadsheetMerger

Class SpreadsheetMerger

Pôvodný názov: Aspose.Cells.LowCode Zhromaždenie: Aspose.Cells.dll (25.4.0)

Miera viacerých šablóny súborov do jedného.

public class SpreadsheetMerger

Inheritance

object SpreadsheetMerger

Examples

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

Methods

Process(Stretnutie[], Ťažký string)

Spojte dané šablóny súborov.

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

Parameters

templateFiles string []

Šablóny súborov, ktoré sa majú zlúčiť

resultFile string

Výsledný súbor

Process(LowCodeMergeOptions)

Miera viacerých šablóny súborov do jedného.

public static void Process(LowCodeMergeOptions options)

Parameters

options LowCodeMergeOptions

Možnosti spájania súborov

 Slovenčina