Create Folder in Excel API
Contents
[
Hide
]
Excel API: Create Folder
PUT http://api.aspose.cloud/v4.0/cells/storage/folder/{path}
Function Description
The createFolder API allows users to create a new folder in the specified path within the cloud storage of the Excel API. This functionality is essential for organizing files and maintaining a structured directory.
The request parameters of createFolder API are
Parameter Name | Type | Path/Query String/HTTP Body | Description |
---|---|---|---|
path | String | Path | The path where the folder will be created. |
storageName | String | Query | The name of the storage to use. |
Response Description
{
Void
}
OpenAPI Specification
The OpenAPI Specification defines a publicly accessible programming interface and allows you to carry out REST interactions directly from a web browser.
Excel API SDK
Using an SDK is the best way to speed up development. An SDK manages low-level details and lets you 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: