Skip to content

Commit

Permalink
Release Aspose.Cells Cloud SDK 23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
roywangaspose committed Apr 21, 2023
1 parent 7add5d5 commit 3dd1a57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 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) ![Packagist Version](https://img.shields.io/packagist/v/aspose/cells-sdk-php) ![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/aspose/cells-sdk-php) ![Packagist Downloads](https://img.shields.io/packagist/dt/aspose/cells-sdk-php) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-java)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-php/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-php/22.12)
![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![Packagist Version](https://img.shields.io/packagist/v/aspose/cells-sdk-php) ![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/aspose/cells-sdk-php) ![Packagist Downloads](https://img.shields.io/packagist/dt/aspose/cells-sdk-php) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-java)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-php/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-php/23.4)

# PHP SDK for Spreadsheet Processing in Cloud

Expand All @@ -24,9 +24,11 @@ This Cloud SDK enhances your PHP-based Cloud apps to [process & manipulate Micro
- Fetch the required shape from worksheet.
- Leverage the power of [Pivot Tables](https://docs.aspose.cloud/cells/working-with-pivot-tables/) & Ranges.

## Feature & Enhancements in Version 22.12
## Feature & Enhancements in Version 23.4

- Support chart axis operation.
- Adopt the new model(Conflicting expired function names are appended with _).
- Add import xml data api.
- Add export xml data api.

## Read Other Formats

Expand Down
1 change: 1 addition & 0 deletions test/Api/XmlControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public function testPostWorkbookImportXML()
CellsApiTestBase::ready( $this->instance,$dataXML ,$remoteFolder . "/data.xml" , "");

$request = new PostWorkbookImportXMLRequest();
$request->setImportXMLRequest($importXMLRequest);
$request->setName( $remoteName);
$request->setFolder( $remoteFolder);
$request->setStorageName( "");
Expand Down

0 comments on commit 3dd1a57

Please sign in to comment.