Skip to content

Commit 531b7cc

Browse files
committed
Add delete blank rows/columns/worksheet, optimize search and replace features.
1 parent 4974b42 commit 531b7cc

File tree

789 files changed

+30313
-5963
lines changed

Some content is hidden

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

789 files changed

+30313
-5963
lines changed

docs/AddPictureInCellRequest.md

Lines changed: 61 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,65 @@
1-
# AsposeCellsCloud::Request::AddPictureInCell
1+
# **Spreadsheet Cloud API: addPictureInCell**
22

3-
## Load the model package
4-
```perl
5-
use AsposeCellsCloud::Request::AddPictureInCell;
3+
add new picture in the cells.
4+
5+
6+
## **Quick Start**
7+
8+
- **Base URL**: `http://api.aspose.cloud/v3.0`
9+
- **Authentication Method**: `JWT (OAuth2, application)` **Token URL**: `https://api.aspose.cloud/connect/token`
10+
## **Interface Details**
11+
12+
### **Endpoint**
13+
14+
```
15+
POST http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/pictures/addPictureInCell
616
```
17+
### **Function Description**
18+
19+
### The request parameters of **addPictureInCell** API are:
20+
21+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
22+
| :- | :- | :- |:- |
23+
|name|String|Path||
24+
|sheetName|String|Path||
25+
|cellName|String|Query||
26+
|picturePath|String|Query||
27+
|folder|String|Query||
28+
|storageName|String|Query||
29+
30+
### **Response Description**
31+
```json
32+
{
33+
"Name": "CellsCloudResponse",
34+
"Type": "Class",
35+
"IsAbstract": false,
36+
"Properties": [
37+
{
38+
"Name": "Code",
39+
"Nullable": true,
40+
"ReadOnly": false,
41+
"IsInherit": false,
42+
"DataType": {
43+
"Identifier": "Integer",
44+
"Name": "integer"
45+
}
46+
},
47+
{
48+
"Name": "Status",
49+
"Nullable": true,
50+
"ReadOnly": false,
51+
"IsInherit": false,
52+
"DataType": {
53+
"Identifier": "String",
54+
"Name": "string"
55+
}
56+
}
57+
]
58+
}
59+
```
60+
61+
62+
## OpenAPI Specification
763

8-
## Properties
9-
Name | Type | Description | Notes
10-
------------ | ------------- | ------------- | -------------
11-
**name** | **string** | |
12-
**sheet_name** | **string** | |
13-
**cell_name** | **string** | |
14-
**picture_path** | **string** | |
15-
**folder** | **string** | |
16-
**storage_name** | **string** | |
17-
18-
[[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
64+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/PicturesController/AddPictureInCell) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
1965

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,36 @@
1-
# AsposeCellsCloud::Request::CheckCloudServiceHealth
1+
# **Spreadsheet Cloud API: checkCloudServiceHealth**
22

3-
## Load the model package
4-
```perl
5-
use AsposeCellsCloud::Request::CheckCloudServiceHealth;
3+
Check the Health Status of Aspose.Cells Cloud Service.
4+
5+
6+
## **Quick Start**
7+
8+
- **Base URL**: `http://api.aspose.cloud/v4.0`
9+
- **Authentication Method**: `JWT (OAuth2, application)` **Token URL**: `https://api.aspose.cloud/connect/token`
10+
## **Interface Details**
11+
12+
### **Endpoint**
13+
14+
```
15+
GET http://api.aspose.cloud/v4.0/cells/status/check
616
```
17+
### **Function Description**
18+
This API provides real-time monitoring of Aspose.Cells Cloud service availability and operational status.Returns key health metrics such as service connectivity, response latency, and error rates(if applicable).Use cases:▸ Pre-flight checks before executing critical operations dependent on Aspose.Cells Cloud.▸ Automated service status monitoring for SLA compliance.▸ Diagnostic tooling during integration troubleshooting.Considerations:▸ Requires valid API credentials with read-only health check permissions.▸ Response codes (e.g., 200 OK for healthy, 503 Maintenance for downtime) must be programmatically handled.▸ Implement retry logic with exponential backoff if transient failures are detected.▸ Monitor API rate limits to avoid excessive health check calls.▸ Combine with logging/alerting systems for proactive incident response.
19+
20+
### The request parameters of **checkCloudServiceHealth** API are:
21+
22+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
23+
| :- | :- | :- |:- |
24+
25+
### **Response Description**
26+
```json
27+
{
28+
String
29+
}
30+
```
31+
732

8-
## Properties
9-
Name | Type | Description | Notes
10-
------------ | ------------- | ------------- | -------------
11-
33+
## OpenAPI Specification
1234

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)
35+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/CellsStatusController/CheckCloudServiceHealth) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
1436

