Skip to content

Commit 23d5bb1

Browse files
committed
Optimize operate scope options, Add protect/unprotect spreadsheet features and convert worksheet/table/range to other formats.
1 parent b7c7777 commit 23d5bb1

File tree

1,275 files changed

+7383
-814
lines changed

Some content is hidden

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

1,275 files changed

+7383
-814
lines changed

HistoryVersion.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release History Version
22

3+
## Feature & Enhancements in Version 25.6
4+
5+
|**Summary**| **Category** |
6+
| :- |:-------------|
7+
| Support delete blank rows, columns, and worksheets. | New Feature |
8+
| Optimize search context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
9+
| Optimize search broken links for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
10+
| Optimize replace context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
11+
312
## Feature & Enhancements in Version 25.5
413

514
- Add the new API for getting the public key for encrypting the password.

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK-25.6-green?style=for-the-badge&logo=php) [![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/php/) [![Documentation](https://img.shields.io/badge/Documentation-388e3c?style=for-the-badge&logo=Hugo&logoColor=white)](https://docs.aspose.cloud/cells/) [![API Ref](https://img.shields.io/badge/Reference-f39c12?style=for-the-badge&logo=html5&logoColor=white)](https://reference.aspose.cloud/cells/) [![Examples](https://img.shields.io/badge/Examples-1565c0?style=for-the-badge&logo=Github&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-php/tree/master/Examples) [![Blog](https://img.shields.io/badge/Blog-d32f2f?style=for-the-badge&logo=WordPress&logoColor=white)](https://blog.aspose.cloud/categories/aspose.cells-cloud-product-family/) [![Support](https://img.shields.io/badge/Support-7b1fa2?style=for-the-badge&logo=Discourse&logoColor=white)](https://forum.aspose.cloud/c/cells/7) ![Packagist PHP Version Support](https://img.shields.io/badge/PHP->7.4-777BB4?style=for-the-badge&logo=php&logoColor=white) ![Packagist Downloads](https://img.shields.io/packagist/dt/aspose/cells-sdk-php?style=for-the-badge) [![License](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-go?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-go/blob/master/LICENSE?style=for-the-badge) [![PHP](https://img.shields.io/badge/Composer-require%20aspose/cells--sdk--php-8892BF?logo=php&style=for-the-badge)](https://packagist.org/packages/aspose/cells-sdk-php) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-php/25.6?style=for-the-badge)
1+
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK-25.7-green?style=for-the-badge&logo=php) [![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/php/) [![Documentation](https://img.shields.io/badge/Documentation-388e3c?style=for-the-badge&logo=Hugo&logoColor=white)](https://docs.aspose.cloud/cells/) [![API Ref](https://img.shields.io/badge/Reference-f39c12?style=for-the-badge&logo=html5&logoColor=white)](https://reference.aspose.cloud/cells/) [![Examples](https://img.shields.io/badge/Examples-1565c0?style=for-the-badge&logo=Github&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-php/tree/master/Examples) [![Blog](https://img.shields.io/badge/Blog-d32f2f?style=for-the-badge&logo=WordPress&logoColor=white)](https://blog.aspose.cloud/categories/aspose.cells-cloud-product-family/) [![Support](https://img.shields.io/badge/Support-7b1fa2?style=for-the-badge&logo=Discourse&logoColor=white)](https://forum.aspose.cloud/c/cells/7) ![Packagist PHP Version Support](https://img.shields.io/badge/PHP->7.4-777BB4?style=for-the-badge&logo=php&logoColor=white) ![Packagist Downloads](https://img.shields.io/packagist/dt/aspose/cells-sdk-php?style=for-the-badge) [![License](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-go?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-go/blob/master/LICENSE?style=for-the-badge) [![PHP](https://img.shields.io/badge/Composer-require%20aspose/cells--sdk--php-8892BF?logo=php&style=for-the-badge)](https://packagist.org/packages/aspose/cells-sdk-php) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-php/25.7?style=for-the-badge)
22

33
# PHP package for Aspose.Cells Cloud
44

@@ -19,7 +19,7 @@ To begin with Aspose.Cells Cloud, here's what you need to do:
1919
```json
2020
{
2121
"require": {
22-
"aspose/cells-cloud": "^25.6"
22+
"aspose/cells-cloud": "^25.7"
2323
}
2424
}
2525
```
@@ -51,8 +51,7 @@ use \Aspose\Cells\Cloud\Request\PutConvertWorkbookRequest;
5151
#get CellsCloudClientId from https://dashboard.aspose.cloud/#/applications
5252
#get CellsCloudClientSecret from https://dashboard.aspose.cloud/#/applications
5353
$cellsApi = new CellsApi(getenv("CellsCloudClientId"),getenv("CellsCloudClientSecret"));
54-
$response = $cellsApi->putConvertWorkbook(new PutConvertWorkbookRequest( 'EmployeeSalesSummary.xlsx', 'pdf'));
55-
copy($response->getPathname(),"EmployeeSalesSummary.pdf");
54+
$response = $cellsApi->convertSpreadsheet(new \Aspose\Cells\Cloud\Request\ConvertSpreadsheetRequest( 'examples\EmployeeSalesSummary.xlsx', 'pdf'),"EmployeeSalesSummary.pdf");
5655

5756
```
5857
## Support file format
@@ -116,16 +115,16 @@ copy($response->getPathname(),"EmployeeSalesSummary.pdf");
116115
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
117116
- 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.
118117

119-
## Feature & Enhancements in Version 25.6
118+
## Feature & Enhancements in Version 25.7
120119

121120
Full list of issues covering all changes in this release:
122121

123122
|**Summary**| **Category** |
124-
| :- |:-------------|
125-
| Support delete blank rows, columns, and worksheets. | New Feature |
126-
| Optimize search context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
127-
| Optimize search broken links for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
128-
| Optimize replace context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
123+
| :- |:-|
124+
| Optimize operate scope options for extProcessingController.| Improvement |
125+
| Add protect/unprotect spreadsheet APIs.| New Feature |
126+
| Add convert worksheet/table/range to other formats. | New Feature |
127+
129128

130129

131130
## Available SDKs

docs/AddTextOptions.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/RemoveDuplicatesOptions.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/TrimContentOptions.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)