Split an Excel workbook to multi-files
Contents
[
Hide
]
This REST API splits an Excel workbook into multiple files in different formats.
Query Parameter
| Parameter Name | Type | Description |
|---|---|---|
| format | string | Desired output format for the split files. |
| from | integer | Starting worksheet index. |
| to | integer | Ending worksheet index. |
| horizontalResolution | integer | Image horizontal resolution. |
| verticalResolution | integer | Image vertical resolution. |
| outFolder | string | Output folder for the split files. |
| splitNameRule | string | Naming rule applied to split files. |
| folder | string | Folder containing the original workbook. |
| storageName | string | Name of the storage to use. |
REST API
| API | Type | Description | Swagger Link |
|---|---|---|---|
| /cells/{name}/split | POST | Split an Excel workbook | PostWorkbookSplit |
The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
You can use 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 so you can focus on your project 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: