Skip to content

Commit 954b0a9

Browse files
committed
Release Aspose.Cells Cloud SDK 24.11.0
1 parent c9cf8cd commit 954b0a9

File tree

159 files changed

+506
-6
lines changed

Some content is hidden

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

159 files changed

+506
-6
lines changed

README.md

Lines changed: 8 additions & 3 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

TestData/CellsGo/Book1.xlsx

143 KB
Binary file not shown.

TestData/CellsGo/CelLSJAVA41391.xlsx

13 KB
Binary file not shown.

TestData/CellsGo/Cells47415.xlsx

11.7 KB
Binary file not shown.

TestData/CellsGo/CellsJava45708.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"EntityCin" : "U29120GJ1997PLC031583",
3+
"EntityName" : "AIRMAX PNEUMATICS LIMITED",
4+
"FirstName" : "AJIB",
5+
"MiddleName" : "AHMED",
6+
"LastName" : "GULATI",
7+
"DOB" : "1978-01-26",
8+
"SSN" : "97PLC031583",
9+
"Directors" : [
10+
{
11+
"id" : "111",
12+
"FirstName" : "DRFNAME1",
13+
"MiddleName" : "DRMNAME1",
14+
"LastName" : "DRLNAME1",
15+
"Reportees" : [
16+
{
17+
"id" : "aaa",
18+
"FirstName" : "SubFNAMEa",
19+
"MiddleName" : "SubMNAMEa",
20+
"LastName" : "SubLNAMEa",
21+
"Department" : "Accounts",
22+
"City" : "Pune",
23+
"GSTEnabled" : "Yes",
24+
"ITREnabled" : "No"
25+
},
26+
{
27+
"id" : "bbb",
28+
"FirstName" : "SubFNAMEb",
29+
"MiddleName" : "SubMNAMEb",
30+
"LastName" : "SubLNAMEb",
31+
"Department" : "Finance",
32+
"City" : "Mumbai",
33+
"GSTEnabled" : "No",
34+
"ITREnabled" : "No"
35+
},
36+
{
37+
"id" : "ccc",
38+
"FirstName" : "SubFNAMEc",
39+
"MiddleName" : "SubMNAMEc",
40+
"LastName" : "SubLNAMEc",
41+
"Department" : "IT",
42+
"City" : "Bangaluru",
43+
"GSTEnabled" : "Yes",
44+
"ITREnabled" : "Yes"
45+
}
46+
]
47+
},
48+
{
49+
"id" : "222",
50+
"FirstName" : "DRFNAME2",
51+
"MiddleName" : "DRMNAME2",
52+
"LastName" : "DRLNAME2",
53+
"Reportees" : [
54+
{
55+
"id" : "eee",
56+
"FirstName" : "SubFNAMEe",
57+
"MiddleName" : "SubMNAMEe",
58+
"LastName" : "SubLNAMEe",
59+
"Department" : "Production",
60+
"City" : "Pune",
61+
"GSTEnabled" : "No",
62+
"ITREnabled" : "No"
63+
},
64+
{
65+
"id" : "fff",
66+
"FirstName" : "SubFNAMEf",
67+
"MiddleName" : "SubMNAMEf",
68+
"LastName" : "SubLNAMEf",
69+
"Department" : "Sales",
70+
"City" : "Pune",
71+
"GSTEnabled" : "Yes",
72+
"ITREnabled" : "Yes"
73+
}
74+
]
75+
}
76+
]
77+
}

TestData/CellsGo/CellsNet43300.xlsx

14.9 KB
Binary file not shown.

TestData/CellsGo/CellsNet46333_2.xlsx

14 KB
Binary file not shown.

TestData/CellsGo/N46267.xlsx

19.2 KB
Binary file not shown.

TestData/CellsGo/TestCase.xlsx

85.2 KB
Binary file not shown.

TestData/CellsGo/example.xlsx

21.7 KB
Binary file not shown.

docs/api/post-convert-text.md

Lines changed: 18 additions & 0 deletions

docs/model/convert-text-options.md

Lines changed: 17 additions & 0 deletions

docs/model/convert-text-type.md

