AsposeCellsCloud-CellsApi

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

| [XHTML](https://docs.fileformat.com/web/xhtml/)                   | XHTML File Format                                                                                                                                                                   ...

## Architecture

![architecture.png](architecture.png)

## [Developer Reference](docs/DeveloperGuide.md#overview)

### Manipulate Excel and other spreadsheet files in the Cloud

- **File Manipulation**: Users can upload, download, delete, and manage Excel files stored in the cloud.
- **File Formatting**: Supports formatting of cells, fonts, colors, and alignment modes in Excel files to cater to users' specific requirements.
- **Data Processing**: Powerful functions for data processing including reading, writing, modifying cell data, performing formula calculations, and formatting data.
- **Formula Calculation**: Built-in formula engine handles complex formula calculations in Excel and returns accurate results.
- **Chart Manipulation**: Users can create, edit, and delete charts from Excel files for data analysis and visualization needs.
- **Table Processing**: Offers robust processing capabilities for various form operations such as creation, editing, formatting, and conversion, meeting diverse form processing needs.
- **Data Verification**: Includes data verification function to set cell data type, range, uniqueness, ensuring data accuracy and integrity.
- **Batch Processing**: Supports batch processing of multiple Excel documents, such as batch format conversion, data extraction, and style application..
- **Import/Export Data**: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
- **Security Management**: Offers a range of security features like data encryption, access control, and permission management to safeguard the security and integrity of spreadsheet data.

docs/DeveloperGuide.md  view on Meta::CPAN


| Model Name | Model Description |
| :--------- | :---------------| 
| [DiscUsage](model/DiscUsage.md)| Class for disc space information. |
| [ObjectExist](model/ObjectExist.md)| Object exists |
| [ObjectExistsExtensions](model/ObjectExistsExtensions.md)|  |
| [FileVersion](model/FileVersion.md)|  |
| [StorageExist](model/StorageExist.md)| Storage exists |
| [FileVersions](model/FileVersions.md)| File versions FileVersion. |
| [FilesList](model/FilesList.md)| Files list |
| [FilesUploadResult](model/FilesUploadResult.md)| File upload result |
| [StorageFile](model/StorageFile.md)| File or folder information |
| [GoogleDriveStorageFile](model/GoogleDriveStorageFile.md)|  |
| [AggregateResultByColor](model/AggregateResultByColor.md)|  |
| [BrokenLink](model/BrokenLink.md)|  |
| [CellArea](model/CellArea.md)|  |
| [CellsCloudFileInfo](model/CellsCloudFileInfo.md)|  |
| [CellsCloudPublicKey](model/CellsCloudPublicKey.md)|  |
| [Color](model/Color.md)|  |
| [PdfSecurityOptions](model/PdfSecurityOptions.md)|  |
| [Range](model/Range.md)|  |

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

- **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.|
|chartIndex|Integer|Query|chart index of worksheet.|
|format|String|Query|(Required) The desired image type (e.g., svg, png, jpg).|
|outPath|String|Query|(Optional) The folder path where the workbook is stored. The default is null.|

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

- **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.|
|chartIndex|Integer|Query|chart index of worksheet.|
|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/ConvertRangeToCsv.md  view on Meta::CPAN

- **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.|
|range|String|Query|cell area. e.g. A1:C10|
|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/ConvertRangeToHtml.md  view on Meta::CPAN

- **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.|
|range|String|Query|cell area. e.g. A1:C10|
|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/ConvertRangeToImage.md  view on Meta::CPAN

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

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

- **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.|
|range|String|Query|cell area. e.g. A1:C10|
|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/ConvertRangeToPdf.md  view on Meta::CPAN

- **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.|
|range|String|Query|cell area. e.g. A1:C10|
|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/ConvertSpreadsheet.md  view on Meta::CPAN

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

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

- **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.|
|outStorageName|String|Query|Output file Storage Name.|
|fontsLocation|String|Query|Use Custom fonts.|
|region|String|Query|The spreadsheet region setting.|

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

- **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.|
|outStorageName|String|Query|Output file Storage Name.|
|fontsLocation|String|Query|Use Custom fonts.|
|region|String|Query|The spreadsheet region setting.|

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

- **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.|
|outStorageName|String|Query|Output file Storage Name.|
|fontsLocation|String|Query|Use Custom fonts.|
|region|String|Query|The spreadsheet region setting.|

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

- **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.|
|tableName|String|Query|table name|
|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/ConvertTableToHtml.md  view on Meta::CPAN

- **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.|
|tableName|String|Query|table name|
|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/ConvertTableToImage.md  view on Meta::CPAN

- **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.|
|tableName|String|Query|table name|
|format|String|Query|file format.  |
|outPath|String|Query|(Optional) The folder path where the workbook is stored. The default is null.|

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

- **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.|
|tableName|String|Query|table name|
|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/ConvertTableToPdf.md  view on Meta::CPAN

- **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.|
|tableName|String|Query|table name|
|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/ConvertWorksheetToCsv.md  view on Meta::CPAN

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

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

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

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

- **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.|
|region|String|Query|The spreadsheet region setting.|
|password|String|Query|The password for opening spreadsheet file.|

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

- **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.|
|format|String|Query|image format:svg, png, and so on.|
|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/ConvertWorksheetToJson.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`
## **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.|
|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.|

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

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

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

```
POST http://api.aspose.cloud/v3.0/cells/metadata/delete
```
### **Function Description**
PageTitle: Delete cells document properties in Excel file, and save them is various formats.PageDescription: Indeed, Aspose.Cells Cloud offers strong support for deleting cells document properties in Excel file and save them is various formats.HeadTi...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|File|File|FormData|File to upload|
|type|String|Query|Cells document property name.|
|outFormat|String|Query|The output data file format.(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)|
|password|String|Query|The password needed to open an Excel file.|
|checkExcelRestriction|Boolean|Query|Whether check restriction of excel file when user modify cells related objects.|

### **Response Description**
```json
{
  "Name": "FilesResult",
  "Description": [

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

```
POST http://api.aspose.cloud/v3.0/cells/metadata/get
```
### **Function Description**
PageTitle: Get cells document properties.PageDescription: Indeed, Aspose.Cells Cloud offers strong support for getting cells document properties.HeadTitle:  Get cells document properties.HeadSummary: Indeed, Aspose.Cells Cloud offers strong support f...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|File|File|FormData|File to upload|
|type|String|Query|Cells document property name.|
|password|String|Query|The password needed to open an Excel file.|
|checkExcelRestriction|Boolean|Query|Whether check restriction of excel file when user modify cells related objects.|

### **Response Description**
```json
[
{
  "Name": "CellsDocumentProperty",
  "Description": [

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

```
POST http://api.aspose.cloud/v3.0/cells/assemble
```
### **Function Description**
PageTitle: Assemble data files with template files to generate files in various formats.PageDescription: Aspose.Cells Cloud provides robust support for assembling data files with template files to generate files in various formats, a process known fo...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|File|File|FormData|File to upload|
|datasource|String|Query||
|outFormat|String|Query|The format to convert(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)|
|password|String|Query|The password needed to open an Excel file.|
|checkExcelRestriction|Boolean|Query|Whether check restriction of excel file when user modify cells related objects.|
|region|String|Query|The regional settings for workbook.|

### **Response Description**
```json
{
  "Name": "FilesResult",

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

```
POST http://api.aspose.cloud/v3.0/cells/clearobjects
```
### **Function Description**
PageTitle: Clear internal elements in Excel files and generate output files in various formats.PageDescription: Indeed, Aspose.Cells Cloud offers strong support for clearing internal elements in Excel files and generating output files in various form...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|File|File|FormData|File to upload|
|objecttype|String|Query|chart/comment/picture/shape/listobject/hyperlink/oleobject/pivottable/validation/Background|
|sheetname|String|Query|The worksheet name, specify the scope of the deletion.|
|outFormat|String|Query|The output data file format.(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)|
|password|String|Query|The password needed to open an Excel file.|
|checkExcelRestriction|Boolean|Query|Whether check restriction of excel file when user modify cells related objects.|
|region|String|Query|The regional settings for workbook.|

### **Response Description**
```json
{

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

```
POST http://api.aspose.cloud/v3.0/cells/compress
```
### **Function Description**
PageTitle: Compress Excel files, and generate target files in various formats.PageDescription: Aspose.Cells Cloud provides robust support for compressing Excel files to generate target files in various formats, a process known for its intricacy.HeadT...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|File|File|FormData|File to upload|
|CompressLevel|Integer|Query|Compress level. The compression ratio 1-100.|
|password|String|Query|The password needed to open an Excel file.|
|checkExcelRestriction|Boolean|Query|Whether check restriction of excel file when user modify cells related objects.|

### **Response Description**
```json
{
  "Name": "FilesResult",
  "Description": [
    "Class features: Weekly lectures, group projects, midterm and final exams, and participation in class discussions."

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

```
POST http://api.aspose.cloud/v3.0/cells/convert/csv
```
### **Function Description**
PageTitle: Convert Excel files to Csv files.PageDescription: Aspose.Cells Cloud provides robust support for converting Excel files to Csv files, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Ma...

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 
|File|File|FormData|File to upload|
|password|String|Query|The password needed to open an Excel file.|
|checkExcelRestriction|Boolean|Query|Whether check restriction of excel file when user modify cells related objects.|
|region|String|Query|The regional settings for workbook.|

### **Response Description**
```json
{
  "Name": "FileInfo",
  "Description": [
    "Represents file information."



( run in 4.521 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )