AsposeCellsCloud-CellsApi

 view release on metacpan or  search on metacpan

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


## **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/accept-all-revisions
```
### **Function Description**

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|outPath|String|Query|(Optional) The folder path where the workbook is stored. The default is null.|
|outStorageName|String|Query|Output file Storage Name.|

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


## **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/{name}/accept-all-revisions
```
### **Function Description**

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|name|String|Path||
|folder|String|Query||
|storageName|String|Query|(Optional) The name of the storage if using custom cloud storage. Use default storage if omitted.|

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


- **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/content/add/text
```
### **Function Description**
Bulk-inserts the supplied string into every cell of the chosen range at the exact position you specify(prefix, suffix, before/after a given substring, or offset).  - **position** enum: None, AtTheBeginning, AtTheEnd, BeforeText, AfterText.  - **selec...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|text|String|Query|Specify the added text content.|

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


- **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/spreadsheet/add/worksheet
```
### **Function Description**
By using the AddWorksheet API, you can dynamically manage the structure of your workbook, adding new worksheets with specific types, positions, and names, thereby enhancing your productivity and control over spreadsheet management.## **Error Handling...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|sheetType|String|Query|Specifies the name of the new worksheet.If not provided, a default name will be assigned.|

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


- **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/calculate/aggergate/color
```
### **Function Description**
The Aggregate by Color API is a powerful tool for data analysis, allowing you to perform color-based aggregations efficiently. Whether you need to count, sum, find the max or min value, or calculate the average, this API provides the flexibility to h...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|Specified worksheet.|

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


- **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/spreadsheet/compress
```
### **Function Description**
By using the CompressSpreadsheet API, you can dynamically manage the storage and performance of your spreadsheets, applying specified compression levels to reduce file sizes and optimize storage usage. This feature enhances your ability to manage and...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|level|Integer|Query|Specifies the compression level to be applied to the spreadsheet. The level should be within a valid range (e.g., 0-9 for most compression algorithms, where 0 is no compression and 9 is maximum compression).|

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


- **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/chart/image
```
### **Function Description**
This method reads a chart of spreadsheet file from the local file system, converts it into the desired image format (e.g., PNG, SVG, Tiff), and returns the converted result. The source file path and target format must be specified correctly. Ensure t...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/chart/pdf
```
### **Function Description**
This method reads a chart of spreadsheet file from the local file system, converts it into the desired pdf format, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary permiss...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/csv
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's range to the desired csv file, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary permissions ...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/html
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's range to the desired html file, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary permissions...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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.|

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


- **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/json
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's range to the desired json file, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary permissions...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/pdf
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's range to the desired pdf file, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary permissions ...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/spreadsheet
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it into the desired output format (e.g., XLSX, PDF, CSV), and returns the converted result. The source file path and target format must be specified correctly. Ensure that the ...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|format|String|Query|(Required) The desired output format (e.g., "Xlsx", "Pdf", "Csv").|

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


- **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/spreadsheet/csv
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it into the desired output format (e.g., XLSX, PDF, CSV), and returns the converted result. The source file path and target format must be specified correctly. Ensure that the ...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|outPath|String|Query|(Optional) The folder path where the workbook is stored. The default is null.|

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


- **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/spreadsheet/json
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it into the JSON format file. The source file path and target format must be specified correctly. Ensure that the necessary permissions are in place to read the source file and...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|outPath|String|Query|(Optional) The folder path where the workbook is stored. The default is null.|

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


- **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/spreadsheet/pdf
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it into the desired output format (e.g., XLSX, PDF, CSV), and returns the converted result. The source file path and target format must be specified correctly. Ensure that the ...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|outPath|String|Query|(Optional) The folder path where the workbook is stored. The default is null.|

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


- **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/table/csv
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's table to the desired csv file, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary permissions ...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/table/html
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's table to the desired html file, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary permissions...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/table/image
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's table 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 **convertTableToImage** API are: 

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/table/json
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's table to the desired html file, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary permissions...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/table/pdf
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's table to the desired pdf file, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary permissions ...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/content/convert/text
```
### **Function Description**
- **Convert numbers stored as text to numbers**Transform numeric data stored as text to numbers, ensuring accurate calculations and proper data representation.- **Replace specific characters**Replace all occurrences of specified characters in all the...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|convertTextType|String|Query|Indicates the conversion of text type.|

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


- **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/worksheet/csv
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's worksheet to the desired CSV file, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary permissi...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/worksheet/html
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's worksheet to the desired pdf file, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary permissi...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/worksheet/html-table
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's worksheet to the desired HTML table file, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary p...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/worksheet/image
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's worksheet to the desired image format (e.g., svg, png, ...), and returns the converted result. The source file path and target format must be specified correctly. Ensure t...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


## **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/convert/worksheet/json
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's worksheet to the desired JSON file, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary permiss...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/worksheet/pdf
```
### **Function Description**
This method reads a spreadsheet file from the local file system, converts it's worksheet to the desired pdf file, and returns the converted result. The source file path and target format must be specified correctly. Ensure that the necessary permissi...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|Spreadsheet|File|FormData|Upload spreadsheet file.|
|worksheet|String|Query|worksheet name of spreadsheet.|

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


- **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/storage/file/copy/{srcPath}
```
### **Function Description**

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|srcPath|String|Path||
|destPath|String|Query||
|srcStorageName|String|Query||



( run in 1.713 second using v1.01-cache-2.11-cpan-97f6503c9c8 )