Skip to content

Commit

Permalink
Release Aspose.Cells Cloud SDK 25.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuejianzhangd committed Jan 25, 2025
1 parent 5a8d54f commit 79b560f
Show file tree
Hide file tree
Showing 856 changed files with 1,470 additions and 986 deletions.
2 changes: 1 addition & 1 deletion Examples/Example_PutWorksheetPivotTableFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void Run(){
request.setPivotTableIndex(0);

PivotFilter filter = new PivotFilter();
filter.setFieldIndex(1);
filter.setFieldIndex(0);


filter.setFilterType("Count");
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Aspose Pty Ltd
Copyright (c) 2025 Aspose Pty Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](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)
![](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)

# Java package for Aspose.Cells Cloud

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

## Feature & Enhancements in Version 24.12
## Feature & Enhancements in Version 25.1

Full list of issues covering all changes in this release:

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

## Support file format

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

# Release history version

## Enhancements in Version 24.12

- Add the new remove duplicates api.
- Add the new extract text API.
- The pivot filter could not be created successfully.

## Enhancements in Version 24.11

- Add convert text feature on TextProcessingController.
Expand Down
12 changes: 6 additions & 6 deletions docs/api/get-chart-area.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **getChartArea API**

Retrieve chart area description in the worksheet.


```bash

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The file name.|
|sheetName|String|Path|The worksheet name.|
|chartIndex|Integer|Path|The chart index.|
|folder|String|Query|The folder where the file is situated.|
|storageName|String|Query|The storage name where the file is situated.|
|name|String|Path||
|sheetName|String|Path||
|chartIndex|Integer|Path||
|folder|String|Query||
|storageName|String|Query||


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.
10 changes: 5 additions & 5 deletions docs/api/get-document-properties.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **getDocumentProperties API**

Retrieve descriptions of Excel file properties.


```bash

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The workbook name.|
|type|String|Query|Excel property type.|
|folder|String|Query|The folder where the file is situated.|
|storageName|String|Query|The storage name where the file is situated.|
|name|String|Path||
|type|String|Query||
|folder|String|Query||
|storageName|String|Query||


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.
10 changes: 5 additions & 5 deletions docs/api/get-page-setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **getPageSetup API**

Retrieve page setup description in the worksheet.


```bash

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The file name.|
|sheetName|String|Path|The worksheet name.|
|folder|String|Query|The folder where the file is situated.|
|storageName|String|Query|The storage name where the file is situated.|
|name|String|Path||
|sheetName|String|Path||
|folder|String|Query||
|storageName|String|Query||


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.
10 changes: 5 additions & 5 deletions docs/api/get-vertical-page-breaks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **getVerticalPageBreaks API**

Retrieve descriptions of vertical page breaks in the worksheet.


```bash

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The workbook name.|
|sheetName|String|Path|The worksheet name.|
|folder|String|Query|The folder where the file is situated.|
|storageName|String|Query|The storage name where the file is situated.|
|name|String|Path||
|sheetName|String|Path||
|folder|String|Query||
|storageName|String|Query||


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.
8 changes: 4 additions & 4 deletions docs/api/get-workbook-default-style.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **getWorkbookDefaultStyle API**

Retrieve the description of the default style for the workbook .


```bash

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The file name.|
|folder|String|Query|The folder where the file is situated.|
|storageName|String|Query|The storage name where the file is situated.|
|name|String|Path||
|folder|String|Query||
|storageName|String|Query||


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.
28 changes: 14 additions & 14 deletions docs/api/get-workbook.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **getWorkbook API**

Retrieve workbooks in various formats.


```bash

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The file name.|
|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).|
|password|String|Query|The password needed to open an Excel file.|
|isAutoFit|Boolean|Query|Specifies whether set workbook rows to be autofit.|
|onlySaveTable|Boolean|Query|Specifies whether only save table data.Only use pdf to excel.|
|folder|String|Query|The folder where the file is situated.|
|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.|
|storageName|String|Query|The storage name where the file is situated.|
|outStorageName|String|Query|The storage name where the output file is situated.|
|checkExcelRestriction|Boolean|Query|Whether check restriction of excel file when user modify cells related objects.|
|region|String|Query|The regional settings for workbook.|
|pageWideFitOnPerSheet|Boolean|Query|The page wide fit on worksheet.|
|pageTallFitOnPerSheet|Boolean|Query|The page tall fit on worksheet.|
|name|String|Path||
|format|String|Query||
|password|String|Query||
|isAutoFit|Boolean|Query||
|onlySaveTable|Boolean|Query||
|folder|String|Query||
|outPath|String|Query||
|storageName|String|Query||
|outStorageName|String|Query||
|checkExcelRestriction|Boolean|Query||
|region|String|Query||
|pageWideFitOnPerSheet|Boolean|Query||
|pageTallFitOnPerSheet|Boolean|Query||


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.
10 changes: 5 additions & 5 deletions docs/api/get-worksheet-auto-filter.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **getWorksheetAutoFilter API**

