AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
docs/api/ExportChartAsFormat.md view on Meta::CPAN
- **Example**
## **Interface Details**
### **Endpoint**
```
GET http://api.aspose.cloud/v4.0/cells/{name}/worksheets/{worksheet}/charts/{chartIndex}
```
### **Function Description**
This method processes a chart of spreadsheet directly in cloud storage, converting it to the requested output format (PDF, or Image format) without requiring the file to be downloaded to the local machine. The operation relies on valid cloud storage ...
### The request parameters of **exportChartAsFormat** API are:
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|(Required) The name of the workbook file to be retrieved.|
|worksheet|String|Path|worksheet name|
|chartIndex|Integer|Path|chart index|
|format|String|Query|(Required) The desired pdf or image format (e.g., "png", "Pdf", "svg").|
|folder|String|Query|(Optional) The folder path where the workbook is stored. The default is null.|
( run in 3.050 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )