Class SpreadsheetMerger

Class SpreadsheetMerger

Името на пространството: Aspose.Cells.LowCode Асамблея: Aspose.Cells.dll (25.4.0)

Премества няколко шаблона на файлове в един.

public class SpreadsheetMerger

Inheritance

object SpreadsheetMerger

Examples

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

Methods

Process(Стрий[]Стрийк)

Свържете се с дадени шаблони файлове.

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

Parameters

templateFiles string []

Файловете за шаблони, които трябва да се сливат

resultFile string

Резултатът от файла

Process(LowCodeMergeOptions)

Премества няколко шаблона на файлове в един.

public static void Process(LowCodeMergeOptions options)

Parameters

options LowCodeMergeOptions

Опции за сливане на файлове

 Български