Retrieve the description of auto filters from a worksheet.


```bash

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The workbook name.|
|sheetName|String|Path|The worksheet name.|
|folder|String|Query|The folder where the file is situated.|
|storageName|String|Query|The storage name where the file is situated.|
|name|String|Path||
|sheetName|String|Path||
|folder|String|Query||
|storageName|String|Query||


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.
10 changes: 5 additions & 5 deletions docs/api/get-worksheet-autoshapes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **getWorksheetAutoshapes API**

Get autoshapes description in worksheet.


```bash

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The workbook name.|
|sheetName|String|Path|The worksheet name.|
|folder|String|Query|Document's folder.|
|storageName|String|Query|Storage name.|
|name|String|Path||
|sheetName|String|Path||
|folder|String|Query||
|storageName|String|Query||


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.
10 changes: 5 additions & 5 deletions docs/api/get-worksheet-charts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **getWorksheetCharts API**

Retrieve descriptions of charts in the worksheet.


```bash

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The file name.|
|sheetName|String|Path|The worksheet name.|
|folder|String|Query|The folder where the file is situated.|
|storageName|String|Query|The storage name where the file is situated.|
|name|String|Path||
|sheetName|String|Path||
|folder|String|Query||
|storageName|String|Query||


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.
12 changes: 6 additions & 6 deletions docs/api/get-worksheet-columns.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **getWorksheetColumns API**

Retrieve descriptions of worksheet columns.


```bash

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The file name.|
|sheetName|String|Path|The worksheet name.|
|offset|Integer|Query|The workdook folder.|
|name|String|Path||
|sheetName|String|Path||
|offset|Integer|Query||
|count|Integer|Query||
|folder|String|Query|The folder where the file is situated.|
|storageName|String|Query|The storage name where the file is situated.|
|folder|String|Query||
|storageName|String|Query||


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.
10 changes: 5 additions & 5 deletions docs/api/get-worksheet-conditional-formattings.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **getWorksheetConditionalFormattings API**

Retrieve descriptions of conditional formattings in a worksheet.


```bash

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The file name.|
|sheetName|String|Path|The worksheet name.|
|folder|String|Query|The folder where the file is situated.|
|storageName|String|Query|The storage name where the file is situated.|
|name|String|Path||
|sheetName|String|Path||
|folder|String|Query||
|storageName|String|Query||


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.
10 changes: 5 additions & 5 deletions docs/api/get-worksheet-hyperlinks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **getWorksheetHyperlinks API**

Retrieve descriptions of hyperlinks in the worksheet.


```bash

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The file name.|
|sheetName|String|Path|The worksheet name.|
|folder|String|Query|The folder where the file is situated.|
|storageName|String|Query|The storage name where the file is situated.|
|name|String|Path||
|sheetName|String|Path||
|folder|String|Query||
|storageName|String|Query||


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.
10 changes: 5 additions & 5 deletions docs/api/get-worksheet-list-objects.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **getWorksheetListObjects API**

Retrieve descriptions of ListObjects in the worksheet.


```bash

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The file name.|
|sheetName|String|Path|The worksheet name.|
|folder|String|Query|The folder where the file is situated.|
|storageName|String|Query|The storage name where the file is situated.|
|name|String|Path||
|sheetName|String|Path||
|folder|String|Query||
|storageName|String|Query||


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.
10 changes: 5 additions & 5 deletions docs/api/get-worksheet-ole-objects.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **getWorksheetOleObjects API**

Retrieve descriptions of OLE objects in the worksheet.


```bash

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

| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The file name.|
|sheetName|String|Path|The worksheet name.|
|folder|String|Query|The folder where the file is situated.|
|storageName|String|Query|The storage name where the file is situated.|
|name|String|Path||
|sheetName|String|Path||
|folder|String|Query||
|storageName|String|Query||


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

0 comments on commit 79b560f

Please sign in to comment.