public class SpreadsheetSplitter
extends java.lang.Object
Example
SpreadsheetSplitter.process("template.xlsx", "split.xlsx");
| Modifier and Type | Method and Description |
|---|---|
static void |
process(LowCodeSplitOptions options)
Splits spreadsheet file into multiple parts.
|
static void |
process(java.lang.String templateFile,
java.lang.String resultFile)
Splits given template file into multiple parts.
|
public static void process(java.lang.String templateFile,
java.lang.String resultFile)
Remarks
The output files will be build from the specified resultant file by appending sequence number of the sheet and split part. For example, if the specified output file is Split.xlsx, then the generated files will be Split_0_0.xlsx, Split_0_1.xlsx, ..., Split_1_0.xlsx, ...templateFile - The template file to be splitresultFile - The resultant file(name pattern)public static void process(LowCodeSplitOptions options)
options - Options for splitting spreadsheetSee 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.