Class SpreadsheetMerger
Class SpreadsheetMerger
名称: Aspose.Cells.LowCode 收集: Aspose.Cells.dll (25.4.0)
将多个模板文件插入一个。
public class SpreadsheetMerger
Inheritance
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
合并文件的选项