Lines changed: 90 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,95 @@
1-
# AsposeCellsCloud::Request::CheckWorkbookFormulaErrors
1+
# **Spreadsheet Cloud API: checkWorkbookFormulaErrors**
22

3-
## Load the model package
4-
```perl
5-
use AsposeCellsCloud::Request::CheckWorkbookFormulaErrors;
3+
4+
5+
6+
## **Quick Start**
7+
8+
- **Base URL**: `http://api.aspose.cloud/v3.0`
9+
- **Authentication Method**: `JWT (OAuth2, application)` **Token URL**: `https://api.aspose.cloud/connect/token`
10+
## **Interface Details**
11+
12+
### **Endpoint**
13+
14+
```
15+
POST http://api.aspose.cloud/v3.0/cells/checkformulaerrors
616
```
17+
### **Function Description**
18+
19+
### The request parameters of **checkWorkbookFormulaErrors** API are:
20+
21+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
22+
| :- | :- | :- |:- |
23+
|formulaErrorOptions|Class|Body||
24+
25+
### **Response Description**
26+
```json
27+
{
28+
"Name": "CheckedFormulaErrorsResponse",
29+
"Description": [
30+
""
31+
],
32+
"Type": "Class",
33+
"ParentName": "CellsCloudResponse",
34+
"IsAbstract": false,
35+
"Properties": [
36+
{
37+
"Name": "IsFormulasErrors",
38+
"Description": [
39+
""
40+
],
41+
"Nullable": true,
42+
"ReadOnly": false,
43+
"IsInherit": false,
44+
"DataType": {
45+
"Identifier": "Boolean",
46+
"Name": "boolean"
47+
}
48+
},
49+
{
50+
"Name": "FormulasErrors",
51+
"Description": [
52+
""
53+
],
54+
"Nullable": true,
55+
"ReadOnly": false,
56+
"IsInherit": false,
57+
"DataType": {
58+
"Identifier": "Container",
59+
"Reference": "String",
60+
"ElementDataType": {
61+
"Identifier": "String",
62+
"Name": "string"
63+
},
64+
"Name": "container"
65+
}
66+
},
67+
{
68+
"Name": "Code",
69+
"Nullable": true,
70+
"ReadOnly": false,
71+
"IsInherit": true,
72+
"DataType": {
73+
"Identifier": "Integer",
74+
"Name": "integer"
75+
}
76+
},
77+
{
78+
"Name": "Status",
79+
"Nullable": true,
80+
"ReadOnly": false,
81+
"IsInherit": true,
82+
"DataType": {
83+
"Identifier": "String",
84+
"Name": "string"
85+
}
86+
}
87+
]
88+
}
89+
```
90+
791

8-
## Properties
9-
Name | Type | Description | Notes
10-
------------ | ------------- | ------------- | -------------
11-
**formula_error_options** | **CheckFormulaErrorOptions** | |
92+
## OpenAPI Specification
1293

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)
94+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/DataCheckingController/CheckWorkbookFormulaErrors) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
1495

Lines changed: 103 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,108 @@
1-
# AsposeCellsCloud::Request::CheckWrokbookExternalReference
1+
# **Spreadsheet Cloud API: checkWrokbookExternalReference**
22

