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

Опції поєднання файлів

 Українська