Skip to content

Commit caa8691

Browse files
committed
Release Aspose.Cells Cloud SDK 21.7
1 parent 7c817a4 commit caa8691

11 files changed

+1048
-29
lines changed

Aspose.Cells.Cloud.SDK/Client/Configuration.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public Configuration(ApiClient apiClient = null,
5959
string tempFolderPath = null,
6060
string dateTimeFormat = null,
6161
int timeout = 100000,
62-
string userAgent = "Swagger-Codegen/21.5/csharp"
62+
string userAgent = "Swagger-Codegen/21.7/csharp"
6363
)
6464
{
6565
setApiClientUsingDefault(apiClient);
@@ -94,7 +94,7 @@ public Configuration(ApiClient apiClient)
9494
/// Version of the package.
9595
/// </summary>
9696
/// <value>Version of the package.</value>
97-
public const string Version = "21.5";
97+
public const string Version = "21.7";
9898

9999
/// <summary>
100100
/// Gets or sets the default Configuration.
@@ -338,7 +338,7 @@ public static String ToDebugReport()
338338
.GetExecutingAssembly()
339339
.GetReferencedAssemblies()
340340
.Where(x => x.Name == "System.Core").First().Version.ToString() + "\n";
341-
report += " SDK Package Version: 21.5\n";
341+
report += " SDK Package Version: 21.7\n";
342342

343343
return report;
344344
}

Aspose.Cells.Cloud.SDK/Model/PivotItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class PivotItem
6161
/// Gets the value of the specified item.
6262
/// </summary>
6363
[DataMember(Name="Value", EmitDefaultValue=false)]
64-
public Object Value { get; set; }
64+
public string Value { get; set; }
6565

6666
/// <summary>
6767
/// Get the string presentation of the object

docs/CellsApi.md

Lines changed: 230 additions & 20 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-
**BuiltIn** | **string** | | [optional]
8-
**Name** | **string** | | [optional]
9-
**Value** | **string** | | [optional]
7+
**Name** | **string** | Returns the name of the property. | [optional]
8+
**Value** | **string** | Gets or sets the value of the property. | [optional]
9+
**IsLinkedToContent** | **string** | Indicates whether this property is linked to content | [optional]
10+
**Source** | **string** | The linked content source. | [optional]
11+
**Type** | **string** | Gets the data type of the property. | [optional]
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]
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

44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**String** | **string** | | [optional]
6+
**Title** | **string** | | [optional]
77
**Area** | **string** | | [optional]
88
**CategoryData** | **string** | | [optional]
99
**UpperLeftRow** | **int?** | | [optional]

docs/ConvertWorksheetTaskParameter.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Aspose.Cells.Cloud.SDK.Model.ConvertWorksheetTaskParameter
2+
## Properties
3+
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**Workbook** | [**FileSource**](FileSource.md) | | [optional]
7+
**Sheet** | **string** | | [optional]
8+
**Target** | [**FileSource**](FileSource.md) | | [optional]
9+
**Format** | **string** | | [optional]
10+
**Area** | **string** | | [optional]
11+
**PageIndex** | **int?** | | [optional]
12+
**VerticalResolution** | **int?** | | [optional]
13+
**HorizontalResolution** | **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+

docs/FileInfo.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Aspose.Cells.Cloud.SDK.Model.FileInfo
2+
## Properties
3+
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**Filename** | **string** | | [optional]
7+
**FileSize** | **long?** | |
8+
**FileContent** | **string** | | [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+

docs/FilesResult.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Aspose.Cells.Cloud.SDK.Model.FilesResult
2+
## Properties
3+
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**Files** | [**List&lt;FileInfo&gt;**](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+

0 commit comments

Comments
 (0)