3-
## Load the model package
4-
```perl
5-
use AsposeCellsCloud::Request::CheckWrokbookExternalReference;
3+
Export Excel internal elements or the workbook itself to various format files.
4+
5+
6+
## **Quick Start**
7+
8+
- **Base URL**: `http://api.aspose.cloud/v3.0`
9+
- **Authentication Method**: `JWT (OAuth2, application)` **Token URL**: `https://api.aspose.cloud/connect/token`
10+
## **Interface Details**
11+
12+
### **Endpoint**
13+
14+
```
15+
POST http://api.aspose.cloud/v3.0/cells/checkexternalreference
616
```
17+
### **Function Description**
18+
19+
### The request parameters of **checkWrokbookExternalReference** API are:
20+
21+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
22+
| :- | :- | :- |:- |
23+
|checkExternalReferenceOptions|Class|Body||
24+
25+
### **Response Description**
26+
```json
27+
{
28+
"Name": "CheckedExternalReferenceResponse",
29+
"Description": [
30+
""
31+
],
32+
"Type": "Class",
33+
"ParentName": "CellsCloudResponse",
34+
"IsAbstract": false,
35+
"Properties": [
36+
{
37+
"Name": "ReferenceOtherWorkbook",
38+
"Description": [
39+
""
40+
],
41+
"Nullable": true,
42+
"ReadOnly": false,
43+
"IsInherit": false,
44+
"DataType": {
45+
"Identifier": "Boolean",
46+
"Name": "boolean"
47+
}
48+
},
49+
{
50+
"Name": "ReferenceOtherWorksheet",
51+
"Description": [
52+
""
53+
],
54+
"Nullable": true,
55+
"ReadOnly": false,
56+
"IsInherit": false,
57+
"DataType": {
58+
"Identifier": "Boolean",
59+
"Name": "boolean"
60+
}
61+
},
62+
{
63+
"Name": "Formulas",
64+
"Description": [
65+
""
66+
],
67+
"Nullable": true,
68+
"ReadOnly": false,
69+
"IsInherit": false,
70+
"DataType": {
71+
"Identifier": "Container",
72+
"Reference": "String",
73+
"ElementDataType": {
74+
"Identifier": "String",
75+
"Name": "string"
76+
},
77+
"Name": "container"
78+
}
79+
},
80+
{
81+
"Name": "Code",
82+
"Nullable": true,
83+
"ReadOnly": false,
84+
"IsInherit": true,
85+
"DataType": {
86+
"Identifier": "Integer",
87+
"Name": "integer"
88+
}
89+
},
90+
{
91+
"Name": "Status",
92+
"Nullable": true,
93+
"ReadOnly": false,
94+
"IsInherit": true,
95+
"DataType": {
96+
"Identifier": "String",
97+
"Name": "string"
98+
}
99+
}
100+
]
101+
}
102+
```
103+
7104

8-
## Properties
9-
Name | Type | Description | Notes
10-
------------ | ------------- | ------------- | -------------
11-
**check_external_reference_options** | **CheckExternalReferenceOptions** | |
105+
## OpenAPI Specification
12106

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)
107+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/DataCheckingController/CheckWrokbookExternalReference) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
14108

docs/CodegenSpecRequest.md

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,37 @@
1-
# AsposeCellsCloud::Request::CodegenSpec
1+
# **Spreadsheet Cloud API: codegenSpec**
22

3-
## Load the model package
4-
```perl
5-
use AsposeCellsCloud::Request::CodegenSpec;
3+
4+
5+
6+
## **Quick Start**
7+
8+
- **Base URL**: `http://api.aspose.cloud/v4.0`
9+
- **Authentication Method**: `JWT (OAuth2, application)` **Token URL**: `https://api.aspose.cloud/connect/token`
10+
## **Interface Details**
11+
12+
### **Endpoint**
13+
14+
```
15+
GET http://api.aspose.cloud/v4.0/cells/codegen/spec
616
```
17+
### **Function Description**
18+
19+
### The request parameters of **codegenSpec** API are:
20+
21+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
22+
| :- | :- | :- |:- |
23+
|regoin|String|Query|The spreadsheet region setting.|
24+
|password|String|Query|The password for opening spreadsheet file.|
25+
26+
### **Response Description**
27+
```json
28+
{
29+
Void
30+
}
31+
```
32+
733

8-
## Properties
9-
Name | Type | Description | Notes
10-
------------ | ------------- | ------------- | -------------
11-
**regoin** | **string** | The spreadsheet region setting. |
12-
**password** | **string** | The password for opening spreadsheet file. |
34+
## OpenAPI Specification
1335

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)
36+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/SpecificationController/CodegenSpec) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
1537

0 commit comments

Comments
 (0)