AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
docs/api/GetWorksheetsWithLocalSpreadsheet.md view on Meta::CPAN
# **Spreadsheet Cloud API: getWorksheetsWithLocalSpreadsheet**
Fetches a complete list of worksheets from the currently active local spreadsheet.
## **Quick Start**
- **Base URL**: `http://api.aspose.cloud/v4.0`
- **Authentication Method**: `JWT (OAuth2, application)` **Token URL**: `https://api.aspose.cloud/connect/token`
## **Interface Details**
### **Endpoint**
```
PUT http://api.aspose.cloud/v4.0/cells/spreadsheet/worksheets
```
### **Function Description**
This endpoint accesses the local spreadsheet application (e.g., Excel) via interop or a local API,collects the name and type (e.g., standard, chart, macro) of every worksheet,and returns the collection as a structured JSON array. This is typically us...
### The request parameters of **getWorksheetsWithLocalSpreadsheet** API are:
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|region|String|Query|The spreadsheet region setting.|
|password|String|Query|The password for opening spreadsheet file.|
### **Response Description**
```json
{
String
}
```
## OpenAPI Specification
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ManagementController/GetWorksheetsWithLocalSpreadsheet) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
[[Back to API list]](../DeveloperGuide.md#api-reference)
[[Back to README]](../../README.md)
( run in 0.461 second using v1.01-cache-2.11-cpan-5735350b133 )