Class SpreadsheetMerger

Class SpreadsheetMerger

Numele spaţiului: Aspose.Cells.LowCode Asamblare: Aspose.Cells.dll (25.4.0)

Se amestecă mai multe fișiere de șablon într-una.

public class SpreadsheetMerger

Inheritance

object SpreadsheetMerger

Examples

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

Methods

Process(Strângere[], Stringă)

Combinați fișierele de șablon dat.

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

Parameters

templateFiles string []

Fișierele de șablon care urmează să fie amestecate

resultFile string

Dosarul rezultatul

Process(LowCodeMergeOptions)

Se amestecă mai multe fișiere de șablon într-una.

public static void Process(LowCodeMergeOptions options)

Parameters

options LowCodeMergeOptions

Opțiuni pentru combinarea fișierelor

 Română