Class SpreadsheetMerger

Class SpreadsheetMerger

İsim alanı : Aspose.Cells.LowCode Toplantı: Aspose.Cells.dll (25.4.0)

Çeşitli şablon dosyalarını birine yapıştırın.

public class SpreadsheetMerger

Inheritance

object SpreadsheetMerger

Examples

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

Methods

Process(Sırt[…], Sırt)

Şablon dosyalarını birleştirin.

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

Parameters

templateFiles string […]

Şablon dosyaları birleştirilecek

resultFile string

Sonuç dosyası

Process(LowCodeMergeOptions)

Çeşitli şablon dosyalarını birine yapıştırın.

public static void Process(LowCodeMergeOptions options)

Parameters

options LowCodeMergeOptions

Dosyaları birleştirme seçenekleri

 Türkçe