Class SpreadsheetMerger

Class SpreadsheetMerger

Tên không gian: Aspose.Cells.LowCode Tổng hợp: Aspose.Cells.dll (25.4.0)

Nhúng nhiều tập tin mẫu vào một.

public class SpreadsheetMerger

Inheritance

object SpreadsheetMerger

Examples

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

Methods

Process(String[ ], Nhãn String)

Kết hợp các tập tin template.

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

Parameters

templateFiles string [ ]

Các tập tin template để được pha trộn

resultFile string

Tệp kết quả

Process(LowCodeMergeOptions)

Nhúng nhiều tập tin mẫu vào một.

public static void Process(LowCodeMergeOptions options)

Parameters

options LowCodeMergeOptions

Các tùy chọn để kết hợp các tập tin

 Tiếng Việt