Skip to content

Commit 4974b42

Browse files
committed
Add new methods for Cells Cloud 4.0.
1 parent bf1993c commit 4974b42

File tree

456 files changed

+8041
-1089
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

456 files changed

+8041
-1089
lines changed

docs/BrokenLink.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# AsposeCellsCloud::Object::BrokenLink
2+
3+
## Load the model package
4+
```perl
5+
use AsposeCellsCloud::Object::BrokenLink;
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**Filename** | **string** | |
12+
**Worksheet** | **string** | |
13+
**Position** | **string** | |
14+
**LinkAddress** | **string** | |
15+
16+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
17+

docs/BrokenLinksReponse.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# AsposeCellsCloud::Object::BrokenLinksReponse
2+
3+
## Load the model package
4+
```perl
5+
use AsposeCellsCloud::Object::BrokenLinksReponse;
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**BrokenLinks** | **ARRAY[BrokenLink]** | |
12+
**Code** | **int** | |
13+
**Status** | **string** | |
14+
15+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
16+

docs/CellArea.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ use AsposeCellsCloud::Object::CellArea;
88
## Properties
99
Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
11-
**EndColumn** | **int** | The end column index. |
12-
**EndRow** | **int** | The end row index. |
13-
**StartColumn** | **int** | The start column index. |
14-
**StartRow** | **int** | The start row index. |
11+
**EndColumn** | **int** | |
12+
**EndRow** | **int** | |
13+
**StartColumn** | **int** | |
14+
**StartRow** | **int** | |
1515

1616
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1717

docs/CellsCloudFileInfo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ use AsposeCellsCloud::Object::CellsCloudFileInfo;
88
## Properties
99
Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
11-
**Name** | **string** | The file name. |
12-
**Size** | **int** | The file size. |
13-
**Folder** | **string** | The file position. |
14-
**Storage** | **string** | The storage name. |
11+
**Name** | **string** | |
12+
**Size** | **int** | |
13+
**Folder** | **string** | |
14+
**Storage** | **string** | |
1515

1616
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1717

docs/CellsCloudFileInfoResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use AsposeCellsCloud::Object::CellsCloudFileInfoResponse;
88
## Properties
99
Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
11-
**FileInfo** | **CellsCloudFileInfo** | A property named `FileInfo` of type `CellsCloudFileInfo` is defined for the class. |
11+
**FileInfo** | **CellsCloudFileInfo** | |
1212
**Code** | **int** | |
1313
**Status** | **string** | |
1414

docs/CellsCloudResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use AsposeCellsCloud::Object::CellsCloudResponse;
88
## Properties
99
Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
11-
**Code** | **int** | The property "Code" allows for accessing and modifying the HTTP status code of the response. |
11+
**Code** | **int** | |
1212
**Status** | **string** | |
1313

1414
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# AsposeCellsCloud::Request::CheckCloudServiceHealth
2+
3+
## Load the model package
4+
```perl
5+
use AsposeCellsCloud::Request::CheckCloudServiceHealth;
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
12+
13+
[[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+

docs/CodegenSpecRequest.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AsposeCellsCloud::Request::CodegenSpec
2+
3+
## Load the model package
4+
```perl
5+
use AsposeCellsCloud::Request::CodegenSpec;
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**regoin** | **string** | The spreadsheet region setting. |
12+
**password** | **string** | The password for opening spreadsheet file. |
13+
14+
[[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
15+

docs/Color.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ use AsposeCellsCloud::Object::Color;
88
## Properties
99
Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
11-
**A** | **int** | Gets the alpha component value of this System.Drawing.Color structure. |
12-
**R** | **int** | Gets the red component value of this System.Drawing.Color structure. |
13-
**G** | **int** | Gets the green component value of this System.Drawing.Color structure. |
14-
**B** | **int** | Gets the blue component value of this System.Drawing.Color structure. |
11+
**A** | **int** | |
12+
**R** | **int** | |
13+
**G** | **int** | |
14+
**B** | **int** | |
1515

1616
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1717

docs/ConvertWorkbookRequest.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# AsposeCellsCloud::Request::ConvertWorkbook
2+
3+
## Load the model package
4+
```perl
5+
use AsposeCellsCloud::Request::ConvertWorkbook;
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**spreadsheet** | **string** | Upload spreadsheet file. |
12+
**format** | **string** | (Required) The desired output format (e.g., "Xlsx", "Pdf", "Csv"). |
13+
**out_path** | **string** | (Optional) The folder path where the workbook is stored. The default is null. |
14+
**out_storage_name** | **string** | Output file Storage Name. |
15+
**fonts_location** | **string** | Use Custom fonts. |
16+
**regoin** | **string** | The spreadsheet region setting. |
17+
**password** | **string** | The password for opening spreadsheet file. |
18+
19+
[[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
20+

0 commit comments

Comments
 (0)