Create an Empty Excel Workbook

This REST API creates an empty workbook.

REST API

Endpoint Type Description Resource Link
/cells/{name} PUT Create an empty workbook PutWorkbookCreate

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 boolean true to overwrite an existing file; false otherwise.
folder string Destination folder for the created workbook (optional).
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.

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. Include the Authorization header with a valid OAuth2/JWT access token.

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: