You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary="Effortlessly handle Excel and other spreadsheet documents with features like opening, generating, editing, splitting, merging, comparing, and converting. Seamlessly integrate Cloud API into your solutions to efficiently manipulate documents. Convert Excel or other spreadsheets to CSV, PDF, JSON, XML, HTML, images, and more."
27
27
s.description="Ruby Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Microsoft Excel® spreadsheet generation, manipulation, conversion & inspection features into your own applications. Aspose.Cells Cloud for Ruby enables you to handle various aspects of Excel files, including cell data, styles, formulas, charts, pivot tables, data validation, comments, drawing objects, images, hyperlinks, and so on. Additionally, it supports operations such as splitting, merging, repairing, and converting to other compatible file formats."
PUT http://api.aspose.cloud/v4.0/cells/convert/range/csv
16
+
```
17
+
### **Function Description**
18
+
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 are in place to read the source file and write the converted file if applicable.The conversion process occurs entirely on the cloud server, eliminating the need for any cloud storage or external downloads.If the source file does not exist, is inaccessible, or if an error occurs during the conversion process, an appropriate exception will be thrown.Supported formats for conversion depend on the available libraries and their capabilities.
19
+
20
+
### The request parameters of **convertRangeToCsv** API are:
21
+
22
+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
|regoin|String|Query|The spreadsheet region setting.|
31
+
|password|String|Query|The password for opening spreadsheet file.|
32
+
33
+
### **Response Description**
34
+
```json
35
+
{
36
+
File
37
+
}
38
+
```
39
+
40
+
41
+
## OpenAPI Specification
42
+
43
+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ConversionController/ConvertRangeToCsv) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
PUT http://api.aspose.cloud/v4.0/cells/convert/range/html
16
+
```
17
+
### **Function Description**
18
+
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 are in place to read the source file and write the converted file if applicable.The conversion process occurs entirely on the cloud server, eliminating the need for any cloud storage or external downloads.If the source file does not exist, is inaccessible, or if an error occurs during the conversion process, an appropriate exception will be thrown.Supported formats for conversion depend on the available libraries and their capabilities.
19
+
20
+
### The request parameters of **convertRangeToHtml** API are:
21
+
22
+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
|regoin|String|Query|The spreadsheet region setting.|
31
+
|password|String|Query|The password for opening spreadsheet file.|
32
+
33
+
### **Response Description**
34
+
```json
35
+
{
36
+
File
37
+
}
38
+
```
39
+
40
+
41
+
## OpenAPI Specification
42
+
43
+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ConversionController/ConvertRangeToHtml) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
PUT http://api.aspose.cloud/v4.0/cells/convert/range/image
18
+
```
19
+
### **Function Description**
20
+
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 permissions are in place to read the source file and write the converted file if applicable.The conversion process occurs entirely on the cloud server, eliminating the need for any cloud storage or external downloads.If the source file does not exist, is inaccessible, or if an error occurs during the conversion process, an appropriate exception will be thrown.Supported formats for conversion depend on the available libraries and their capabilities.
21
+
22
+
### The request parameters of **convertRangeToImage** API are:
23
+
24
+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
|regoin|String|Query|The spreadsheet region setting.|
35
+
|password|String|Query|The password for opening spreadsheet file.|
36
+
37
+
### **Response Description**
38
+
```json
39
+
{
40
+
File
41
+
}
42
+
```
43
+
44
+
45
+
## OpenAPI Specification
46
+
47
+
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.
PUT http://api.aspose.cloud/v4.0/cells/convert/range/json
16
+
```
17
+
### **Function Description**
18
+
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 are in place to read the source file and write the converted file if applicable.The conversion process occurs entirely on the cloud server, eliminating the need for any cloud storage or external downloads.If the source file does not exist, is inaccessible, or if an error occurs during the conversion process, an appropriate exception will be thrown.Supported formats for conversion depend on the available libraries and their capabilities.
19
+
20
+
### The request parameters of **convertRangeToJson** API are:
21
+
22
+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
|regoin|String|Query|The spreadsheet region setting.|
31
+
|password|String|Query|The password for opening spreadsheet file.|
32
+
33
+
### **Response Description**
34
+
```json
35
+
{
36
+
File
37
+
}
38
+
```
39
+
40
+
41
+
## OpenAPI Specification
42
+
43
+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ConversionController/ConvertRangeToJson) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
PUT http://api.aspose.cloud/v4.0/cells/convert/range/pdf
18
+
```
19
+
### **Function Description**
20
+
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 are in place to read the source file and write the converted file if applicable.The conversion process occurs entirely on the cloud server, eliminating the need for any cloud storage or external downloads.If the source file does not exist, is inaccessible, or if an error occurs during the conversion process, an appropriate exception will be thrown.Supported formats for conversion depend on the available libraries and their capabilities.
21
+
22
+
### The request parameters of **convertRangeToPdf** API are:
23
+
24
+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
|regoin|String|Query|The spreadsheet region setting.|
33
+
|password|String|Query|The password for opening spreadsheet file.|
34
+
35
+
### **Response Description**
36
+
```json
37
+
{
38
+
File
39
+
}
40
+
```
41
+
42
+
43
+
## OpenAPI Specification
44
+
45
+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ConversionController/ConvertRangeToPdf) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
PUT http://api.aspose.cloud/v4.0/cells/convert/table/csv
16
+
```
17
+
### **Function Description**
18
+
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 are in place to read the source file and write the converted file if applicable.The conversion process occurs entirely on the cloud server, eliminating the need for any cloud storage or external downloads.If the source file does not exist, is inaccessible, or if an error occurs during the conversion process, an appropriate exception will be thrown.Supported formats for conversion depend on the available libraries and their capabilities.
19
+
20
+
### The request parameters of **convertTableToCsv** API are:
21
+
22
+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
|regoin|String|Query|The spreadsheet region setting.|
31
+
|password|String|Query|The password for opening spreadsheet file.|
32
+
33
+
### **Response Description**
34
+
```json
35
+
{
36
+
File
37
+
}
38
+
```
39
+
40
+
41
+
## OpenAPI Specification
42
+
43
+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ConversionController/ConvertTableToCsv) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
PUT http://api.aspose.cloud/v4.0/cells/convert/table/html
16
+
```
17
+
### **Function Description**
18
+
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 are in place to read the source file and write the converted file if applicable.The conversion process occurs entirely on the cloud server, eliminating the need for any cloud storage or external downloads.If the source file does not exist, is inaccessible, or if an error occurs during the conversion process, an appropriate exception will be thrown.Supported formats for conversion depend on the available libraries and their capabilities.
19
+
20
+
### The request parameters of **convertTableToHtml** API are:
21
+
22
+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
|regoin|String|Query|The spreadsheet region setting.|
31
+
|password|String|Query|The password for opening spreadsheet file.|
32
+
33
+
### **Response Description**
34
+
```json
35
+
{
36
+
File
37
+
}
38
+
```
39
+
40
+
41
+
## OpenAPI Specification
42
+
43
+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ConversionController/ConvertTableToHtml) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
0 commit comments