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

Опции для слияния файлов

 Русский