2017 © Pedro Pelรกez
 

library cells-sdk-php

A PHP library for communicating with the Aspose.Cells Cloud API

image

aspose/cells-sdk-php

A PHP library for communicating with the Aspose.Cells Cloud API

  • Thursday, May 3, 2018
  • by Aspose Marketplace
  • Repository
  • 1 Watchers
  • 0 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Product Page Documentation API Ref Examples Blog Support Packagist PHP Version Support Packagist Downloads License CPAN GitHub commits since latest release (by date), (*1)

Aspose.Cells Cloud SDK for PHP empowers developers to programmatically manage Excel files with precision. This comprehensive Go library supports advanced Excel operations like cell data formatting, dynamic formulas, pivot tables, conditional styling, charts, hyperlinks, comments, and data validation. It also enables seamless Excel file conversion (XLSX, CSV, PDF, ODS), document splitting/merging, and file repair. Designed for cloud integration, this API-first solution accelerates spreadsheet automation while ensuring data integrity across platforms like AWS, Azure, and Google Cloud., (*2)

PHP package for Aspose.Cells Cloud

Enhance your PHP applications with the Aspose.Cells Cloud , enabling seamless integration with Excel, ODS, CSV, Json and other spreadsheet document formats. With its powerful APIs, developers can effortlessly read, convert, create, edit, and manipulate the contents of Excel documents without the need for any office software installed on the machine., (*3)

Quick Start Guide

To begin with Aspose.Cells Cloud, here's what you need to do:, (*4)

  1. Sign up for an account at Aspose for Cloud to obtain your application details.
  2. Install the Aspose.Cells Cloud PHP Package from Packagist., (*5)

    To install Aspose.Cells Cloud via Composer, follow these steps:, (*6)

  • Add Aspose.Cells Cloud as a dependency to your composer.json file:, (*7)

    {
       "require": {
           "aspose/cells-cloud": "^25.3"
       }
    }
    
  • Run Composer install Aspose.Cells Cloud SDK:, (*8)

    composer install
    
  • Include Composer's autoloader in your PHP code:, (*9)

    require 'vendor/autoload.php';
    
  • You're now ready to use Aspose.Cells Cloud in your PHP project., (*10)

  1. Use the conversion code provided below as a reference to add or modify your application.

Convert an Excel File Using PHP

<?php
require_once('vendor\autoload.php');
use \Aspose\Cells\Cloud\Api\CellsApi;
use \Aspose\Cells\Cloud\Request\PutConvertWorkbookRequest;

#get CellsCloudClientId from https://dashboard.aspose.cloud/#/applications
#get CellsCloudClientSecret from https://dashboard.aspose.cloud/#/applications
$cellsApi = new CellsApi(getenv("CellsCloudClientId"),getenv("CellsCloudClientSecret"));
$response = $cellsApi->putConvertWorkbook(new PutConvertWorkbookRequest( 'EmployeeSalesSummary.xlsx', 'pdf'));
copy($response->getPathname(),"EmployeeSalesSummary.pdf");

Manipulate Excel and other spreadsheet files in the Cloud

  • File Manipulation: Users can upload, download, delete, and manage Excel files stored in the cloud.
  • Formatting: Supports formatting of cells, fonts, colors, and alignment modes in Excel files to cater to users' specific requirements.
  • Data Processing: Powerful functions for data processing including reading, writing, modifying cell data, performing formula calculations, and formatting data.
  • Formula Calculation: Built-in formula engine handles complex formula calculations in Excel and returns accurate results.
  • Chart Manipulation: Users can create, edit, and delete charts from Excel files for data analysis and visualization needs.
  • Table Processing: Offers robust processing capabilities for various form operations such as creation, editing, formatting, and conversion, meeting diverse form processing needs.
  • Data Verification: Includes data verification function to set cell data type, range, uniqueness, ensuring data accuracy and integrity.
  • Batch Processing: Supports batch processing of multiple Excel documents, such as batch format conversion, data extraction, and style application..
  • 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 25.4

