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
+10-5Lines changed: 10 additions & 5 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,13 +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.12
20
+
## Feature & Enhancements in Version 25.1
21
21
22
22
Full list of issues covering all changes in this release:
23
23
24
-
- Add the new remove duplicates api.
25
-
- Add the new extract text API.
26
-
- The pivot filter could not be created successfully.
@@ -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|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.|
15
+
|name|String|Path||
16
+
|sheetName|String|Path||
17
+
|chartIndex|Integer|Path||
18
+
|folder|String|Query||
19
+
|storageName|String|Query||
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|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.|
15
+
|name|String|Path||
16
+
|type|String|Query||
17
+
|folder|String|Query||
18
+
|storageName|String|Query||
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|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.|
15
+
|name|String|Path||
16
+
|sheetName|String|Path||
17
+
|folder|String|Query||
18
+
|storageName|String|Query||
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.
3
+
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|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.|
15
+
|name|String|Path||
16
+
|sheetName|String|Path||
17
+
|folder|String|Query||
18
+
|storageName|String|Query||
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 .
3
+
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|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.|
15
+
|name|String|Path||
16
+
|folder|String|Query||
17
+
|storageName|String|Query||
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.|
15
+
|name|String|Path||
16
+
|format|String|Query||
17
+
|password|String|Query||
18
+
|isAutoFit|Boolean|Query||
19
+
|onlySaveTable|Boolean|Query||
20
+
|folder|String|Query||
21
+
|outPath|String|Query||
22
+
|storageName|String|Query||
23
+
|outStorageName|String|Query||
24
+
|checkExcelRestriction|Boolean|Query||
25
+
|region|String|Query||
26
+
|pageWideFitOnPerSheet|Boolean|Query||
27
+
|pageTallFitOnPerSheet|Boolean|Query||
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.
3
+
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|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.|
15
+
|name|String|Path||
16
+
|sheetName|String|Path||
17
+
|folder|String|Query||
18
+
|storageName|String|Query||
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