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-php/blob/master/LICENSE)
1
+
[](https://github.com/aspose-cells-cloud/aspose-cells-cloud-php/blob/master/LICENSE)
2
2
3
3
Aspose.Cells Cloud for PHP enables you to handle various aspects of Excel files, including cell data, styles, formulas, charts, pivot tables, data validation, comments, drawing objects, images, hyperlinks, and so on. Additionally, it supports operations such as splitting, merging, repairing, and converting to other compatible file formats.
4
4
@@ -19,12 +19,17 @@ Enhance your PHP applications with the [Aspose.Cells Cloud](https://products.asp
19
19
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
20
20
- 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.
21
21
22
-
## Feature & Enhancements in Version 25.1
22
+
## Feature & Enhancements in Version 25.2
23
23
24
24
Full list of issues covering all changes in this release:
25
25
26
-
- Add the new API for splitting text in the cell.
27
-
- Optimize pivot table filter-related APIs.
26
+
- Support copying a range from one workbook to another workbook.
27
+
- Add query parameters for image and print options to enhance the Get Worksheet API.
28
+
- Added an API to count the number of Excel characters for cells cloud.
29
+
- Added an API to count the number of Excel words for cells cloud.
30
+
- Added an API to count the number of occurrences of a specified word in Excel for cells cloud.
31
+
- Add a new feature to support converting range to images.
32
+
- Add a new feature to support converting worksheets to images.
0 commit comments