Skip to content

Commit 4eeae1b

Browse files
committed
Release Aspose.Cells Cloud SDK 20.8
1 parent 6a49ae8 commit 4eeae1b

File tree

255 files changed

+41773
-61597
lines changed

Some content is hidden

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

255 files changed

+41773
-61597
lines changed

.classpath

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@
1212
<attribute name="maven.pomderived" value="true"/>
1313
</attributes>
1414
</classpathentry>
15-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
1615
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
1716
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
1817
<attributes>
1918
<attribute name="maven.pomderived" value="true"/>
2019
</attributes>
2120
</classpathentry>
22-
<classpathentry kind="output" path="bin"/>
21+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
22+
<attributes>
23+
<attribute name="maven.pomderived" value="true"/>
24+
</attributes>
25+
</classpathentry>
26+
<classpathentry kind="output" path="target/classes"/>
2327
</classpath>

.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>aspose-cells-cloud</name>
3+
<name>aspose-cells-cloud-github</name>
44
<comment>Project aspose-cells-cloud created by Buildship.</comment>
55
<projects>
66
</projects>

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ This Cloud SDK enhances your Java cloud-based apps to [process & manipulate Micr
1818
- Cloud SDK to Read & Process Excel Worksheets.
1919
- Leverage the Power of Pivot Tables & Ranges.
2020

21-
## Enhancements in Version 20.7
21+
## Enhancements in Version 20.8
2222

23-
- Enhancement for CellsApi constructor.
23+
- Aspose.Cells Cloud API calls are not working with explicit storage name but only default storage.
24+
- Get output file size without downloading during conversion.
25+
- Enhancement for CellsShapesPutWorksheetShape API.
2426

2527
## Read & Write Spreadsheet Formats
2628

docs/AccessTokenResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**accessToken** | **String** | | [optional]
99
**issued** | **String** | | [optional]
1010
**clientRefreshTokenLifeTimeInMinutes** | **String** | | [optional]
11-
**expiresIn** | **Long** | | [optional]
11+
**expiresIn** | **Integer** | | [optional]
1212
**tokenType** | **String** | | [optional]
1313
**clientId** | **String** | | [optional]
1414
**refreshToken** | **String** | | [optional]

docs/CellsApi.md

Lines changed: 987 additions & 935 deletions
Large diffs are not rendered by default.

docs/CellsCloudFileInfo.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# CellsCloudFileInfo
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**name** | **String** | | [optional]
8+
**size** | **Integer** | |
9+
**folder** | **String** | | [optional]
10+
**storage** | **String** | | [optional]
11+
12+
13+

docs/DiscUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**usedSize** | **Long** | Application used disc space. |
8-
**totalSize** | **Long** | Total disc space. |
7+
**usedSize** | **Integer** | Application used disc space. |
8+
**totalSize** | **Integer** | Total disc space. |
99

1010

1111

docs/SaveResult.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**sourceDocument** | [**Link**](Link.md) | | [optional]
8-
**destDocument** | [**Link**](Link.md) | | [optional]
9-
**additionalItems** | [**List&lt;Link&gt;**](Link.md) | | [optional]
7+
**documents** | [**List&lt;CellsCloudFileInfo&gt;**](CellsCloudFileInfo.md) | | [optional]
108

119

1210

docs/SplitResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**documents** | [**List&lt;SplitResultDocument&gt;**](SplitResultDocument.md) | | [optional]
7+
**documents** | [**List&lt;CellsCloudFileInfo&gt;**](CellsCloudFileInfo.md) | | [optional]
88

99

1010

docs/StorageFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**name** | **String** | File or folder name. | [optional]
88
**isFolder** | **Boolean** | True if it is a folder. |
99
**modifiedDate** | [**OffsetDateTime**](OffsetDateTime.md) | File or folder last modified DateTime. | [optional]
10-
**size** | **Long** | File or folder size. |
10+
**size** | **Integer** | File or folder size. |
1111
**path** | **String** | File or folder path. | [optional]
1212

1313

0 commit comments

Comments
 (0)