Skip to content

Commit e4071a8

Browse files
committed
Release Aspose.Cells Cloud SDK 21.7
1 parent dfbbea4 commit e4071a8

File tree

8 files changed

+604
-18
lines changed

8 files changed

+604
-18
lines changed

docs/CellsApi.md

Lines changed: 140 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ Method | HTTP request | Description
155155
[**CellsPutInsertWorksheetColumns**](CellsApi.md#CellsPutInsertWorksheetColumns) | **Put** /cells/{name}/worksheets/{sheetName}/cells/columns/{columnIndex} | Insert worksheet columns.
156156
[**CellsPutInsertWorksheetRow**](CellsApi.md#CellsPutInsertWorksheetRow) | **Put** /cells/{name}/worksheets/{sheetName}/cells/rows/{rowIndex} | Insert new worksheet row.
157157
[**CellsPutInsertWorksheetRows**](CellsApi.md#CellsPutInsertWorksheetRows) | **Put** /cells/{name}/worksheets/{sheetName}/cells/rows | Insert several new worksheet rows.
158+
[**CellsRangesDeleteWorksheetCellsRange**](CellsApi.md#CellsRangesDeleteWorksheetCellsRange) | **Delete** /cells/{name}/worksheets/{sheetName}/ranges | Delete range in the worksheet
158159
[**CellsRangesGetWorksheetCellsRangeValue**](CellsApi.md#CellsRangesGetWorksheetCellsRangeValue) | **Get** /cells/{name}/worksheets/{sheetName}/ranges/value | Get cells list in a range by range name or row column indexes
159160
[**CellsRangesPostWorksheetCellsRangeColumnWidth**](CellsApi.md#CellsRangesPostWorksheetCellsRangeColumnWidth) | **Post** /cells/{name}/worksheets/{sheetName}/ranges/columnWidth | Set column width of range
160161
[**CellsRangesPostWorksheetCellsRangeMerge**](CellsApi.md#CellsRangesPostWorksheetCellsRangeMerge) | **Post** /cells/{name}/worksheets/{sheetName}/ranges/merge | Combines a range of cells into a single cell.
@@ -165,6 +166,7 @@ Method | HTTP request | Description
165166
[**CellsRangesPostWorksheetCellsRangeUnmerge**](CellsApi.md#CellsRangesPostWorksheetCellsRangeUnmerge) | **Post** /cells/{name}/worksheets/{sheetName}/ranges/unmerge | Unmerges merged cells of this range.
166167
[**CellsRangesPostWorksheetCellsRangeValue**](CellsApi.md#CellsRangesPostWorksheetCellsRangeValue) | **Post** /cells/{name}/worksheets/{sheetName}/ranges/value | Puts a value into the range, if appropriate the value will be converted to other data type and cell's number format will be reset.
167168
[**CellsRangesPostWorksheetCellsRanges**](CellsApi.md#CellsRangesPostWorksheetCellsRanges) | **Post** /cells/{name}/worksheets/{sheetName}/ranges | copy range in the worksheet
169+
[**CellsRangesPutWorksheetCellsRange**](CellsApi.md#CellsRangesPutWorksheetCellsRange) | **Put** /cells/{name}/worksheets/{sheetName}/ranges | Insert range in the worksheet
168170
[**CellsSaveAsPostDocumentSaveAs**](CellsApi.md#CellsSaveAsPostDocumentSaveAs) | **Post** /cells/{name}/SaveAs | Convert document and save result to storage.
169171
[**CellsShapesDeleteWorksheetShape**](CellsApi.md#CellsShapesDeleteWorksheetShape) | **Delete** /cells/{name}/worksheets/{sheetName}/shapes/{shapeindex} | Delete a shape in worksheet
170172
[**CellsShapesDeleteWorksheetShapes**](CellsApi.md#CellsShapesDeleteWorksheetShapes) | **Delete** /cells/{name}/worksheets/{sheetName}/shapes | delete all shapes in worksheet
@@ -192,6 +194,7 @@ Method | HTTP request | Description
192194
[**CellsWorkbookGetWorkbookNames**](CellsApi.md#CellsWorkbookGetWorkbookNames) | **Get** /cells/{name}/names | Read workbook's names.
193195
[**CellsWorkbookGetWorkbookSettings**](CellsApi.md#CellsWorkbookGetWorkbookSettings) | **Get** /cells/{name}/settings | Get Workbook Settings DTO
194196
[**CellsWorkbookGetWorkbookTextItems**](CellsApi.md#CellsWorkbookGetWorkbookTextItems) | **Get** /cells/{name}/textItems | Read workbook's text items.
197+
[**CellsWorkbookPostAutofitWorkbookColumns**](CellsApi.md#CellsWorkbookPostAutofitWorkbookColumns) | **Post** /cells/{name}/autofitcolumns | Autofit workbook columns.
195198
[**CellsWorkbookPostAutofitWorkbookRows**](CellsApi.md#CellsWorkbookPostAutofitWorkbookRows) | **Post** /cells/{name}/autofitrows | Autofit workbook rows.
196199
[**CellsWorkbookPostEncryptDocument**](CellsApi.md#CellsWorkbookPostEncryptDocument) | **Post** /cells/{name}/encryption | Encript document.
197200
[**CellsWorkbookPostImportData**](CellsApi.md#CellsWorkbookPostImportData) | **Post** /cells/{name}/importdata |
@@ -2004,7 +2007,7 @@ No authorization required
20042007
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
20052008

20062009
# **CellsDeleteWorksheetColumns**
2007-
> ColumnsResponse CellsDeleteWorksheetColumns(ctx, name, sheetName, columnIndex, columns, updateReference, optional)
2010+
> CellsCloudResponse CellsDeleteWorksheetColumns(ctx, name, sheetName, columnIndex, columns, updateReference, optional)
20082011
Delete worksheet columns.
20092012

20102013
### Required Parameters
@@ -2034,7 +2037,7 @@ Name | Type | Description | Notes
20342037

20352038
### Return type
20362039

2037-
[**ColumnsResponse**](ColumnsResponse.md)
2040+
[**CellsCloudResponse**](CellsCloudResponse.md)
20382041

20392042
### Authorization
20402043

@@ -5759,7 +5762,7 @@ No authorization required
57595762
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
57605763

57615764
# **CellsPostSetWorksheetColumnWidth**
5762-
> ColumnResponse CellsPostSetWorksheetColumnWidth(ctx, name, sheetName, columnIndex, width, optional)
5765+
> CellsCloudResponse CellsPostSetWorksheetColumnWidth(ctx, name, sheetName, columnIndex, width, optional)
57635766
Set worksheet column width.
57645767

57655768
### Required Parameters
@@ -5787,7 +5790,7 @@ Name | Type | Description | Notes
57875790

57885791
### Return type
57895792

5790-
[**ColumnResponse**](ColumnResponse.md)
5793+
[**CellsCloudResponse**](CellsCloudResponse.md)
57915794

57925795
### Authorization
57935796

@@ -6054,7 +6057,7 @@ No authorization required
60546057
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
60556058

60566059
# **CellsPostUpdateWorksheetRow**
6057-
> RowResponse CellsPostUpdateWorksheetRow(ctx, name, sheetName, rowIndex, optional)
6060+
> CellsCloudResponse CellsPostUpdateWorksheetRow(ctx, name, sheetName, rowIndex, optional)
60586061
Update worksheet row.
60596062

60606063
### Required Parameters
@@ -6081,7 +6084,7 @@ Name | Type | Description | Notes
60816084

60826085
### Return type
60836086

6084-
[**RowResponse**](RowResponse.md)
6087+
[**CellsCloudResponse**](CellsCloudResponse.md)
60856088

60866089
### Authorization
60876090

@@ -6417,7 +6420,7 @@ No authorization required
64176420
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
64186421

64196422
# **CellsPutInsertWorksheetColumns**
6420-
> ColumnsResponse CellsPutInsertWorksheetColumns(ctx, name, sheetName, columnIndex, columns, optional)
6423+
> CellsCloudResponse CellsPutInsertWorksheetColumns(ctx, name, sheetName, columnIndex, columns, optional)
64216424
Insert worksheet columns.
64226425

64236426
### Required Parameters
@@ -6446,7 +6449,7 @@ Name | Type | Description | Notes
64466449

64476450
### Return type
64486451

6449-
[**ColumnsResponse**](ColumnsResponse.md)
6452+
[**CellsCloudResponse**](CellsCloudResponse.md)
64506453

64516454
### Authorization
64526455

@@ -6460,7 +6463,7 @@ No authorization required
64606463
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
64616464

64626465
# **CellsPutInsertWorksheetRow**
6463-
> RowResponse CellsPutInsertWorksheetRow(ctx, name, sheetName, rowIndex, optional)
6466+
> CellsCloudResponse CellsPutInsertWorksheetRow(ctx, name, sheetName, rowIndex, optional)
64646467
Insert new worksheet row.
64656468

64666469
### Required Parameters
@@ -6486,7 +6489,7 @@ Name | Type | Description | Notes
64866489

64876490
### Return type
64886491

6489-
[**RowResponse**](RowResponse.md)
6492+
[**CellsCloudResponse**](CellsCloudResponse.md)
64906493

64916494
### Authorization
64926495

@@ -6541,6 +6544,48 @@ No authorization required
65416544

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

6547+
# **CellsRangesDeleteWorksheetCellsRange**
6548+
> CellsCloudResponse CellsRangesDeleteWorksheetCellsRange(ctx, name, sheetName, range_, shift, optional)
6549+
Delete range in the worksheet
6550+
6551+
### Required Parameters
6552+
6553+
Name | Type | Description | Notes
6554+
------------- | ------------- | ------------- | -------------
6555+
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
6556+
**name** | **string**| workbook name |
6557+
**sheetName** | **string**| worksheet name |
6558+
**range_** | **string**| range |
6559+
**shift** | **string**| Represent the shift options when deleting a range of cells. (Left,Up) |
6560+
**optional** | ***CellsRangesDeleteWorksheetCellsRangeOpts** | optional parameters | nil if no parameters
6561+
6562+
### Optional Parameters
6563+
Optional parameters are passed through a pointer to a CellsRangesDeleteWorksheetCellsRangeOpts struct
6564+
6565+
Name | Type | Description | Notes
6566+
------------- | ------------- | ------------- | -------------
6567+
6568+
6569+
6570+
6571+
**folder** | **optional.String**| Workbook folder. |
6572+
**storageName** | **optional.String**| storage name. |
6573+
6574+
### Return type
6575+
6576+
[**CellsCloudResponse**](CellsCloudResponse.md)
6577+
6578+
### Authorization
6579+
6580+
No authorization required
6581+
6582+
### HTTP request headers
6583+
6584+
- **Content-Type**: application/json
6585+
- **Accept**: application/json
6586+
6587+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
6588+
65446589
# **CellsRangesGetWorksheetCellsRangeValue**
65456590
> RangeValueResponse CellsRangesGetWorksheetCellsRangeValue(ctx, name, sheetName, optional)
65466591
Get cells list in a range by range name or row column indexes
@@ -6947,6 +6992,48 @@ No authorization required
69476992

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

6995+
# **CellsRangesPutWorksheetCellsRange**
6996+
> CellsCloudResponse CellsRangesPutWorksheetCellsRange(ctx, name, sheetName, range_, shift, optional)
6997+
Insert range in the worksheet
6998+
6999+
### Required Parameters
7000+
7001+
Name | Type | Description | Notes
7002+
------------- | ------------- | ------------- | -------------
7003+
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
7004+
**name** | **string**| workbook name |
7005+
**sheetName** | **string**| worksheet name |
7006+
**range_** | **string**| range |
7007+
**shift** | **string**| Represent the shift options when deleting a range of cells. (Right,Down) |
7008+
**optional** | ***CellsRangesPutWorksheetCellsRangeOpts** | optional parameters | nil if no parameters
7009+
7010+
### Optional Parameters
7011+
Optional parameters are passed through a pointer to a CellsRangesPutWorksheetCellsRangeOpts struct
7012+
7013+
Name | Type | Description | Notes
7014+
------------- | ------------- | ------------- | -------------
7015+
7016+
7017+
7018+
7019+
**folder** | **optional.String**| Workbook folder. |
7020+
**storageName** | **optional.String**| storage name. |
7021+
7022+
### Return type
7023+
7024+
[**CellsCloudResponse**](CellsCloudResponse.md)
7025+
7026+
### Authorization
7027+
7028+
No authorization required
7029+
7030+
### HTTP request headers
7031+
7032+
- **Content-Type**: application/json
7033+
- **Accept**: application/json
7034+
7035+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
7036+
69507037
# **CellsSaveAsPostDocumentSaveAs**
69517038
> SaveResponse CellsSaveAsPostDocumentSaveAs(ctx, name, optional)
69527039
Convert document and save result to storage.
@@ -7981,6 +8068,45 @@ No authorization required
79818068

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

8071+
# **CellsWorkbookPostAutofitWorkbookColumns**
8072+
> CellsCloudResponse CellsWorkbookPostAutofitWorkbookColumns(ctx, name, optional)
8073+
Autofit workbook columns.
8074+
8075+
### Required Parameters
8076+
8077+
Name | Type | Description | Notes
8078+
------------- | ------------- | ------------- | -------------
8079+
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
8080+
**name** | **string**| Document name. |
8081+
**optional** | ***CellsWorkbookPostAutofitWorkbookColumnsOpts** | optional parameters | nil if no parameters
8082+
8083+
### Optional Parameters
8084+
Optional parameters are passed through a pointer to a CellsWorkbookPostAutofitWorkbookColumnsOpts struct
8085+
8086+
Name | Type | Description | Notes
8087+
------------- | ------------- | ------------- | -------------
8088+
8089+
**autoFitterOptions** | [**optional.Interface of AutoFitterOptions**](AutoFitterOptions.md)| Auto Fitter Options. |
8090+
**startColumn** | **optional.Int32**| Start column. |
8091+
**endColumn** | **optional.Int32**| End column. |
8092+
**folder** | **optional.String**| Document's folder. |
8093+
**storageName** | **optional.String**| storage name. |
8094+
8095+
### Return type
8096+
8097+
[**CellsCloudResponse**](CellsCloudResponse.md)
8098+
8099+
### Authorization
8100+
8101+
No authorization required
8102+
8103+
### HTTP request headers
8104+
8105+
- **Content-Type**: application/json
8106+
- **Accept**: application/json
8107+
8108+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
8109+
79848110
# **CellsWorkbookPostAutofitWorkbookRows**
79858111
> CellsCloudResponse CellsWorkbookPostAutofitWorkbookRows(ctx, name, optional)
79868112
Autofit workbook rows.
@@ -8405,15 +8531,15 @@ No authorization required
84058531
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
84068532

84078533
# **CellsWorkbookPutConvertWorkbook**
8408-
> *os.File CellsWorkbookPutConvertWorkbook(ctx, workbook, optional)
8534+
> *os.File CellsWorkbookPutConvertWorkbook(ctx, file, optional)
84098535
Convert workbook from request content to some format.
84108536

84118537
### Required Parameters
84128538

84138539
Name | Type | Description | Notes
84148540
------------- | ------------- | ------------- | -------------
84158541
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
8416-
**workbook** | ***os.File**| |
8542+
**file** | ***os.File**| |
84178543
**optional** | ***CellsWorkbookPutConvertWorkbookOpts** | optional parameters | nil if no parameters
84188544

84198545
### Optional Parameters
@@ -10570,8 +10696,8 @@ Name | Type | Description | Notes
1057010696
------------- | ------------- | ------------- | -------------
1057110697
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
1057210698
**grantType** | **string**| Grant Type |
10573-
**clientId** | **string**| Client Id |
10574-
**clientSecret** | **string**| Client Secret |
10699+
**clientId** | **string**| App SID |
10700+
**clientSecret** | **string**| App Key |
1057510701

1057610702
### Return type
1057710703

docs/CellsDocumentProperty.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**Link** | [***Link**](Link.md) | | [optional] [default to null]
7-
**BuiltIn** | **string** | | [optional] [default to null]
8-
**Name** | **string** | | [optional] [default to null]
9-
**Value** | **string** | | [optional] [default to null]
7+
**Name** | **string** | Returns the name of the property. | [optional] [default to null]
8+
**Value** | **string** | Gets or sets the value of the property. | [optional] [default to null]
9+
**IsLinkedToContent** | **string** | Indicates whether this property is linked to content | [optional] [default to null]
10+
**Source** | **string** | The linked content source. | [optional] [default to null]
11+
**Type_** | **string** | Gets the data type of the property. | [optional] [default to null]
12+
**IsGeneratedName** | **string** | Returns true if this property does not have a name in the OLE2 storage and a unique name was generated only for the public API. | [optional] [default to null]
1013

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

docs/ChartOperateParameter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**OperateType** | **string** | | [optional] [default to null]
7-
**String_** | **string** | | [optional] [default to null]
7+
**Title** | **string** | | [optional] [default to null]
88
**Area** | **string** | | [optional] [default to null]
99
**CategoryData** | **string** | | [optional] [default to null]
1010
**UpperLeftRow** | **int64** | | [optional] [default to null]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ConvertWorksheetTaskParameter
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**Workbook** | [***FileSource**](FileSource.md) | | [optional] [default to null]
7+
**Sheet** | **string** | | [optional] [default to null]
8+
**Target** | [***FileSource**](FileSource.md) | | [optional] [default to null]
9+
**Format** | **string** | | [optional] [default to null]
10+
**Area** | **string** | | [optional] [default to null]
11+
**PageIndex** | **int64** | | [optional] [default to null]
12+
**VerticalResolution** | **int64** | | [optional] [default to null]
13+
**HorizontalResolution** | **int64** | | [optional] [default to null]
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+
17+

docs/FileInfo.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# FileInfo
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**Filename** | **string** | | [optional] [default to null]
7+
**FileSize** | **int64** | | [default to null]
8+
**FileContent** | **string** | | [optional] [default to null]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

docs/FilesResult.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# FilesResult
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**Files** | [**[]FileInfo**](FileInfo.md) | | [optional] [default to null]
7+
8+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
9+
10+

0 commit comments

Comments
 (0)