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 PHP GitHub commits since latest release (by date), (*1)

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., (*2)

Quick Start Guide

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

  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., (*4)

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

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

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

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

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

  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");

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. โˆš โˆš
TXT Delimited plain text file. โˆš โˆš
HTML HTML format. โˆš โˆš
MHTML MHTML file. โˆš โˆš
ODS ODS (OpenDocument Spreadsheet). โˆš โˆš
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. โˆš
OTS OTS (OpenDocument Spreadsheet). โˆš โˆš
XML XML file. โˆš โˆš
HTM HTM file. โˆš โˆš
TIF Tagged Image File Format ย  โˆš
WMF WMF Image Format ย  โˆš
PCL Printer Command Language Format ย  โˆš
AZW3 AZ3/KF8 File Format ย  โˆš
EPUB EPUB File Format ย  โˆš
DBF DBF File Format ย  โˆš
EPUB database file ย  โˆš
XHTML XHTML File Format ย  โˆš

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.6

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

Summary Category
Support delete blank rows, columns, and worksheets. New Feature
Optimize search context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. New Feature
Optimize search broken links for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. New Feature
Optimize replace context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. New Feature

Available SDKs

The Aspose.Cells Cloud SDK is available in multiple popular programming languages, enabling developers to integrate spreadsheet processing capabilities across various development environments., (*11)

Go Go, (*12)

Java Java, (*13)

C# .NET, (*14)

Node.js Node.js, (*15)

Perl Perl, (*16)

PHP PHP, (*17)

Python Python, (*18)

Ruby Ruby, (*19)

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