You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
[](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java/blob/master/LICENSE)
1
+
[](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java/blob/master/LICENSE)
2
2
3
3
# Java package for Aspose.Cells Cloud
4
4
@@ -17,12 +17,12 @@ Enhance your Java applications with the [Aspose.Cells Cloud](https://products.as
17
17
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
18
18
- Security Management: Offers a range of security features like data encryption, access control, and permission management to safeguard the security and integrity of spreadsheet data.
19
19
20
-
## Feature & Enhancements in Version 24.6
20
+
## Feature & Enhancements in Version 24.7
21
21
22
22
Full list of issues covering all changes in this release:
23
23
24
-
-Optimize the data conversion applied steps.
25
-
-Optimize load data function of data transformation.
24
+
-Add a new feature about adding text content.
25
+
-Add get access token by client id and client secret.
POST http://api.aspose.cloud/v3.0//cells/connect/token
8
+
9
+
```
10
+
11
+
## The request parameters of **postAccessToken** API are:
12
+
13
+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
14
+
| :- | :- | :- |:- |
15
+
16
+
17
+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/CellsAuthorityController/PostAccessToken) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
## The request parameters of **postAddTextContent** API are:
12
+
13
+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
14
+
| :- | :- | :- |:- |
15
+
|addTextOptions|Class|Body||
16
+
17
+
18
+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/TextProcessingController/PostAddTextContent) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
0 commit comments