public class SpreadsheetMerger
extends java.lang.Object
Example
SpreadsheetMerger.process(new String[] { "template2.xlsx", "template2.xlsx", }, "res.xlsx");
| Modifier and Type | Method and Description |
|---|---|
static void |
process(LowCodeMergeOptions options)
Merges multiple template files into one.
|
static void |
process(java.lang.String[] templateFiles,
java.lang.String resultFile)
Merge given template files.
|
public static void process(java.lang.String[] templateFiles,
java.lang.String resultFile)
templateFiles - The template files to be mergedresultFile - The resultant filepublic static void process(LowCodeMergeOptions options)
options - Options for merging filesSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.