Aspose.Cells Cloud SDK for PHP

Enables developers to create powerful cloud-based applications for processing Excel (XLS, XLSX), iWork Numbers, OpenOffice, and other spreadsheet formats. Built on the Aspose.Cells Cloud API and licensed under MIT, this SDK provides comprehensive functionality for:
File Operations : Create, read, merge, split, encrypt, and convert spreadsheets.
Format Conversion : Supports XLS, XLSX, XLSB, ODS, CSV, PDF, HTML, and more.
Worksheet Manipulation : Modify cells, rows, columns, charts, pivot tables, and formulas.
Data Extraction & Processing : Auto-filter, conditional formatting, smart markers, and batch operations.

Key Features

Convertir

Fusionner

Protéger

Enregistrer sous

Exporter

Clair

Arrière-plan

Quick Start Guide

To begin with Aspose.Cells Cloud, here's what you need to do:
  • Sign up for an account at Aspose for Cloud to obtain your application details.
  • Install the Aspose.Cells Cloud PHP Package from Packagist.
  • To install Aspose.Cells Cloud via Composer, follow these steps:
  • Add Aspose.Cells Cloud as a dependency to your composer.json file:
  •     
            {
                "require": {
                    "aspose/cells-cloud": "^25.6"
                }
            }
        
    
  • Run Composer install Aspose.Cells Cloud SDK:
  •     
            composer install
        
    
  • Include Composer's autoloader in your PHP code:
  •     
            require 'vendor/autoload.php';
        
    
Available SDKs