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
+17-10Lines changed: 17 additions & 10 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,18 +17,15 @@ 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 25.2
20
+
## Feature & Enhancements in Version 25.3
21
21
22
22
Full list of issues covering all changes in this release:
23
23
24
-
- Support copying a range from one workbook to another workbook.
25
-
- Add query parameters for image and print options to enhance the Get Worksheet API.
26
-
- Added an API to count the number of Excel characters for cells cloud.
27
-
- Added an API to count the number of Excel words for cells cloud.
28
-
- Added an API to count the number of occurrences of a specified word in Excel for cells cloud
29
-
- Add a new feature to support converting range to images.
30
-
- Add a new feature to support converting worksheets to images
31
-
24
+
- Optimized the properties of SaveOptions to enhance performance and flexibility.
25
+
- Optimized the conversion method of Workbook for improved efficiency and reliability.
26
+
- Developed a new API to retrieve a comprehensive list of all styles in a workbook.
27
+
- Enhanced all save options to improve functionality and user experience.
POST http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/pictures/addPictureInCell
8
+
9
+
```
10
+
11
+
## The request parameters of **addPictureInCell** API are:
12
+
13
+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
14
+
| :- | :- | :- |:- |
15
+
|name|String|Path||
16
+
|sheetName|String|Path||
17
+
|cellName|String|Query||
18
+
|picturePath|String|Query||
19
+
|folder|String|Query||
20
+
|storageName|String|Query||
21
+
22
+
23
+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/PicturesController/AddPictureInCell) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
GET http://api.aspose.cloud/v3.0//cells/{name}/allstyles
8
+
9
+
```
10
+
11
+
## The request parameters of **getAllStyles** API are:
12
+
13
+
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
14
+
| :- | :- | :- |:- |
15
+
|name|String|Path||
16
+
|folder|String|Query||
17
+
|storageName|String|Query||
18
+
19
+
20
+
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/WorkbookController/GetAllStyles) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
@@ -12,11 +12,11 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/charts/{ch
12
12
13
13
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
14
14
| :- | :- | :- |:- |
15
-
|name|String|Path||
16
-
|sheetName|String|Path||
17
-
|chartIndex|Integer|Path||
18
-
|folder|String|Query||
19
-
|storageName|String|Query||
15
+
|name|String|Path|The file name.|
16
+
|sheetName|String|Path|The worksheet name.|
17
+
|chartIndex|Integer|Path|The chart index.|
18
+
|folder|String|Query|The folder where the file is situated.|
19
+
|storageName|String|Query|The storage name where the file is situated.|
20
20
21
21
22
22
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ChartAreaController/GetChartArea) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/documentproperties
12
12
13
13
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
14
14
| :- | :- | :- |:- |
15
-
|name|String|Path||
16
-
|type|String|Query||
17
-
|folder|String|Query||
18
-
|storageName|String|Query||
15
+
|name|String|Path|The workbook name.|
16
+
|type|String|Query|Excel property type.|
17
+
|folder|String|Query|The folder where the file is situated.|
18
+
|storageName|String|Query|The storage name where the file is situated.|
19
19
20
20
21
21
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/PropertiesController/GetDocumentProperties) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/pagesetup
12
12
13
13
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
14
14
| :- | :- | :- |:- |
15
-
|name|String|Path||
16
-
|sheetName|String|Path||
17
-
|folder|String|Query||
18
-
|storageName|String|Query||
15
+
|name|String|Path|The file name.|
16
+
|sheetName|String|Path|The worksheet name.|
17
+
|folder|String|Query|The folder where the file is situated.|
18
+
|storageName|String|Query|The storage name where the file is situated.|
19
19
20
20
21
21
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/PageSetupController/GetPageSetup) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
Retrieve descriptions of vertical page breaks in the worksheet.
4
4
5
5
```bash
6
6
@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/verticalpa
12
12
13
13
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
14
14
| :- | :- | :- |:- |
15
-
|name|String|Path||
16
-
|sheetName|String|Path||
17
-
|folder|String|Query||
18
-
|storageName|String|Query||
15
+
|name|String|Path|The workbook name.|
16
+
|sheetName|String|Path|The worksheet name.|
17
+
|folder|String|Query|The folder where the file is situated.|
18
+
|storageName|String|Query|The storage name where the file is situated.|
19
19
20
20
21
21
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/PageBreaksController/GetVerticalPageBreaks) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
Retrieve the description of the default style for the workbook .
4
4
5
5
```bash
6
6
@@ -12,9 +12,9 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/defaultstyle
12
12
13
13
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
14
14
| :- | :- | :- |:- |
15
-
|name|String|Path||
16
-
|folder|String|Query||
17
-
|storageName|String|Query||
15
+
|name|String|Path|The file name.|
16
+
|folder|String|Query|The folder where the file is situated.|
17
+
|storageName|String|Query|The storage name where the file is situated.|
18
18
19
19
20
20
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/WorkbookController/GetWorkbookDefaultStyle) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
|password|String|Query|The password needed to open an Excel file.|
18
+
|isAutoFit|Boolean|Query|Specifies whether set workbook rows to be autofit.|
19
+
|onlySaveTable|Boolean|Query|Specifies whether only save table data.Only use pdf to excel.|
20
+
|folder|String|Query|The folder where the file is situated.|
21
+
|outPath|String|Query|Path to save the result. If it's a single file, the `outPath` should encompass both the filename and extension. In the case of multiple files, the `outPath` should only include the folder.|
22
+
|storageName|String|Query|The storage name where the file is situated.|
23
+
|outStorageName|String|Query|The storage name where the output file is situated.|
24
+
|checkExcelRestriction|Boolean|Query|Whether check restriction of excel file when user modify cells related objects.|
25
+
|region|String|Query|The regional settings for workbook.|
26
+
|pageWideFitOnPerSheet|Boolean|Query|The page wide fit on worksheet.|
27
+
|pageTallFitOnPerSheet|Boolean|Query|The page tall fit on worksheet.|
28
28
29
29
30
30
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ConversionController/GetWorkbook) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
Retrieve the description of auto filters from a worksheet.
4
4
5
5
```bash
6
6
@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/autoFilter
12
12
13
13
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
14
14
| :- | :- | :- |:- |
15
-
|name|String|Path||
16
-
|sheetName|String|Path||
17
-
|folder|String|Query||
18
-
|storageName|String|Query||
15
+
|name|String|Path|The workbook name.|
16
+
|sheetName|String|Path|The worksheet name.|
17
+
|folder|String|Query|The folder where the file is situated.|
18
+
|storageName|String|Query|The storage name where the file is situated.|
19
19
20
20
21
21
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/AutoFilterController/GetWorksheetAutoFilter) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
0 commit comments