Aspose.Cells Cloud
Aspose.Cells Cloud is a REST API that helps you create, manipulate and convert spreadsheets in the cloud. It allows you to work with all aspects of spreadsheets: worksheets, rows, columns, cells, text, data, images, links, comments, formulas, charts, and many more.
- Create a new Spreadsheet from scratch, templates and smart markers,
- modify an existing spreadsheets(Merge, Split , Encrypt, Decrypt, Protect, Unprotect ),
- convert spreadsheet to different formats (XLSX, CSV, XLSM, XLTX, XLTM, TEXT, HTML, PDF, ODS, XLS, SpreadsheetML, XLSB, XPS and TIFF) ,
- and a lot of other functions
What’s new in the latest release
A major revamp release for Aspose.Cells Cloud SDK for PHP covers all the Aspose.Cells Cloud APIs. This SDK provides a complete solution for integrating the powerful Aspose.Cells Cloud APIs with PHP, so performing any operation on a spreadsheet in the cloud is as easy as it can be.
Installation and Configuration
- Download “Aspose.Cells_Cloud_SDK_for_PHP_v1.0.0”.
- Include “vendor/autoloader.php” file in your script.
- In src/Aspose/Cells/AsposeApp.php Set the following variables
/**
* Represents AppSID for the app.
*/
public static $appSID = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx';
/**
* Represents ApiKey for the app.
*/
public static $apiKey = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
Documentation
A detailed documentation to get familiar with the resources and operations of Aspose.Cells Cloud REST API is available for the developers.
Examples
Aspose.Cells Cloud SDK for PHP Examples are also available to help developers to understand the SDK. Please see the SDK examples of following categories.
- Convert spreadsheets to different formats including XLSX, CSV, XLSM, XLTX, XLTM, TEXT, HTML, PDF, ODS, XLS, SpreadsheetML, XLSB, XPS and TIFF.
- Create new spreadsheets from templates.
- Create new spreadsheets from smart markers.
- Split spreadsheets into single worksheet documents.
- Merge multiple spreadsheets.
- Manipulate rows, columns, cells and data.
- Encrypt and decrypt spreadsheets.
- Protect and unprotect workbooks and worksheets.
- Export worksheets to images.
- Extract charts, pictures, shapes and other objects as images.
- Set complex formulae.
- Auto fit rows.
- Add and update text and images.
- Get comments.
- Hide and show worksheets.
Start a Free Trial Today
Start a free trial today – all you need is to sign up with the Aspose Cloud service. Once you have signed up, you are ready to try the powerful file processing features offered by Aspose for Cloud.