Create an empty Excel workbook
Contents
[
Hide
]
This REST API creates an empty workbook.
Query Parameters
| Parameter Name | Type | Description |
|---|---|---|
| templateFile | string | Path to a template workbook to use as a base (optional). |
| dataFile | string | Path to a data file for populating the workbook (optional). |
| isWriteOver | string | true to overwrite an existing file; false otherwise. |
| folder | string | Folder where the original workbook resides. |
| storageName | string | Name of the storage service to use. |
Request Body Parameter
| Parameter Name | Type | Description |
|---|---|---|
| data | file | Binary content of the workbook file to create. |
REST API
| API | Type | Description | Resource Link |
|---|---|---|---|
| /cells/{name} | PUT | Create an empty workbook | PutWorkbookCreate |
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 example below shows how to make a call to the Cloud API with cURL.
Cloud SDK Family
Using an SDK is the best way to speed up development. An SDK abstracts low‑level details so you can focus on your project tasks. Check the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.
The following code examples demonstrate how to call Aspose.Cells web services using various SDKs: