Skip to content

Commit 79b560f

Browse files
committed
Release Aspose.Cells Cloud SDK 25.1.0
1 parent 5a8d54f commit 79b560f

File tree

856 files changed

+1470
-986
lines changed

Some content is hidden

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

856 files changed

+1470
-986
lines changed

Examples/Example_PutWorksheetPivotTableFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void Run(){
4848
request.setPivotTableIndex(0);
4949

5050
PivotFilter filter = new PivotFilter();
51-
filter.setFieldIndex(1);
51+
filter.setFieldIndex(0);
5252

5353

5454
filter.setFilterType("Count");

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Aspose Pty Ltd
3+
Copyright (c) 2025 Aspose Pty Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-java)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-java/24.12.0)
1+
![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-java)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-java/25.1.0)
22

33
# Java package for Aspose.Cells Cloud
44

@@ -17,13 +17,12 @@ Enhance your Java applications with the [Aspose.Cells Cloud](https://products.as
1717
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
1818
- 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.
1919

20-
## Feature & Enhancements in Version 24.12
20+
## Feature & Enhancements in Version 25.1
2121

2222
Full list of issues covering all changes in this release:
2323

24-
- Add the new remove duplicates api.
25-
- Add the new extract text API.
26-
- The pivot filter could not be created successfully.
24+
- Add the new API for splitting text in the cell.
25+
- Optimize pivot table filter-related APIs.
2726

2827
## Support file format
2928

@@ -112,6 +111,12 @@ File response = cellsApi.putConvertWorkbook(request);
112111

113112
# Release history version
114113

114+
## Enhancements in Version 24.12
115+
116+
- Add the new remove duplicates api.
117+
- Add the new extract text API.
118+
- The pivot filter could not be created successfully.
119+
115120
## Enhancements in Version 24.11
116121

117122
- Add convert text feature on TextProcessingController.

docs/api/get-chart-area.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getChartArea API**
22

3-
Retrieve chart area description in the worksheet.
3+
44

55
```bash
66

@@ -12,11 +12,11 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/charts/{ch
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
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||
2020

2121

2222
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.

docs/api/get-document-properties.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getDocumentProperties API**
22

3-
Retrieve descriptions of Excel file properties.
3+
44

55
```bash
66

@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/documentproperties
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
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||
1919

2020

2121
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.

docs/api/get-page-setup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getPageSetup API**
22

3-
Retrieve page setup description in the worksheet.
3+
44

55
```bash
66

@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/pagesetup
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
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||
1919

2020

2121
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.

docs/api/get-vertical-page-breaks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getVerticalPageBreaks API**
22

3-
Retrieve descriptions of vertical page breaks in the worksheet.
3+
44

55
```bash
66

@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/verticalpa
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
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||
1919

2020

2121
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.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getWorkbookDefaultStyle API**
22

3-
Retrieve the description of the default style for the workbook .
3+
44

55
```bash
66

@@ -12,9 +12,9 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/defaultstyle
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
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||
1818

1919

2020
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.

docs/api/get-workbook.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getWorkbook API**
22

3-
Retrieve workbooks in various formats.
3+
44

55
```bash
66

@@ -12,19 +12,19 @@ GET http://api.aspose.cloud/v3.0//cells/{name}
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
15-
|name|String|Path|The file name.|
16-
|format|String|Query|The conversion format(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers).|
17-
|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||
2828

2929

3030
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.

docs/api/get-worksheet-auto-filter.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getWorksheetAutoFilter API**
22

3-
Retrieve the description of auto filters from a worksheet.
3+
44

55
```bash
66

@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/autoFilter
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
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||
1919

2020

2121
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.

docs/api/get-worksheet-autoshapes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getWorksheetAutoshapes API**
22

3-
Get autoshapes description in worksheet.
3+
44

55
```bash
66

@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/autoshapes
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
15-
|name|String|Path|The workbook name.|
16-
|sheetName|String|Path|The worksheet name.|
17-
|folder|String|Query|Document's folder.|
18-
|storageName|String|Query|Storage name.|
15+
|name|String|Path||
16+
|sheetName|String|Path||
17+
|folder|String|Query||
18+
|storageName|String|Query||
1919

2020

2121
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/AutoshapesController/GetWorksheetAutoshapes) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

docs/api/get-worksheet-charts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getWorksheetCharts API**
22

3-
Retrieve descriptions of charts in the worksheet.
3+
44

55
```bash
66

@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/charts
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
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||
1919

2020

2121
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ChartsController/GetWorksheetCharts) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

docs/api/get-worksheet-columns.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getWorksheetColumns API**
22

3-
Retrieve descriptions of worksheet columns.
3+
44

55
```bash
66

@@ -12,12 +12,12 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/cells/colu
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
15-
|name|String|Path|The file name.|
16-
|sheetName|String|Path|The worksheet name.|
17-
|offset|Integer|Query|The workdook folder.|
15+
|name|String|Path||
16+
|sheetName|String|Path||
17+
|offset|Integer|Query||
1818
|count|Integer|Query||
19-
|folder|String|Query|The folder where the file is situated.|
20-
|storageName|String|Query|The storage name where the file is situated.|
19+
|folder|String|Query||
20+
|storageName|String|Query||
2121

2222

2323
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/CellsController/GetWorksheetColumns) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getWorksheetConditionalFormattings API**
22

3-
Retrieve descriptions of conditional formattings in a worksheet.
3+
44

55
```bash
66

@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/conditiona
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
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||
1919

2020

2121
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ConditionalFormattingsController/GetWorksheetConditionalFormattings) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

docs/api/get-worksheet-hyperlinks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getWorksheetHyperlinks API**
22

3-
Retrieve descriptions of hyperlinks in the worksheet.
3+
44

55
```bash
66

@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/hyperlinks
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
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||
1919

2020

2121
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/HypelinksController/GetWorksheetHyperlinks) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getWorksheetListObjects API**
22

3-
Retrieve descriptions of ListObjects in the worksheet.
3+
44

55
```bash
66

@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/listobject
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
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||
1919

2020

2121
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/ListObjectsController/GetWorksheetListObjects) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

docs/api/get-worksheet-ole-objects.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **getWorksheetOleObjects API**
22

3-
Retrieve descriptions of OLE objects in the worksheet.
3+
44

55
```bash
66

@@ -12,10 +12,10 @@ GET http://api.aspose.cloud/v3.0//cells/{name}/worksheets/{sheetName}/oleobjects
1212

1313
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
1414
| :- | :- | :- |:- |
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||
1919

2020

2121
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/OleObjectsController/GetWorksheetOleObjects) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

0 commit comments

Comments
 (0)