Batch Split

This REST API performs a batch split of eligible files.

REST API

POST http://api.aspose.cloud/v3.0/cells/batch/split

The request parameters are:

Parameter Name Type Path/Query/String/HTTPBody Description
BatchSplitRequest BatchSplitRequest body Request payload containing split options.

BatchSplitRequest Properties

Name Type Description Notes
SourceFolder string Folder that contains the source file. [optional]
SourceStorage string Storage name where the source file resides. [optional]
MatchCondition MatchConditionRequest Conditions used to select files for splitting. [optional]
Format string Desired output format (e.g., pdf, csv). [optional]
FromIndex integer Starting index of the pages to split. [optional]
ToIndex integer Ending index of the pages to split. [optional]
OutFolder string Destination folder for the split files. [optional]
SaveOptions SaveOptions Additional options for saving the output. [optional]

MatchConditionRequest Properties

Name Type Description Notes
RegexPattern string Regular expression to match file names. [optional]
FullMatchConditions string[] List of exact match conditions. [optional]

The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

You can use the cURL command‑line tool to access Aspose.Cells web services easily. The following example shows how to make calls to the Cloud API with cURL.

Cloud SDK Family

Using an SDK is the best way to speed up development. An SDK handles low‑level details and lets you focus on your split tasks. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.

The following code examples demonstrate how to make calls to Aspose.Cells web services using various SDKs: