Class SpreadsheetSplitter
Class SpreadsheetSplitter
Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.4.0)
Splits spreadsheet file into multiple parts.
public class SpreadsheetSplitter
Inheritance
Examples
SpreadsheetSplitter.Process("template.xlsx", "split.xlsx");
Methods
Process(string, string)
Splits given template file into multiple parts.
public static void Process(string templateFile, string resultFile)
Parameters
templateFile
string
The template file to be split
resultFile
string
The resultant file(name pattern)
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, …
Process(LowCodeSplitOptions)
Splits spreadsheet file into multiple parts.
public static void Process(LowCodeSplitOptions options)
Parameters
options
LowCodeSplitOptions
Options for splitting spreadsheet