AsposeCellsCloud-CellsApi

 view release on metacpan or  search on metacpan

docs/api/ConvertRangeToImage.md  view on Meta::CPAN

# **Spreadsheet Cloud API: convertRangeToImage**

Converts a range of spreadsheet on a local drive to the image file. 


## **Quick Start**

- **Base URL**: `http://api.aspose.cloud/v4.0`
- **Authentication Method**: `JWT (OAuth2, application)`  **Token URL**: `https://api.aspose.cloud/connect/token`
- **Example** 

## **Interface Details**

### **Endpoint** 

```
PUT http://api.aspose.cloud/v4.0/cells/convert/range/image
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's range to the desired image file, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary permission...

### The request parameters of **convertRangeToImage** API are: 

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|
|range|String|Query|cell area. e.g. A1:C10|
|format|String|Query|file format. e.g. png, svg, tiff |
|printHeadings|Boolean|Query|Represents if row and column headings are printed with this page.|
|outPath|String|Query|(Optional) The folder path where the workbook is stored. The default is null.|
|outStorageName|String|Query|Output file Storage Name.|
|fontsLocation|String|Query|Use Custom fonts.|
|region|String|Query|The spreadsheet region setting.|
|password|String|Query|The password for opening spreadsheet file.|

### **Response Description**
```json
{
File
}
```


## OpenAPI Specification

The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ConversionController/ConvertRangeToImage) 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.532 second using v1.01-cache-2.11-cpan-39bf76dae61 )