Lines changed: 9 additions & 0 deletions

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>aspose-cells-cloud</artifactId>
66
<packaging>jar</packaging>
77
<name>aspose-cells-cloud</name>
8-
<version>24.10</version>
8+
<version>24.11</version>
99
<url>https://github.com/aspose-cells-cloud/aspose-cells-cloud-java</url>
1010
<scm>
1111
<connection>scm:git:git@github.com:aspose-cells-cloud/aspose-cells-cloud-java</connection>

src/main/java/com/aspose/cloud/cells/api/CellsApi.java

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14002,6 +14002,60 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
1400214002
}
1400314003

1400414004

14005+
@SuppressWarnings("rawtypes")
14006+
private com.squareup.okhttp.Call postConvertTextValidateBeforeCall(PostConvertTextRequest request, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, IOException {
14007+
return request.buildHttpRequest(apiClient, progressListener, progressRequestListener, true);
14008+
}
14009+
14010+
public FileInfo postConvertText(PostConvertTextRequest request) throws ApiException, IOException {
14011+
try {
14012+
ApiResponse< FileInfo > resp = postConvertTextWithHttpInfo(request);
14013+
return resp.getData();
14014+
}
14015+
catch (ApiException ex) {
14016+
if (ex.getCode() == apiClient.getNotAuthCode()) {
14017+
apiClient.requestToken();
14018+
ApiResponse< FileInfo > resp = postConvertTextWithHttpInfo(request);
14019+
return resp.getData();
14020+
}
14021+
throw ex;
14022+
}
14023+
}
14024+
14025+
private ApiResponse< FileInfo > postConvertTextWithHttpInfo(PostConvertTextRequest request) throws ApiException, IOException {
14026+
com.squareup.okhttp.Call call = postConvertTextValidateBeforeCall(request, null, null);
14027+
Type localVarReturnType = new TypeToken< FileInfo >(){}.getType();
14028+
return apiClient.execute(call, localVarReturnType);
14029+
}
14030+
14031+
public com.squareup.okhttp.Call postConvertTextAsync( PostConvertTextRequest request, final ApiCallback< FileInfo > callback) throws ApiException, IOException {
14032+
14033+
ProgressResponseBody.ProgressListener progressListener = null;
14034+
ProgressRequestBody.ProgressRequestListener progressRequestListener = null;
14035+
14036+
if (callback != null) {
14037+
progressListener = new ProgressResponseBody.ProgressListener() {
14038+
@Override
14039+
public void update(long bytesRead, long contentLength, boolean done) {
14040+
callback.onDownloadProgress(bytesRead, contentLength, done);
14041+
}
14042+
};
14043+
14044+
progressRequestListener = new ProgressRequestBody.ProgressRequestListener() {
14045+
@Override
14046+
public void onRequestProgress(long bytesWritten, long contentLength, boolean done) {
14047+
callback.onUploadProgress(bytesWritten, contentLength, done);
14048+
}
14049+
};
14050+
}
14051+
14052+
com.squareup.okhttp.Call call = postConvertTextValidateBeforeCall(request, progressListener, progressRequestListener);
14053+
Type localVarReturnType = new TypeToken< FileInfo >(){}.getType();
14054+
apiClient.executeAsync(call, localVarReturnType, callback);
14055+
return call;
14056+
}
14057+
14058+
1400514059
@SuppressWarnings("rawtypes")
1400614060
private com.squareup.okhttp.Call getWorkbookDefaultStyleValidateBeforeCall(GetWorkbookDefaultStyleRequest request, final ProgressResponseBody.ProgressListener progressListener, final ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, IOException {
1400714061
return request.buildHttpRequest(apiClient, progressListener, progressRequestListener, true);

src/main/java/com/aspose/cloud/cells/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public ApiClient() {
186186
this.lenientDatetimeFormat = true;
187187

188188
// Set default User-Agent.
189-
setUserAgent("CellsCloud-SDK/24.10/java");
189+
setUserAgent("CellsCloud-SDK/24.11/java");
190190

191191
// Setup authentications (key: authentication name, value:
192192
// authentication).

0 commit comments

Comments
 (0)