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(الستار[ ]الـ String)

انضم إلى ملفات نموذج معين.

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

Parameters

templateFiles string [ ]

ملفات النموذج التي سيتم دمجها

resultFile string

الملف الناتج

Process(LowCodeMergeOptions)

قم بتحويل العديد من ملفات القوالب إلى واحدة.

public static void Process(LowCodeMergeOptions options)

Parameters

options LowCodeMergeOptions

خيارات لدمج الملفات

 عربي