Skip to content

Commit 0c5813e

Browse files
committed
Release Aspose.Cells Cloud SDK 21.7
1 parent d902cc9 commit 0c5813e

9 files changed

+848
-20
lines changed

docs/CellsApi.md

Lines changed: 186 additions & 15 deletions
Large diffs are not rendered by default.

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]
7-
**built_in** | **str** | | [optional]
8-
**name** | **str** | | [optional]
9-
**value** | **str** | | [optional]
7+
**name** | **str** | Returns the name of the property. | [optional]
8+
**value** | **str** | Gets or sets the value of the property. | [optional]
9+
**is_linked_to_content** | **str** | Indicates whether this property is linked to content | [optional]
10+
**source** | **str** | The linked content source. | [optional]
11+
**type** | **str** | Gets the data type of the property. | [optional]
12+
**is_generated_name** | **str** | 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]
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
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**string** | **str** | | [optional]
6+
**title** | **str** | | [optional]
77
**area** | **str** | | [optional]
88
**category_data** | **str** | | [optional]
99
**upper_left_row** | **int** | | [optional]

docs/ConvertWorksheetTaskParameter.md

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]
7+
**sheet** | **str** | | [optional]
8+
**target** | [**FileSource**](FileSource.md) | | [optional]
9+
**format** | **str** | | [optional]
10+
**area** | **str** | | [optional]
11+
**page_index** | **int** | | [optional]
12+
**vertical_resolution** | **int** | | [optional]
13+
**horizontal_resolution** | **int** | | [optional]
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** | **str** | | [optional]
7+
**file_size** | **int** | |
8+
**file_content** | **str** | | [optional]
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** | [**list[FileInfo]**](FileInfo.md) | | [optional]
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)