Full list of issues covering all changes in this release:, (*11)

Summary Category
New API for Comprehensive Formula Error Checks in Excel Workbooks New Feature
New API for External Reference Checks in Excel Workbooks New Feature

Support file format

Format Description Load Save
XLS Excel 95/5.0 - 2003 Workbook. โˆš โˆš
XLSX Office Open XML SpreadsheetML Workbook or template file, with or without macros. โˆš โˆš
XLSB Excel Binary Workbook. โˆš โˆš
XLSM Excel Macro-Enabled Workbook. โˆš โˆš
XLT Excel 97 - Excel 2003 Template. โˆš โˆš
XLTX Excel Template. โˆš โˆš
XLTM Excel Macro-Enabled Template. โˆš โˆš
XLAM An Excel Macro-Enabled Add-In file that's used to add new functions to Excel. ย  โˆš
CSV CSV (Comma Separated Value) file. โˆš โˆš
TSV TSV (Tab-separated values) file. โˆš โˆš
TabDelimited Tab-delimited text file, same with TSV file. โˆš โˆš
TXT Delimited plain text file. โˆš โˆš
HTML HTML format. โˆš โˆš
MHTML MHTML file. โˆš โˆš
ODS ODS (OpenDocument Spreadsheet). โˆš โˆš
SpreadsheetML Excel 2003 XML file. โˆš โˆš
Numbers The document is created by Apple's "Numbers" application which forms part of Apple's iWork office suite, a set of applications which run on the Mac OS X and iOS operating systems. โˆš
JSON JavaScript Object Notation โˆš โˆš
DIF Data Interchange Format. ย  โˆš
PDF Adobe Portable Document Format. ย  โˆš
XPS XML Paper Specification Format. ย  โˆš
SVG Scalable Vector Graphics Format. ย  โˆš
TIFF Tagged Image File Format ย  โˆš
PNG Portable Network Graphics Format ย  โˆš
BMP Bitmap Image Format ย  โˆš
EMF Enhanced metafile Format ย  โˆš
JPEG JPEG is a type of image format that is saved using the method of lossy compression. ย  โˆš
GIF Graphical Interchange Format ย  โˆš
MARKDOWN Represents a markdown document. ย  โˆš
SXC An XML based format used by OpenOffice and StarOffice โˆš โˆš
FODS This is an Open Document format stored as flat XML. โˆš โˆš
DOCX A well-known format for Microsoft Word documents that is a combination of XML and binary files. โˆš
PPTX The PPTX format is based on the Microsoft PowerPoint open XML presentation file format. โˆš
.NET Java Python Ruby Node.js Android Swift Perl GO
GitHub GitHub GitHub GitHub GitHub GitHub GitHub GitHub GitHub
NuGet Maven PIP GEM NPM Maven POD CPAN GO

Product Page | Documentation | Live Demo | API Reference | Code Samples | Blog | Free Support | Free Trial, (*12)

Release history version

The Versions

03/05 2018

dev-master

9999999-dev https://github.com/aspose-cells-cloud/aspose-cells-cloud-php

A PHP library for communicating with the Aspose.Cells Cloud API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Imran Anwar
by Muhammad Sohail

php aspose aspose cloud cells

03/05 2018

18.5

18.5.0.0 https://github.com/aspose-cells-cloud/aspose-cells-cloud-php

A PHP library for communicating with the Aspose.Cells Cloud API

  Sources   Download

MIT

The Requires

 

The Development Requires

php aspose aspose cloud

28/06 2017

1.0.0

1.0.0.0 https://github.com/aspose-cells/Aspose.Cells-for-Cloud/tree/master/SDKs/Aspose.Cells-Cloud-SDK-for-PHP

Aspose.Cells for Cloud is a Cloud API to work with Microsoft Excel and OpenOffice SpreadSheet files. Using this SDK, Aspose.Cells Cloud APIs can easily be used in PHP applications.

  Sources   Download

The Requires

 

by Imran Anwar
by Muhammad Sohail

php aspose aspose cloud cells