PHPackages                             aaugustyniak/phpexcelhandler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. aaugustyniak/phpexcelhandler

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

aaugustyniak/phpexcelhandler
============================

Handy php-excel wrapper classes

1.0.4(9y ago)1990MITPHPPHP &gt;=5.3.3 &lt;=5.6.29

Since Jan 24Pushed 9y ago2 watchersCompare

[ Source](https://github.com/artur-augustyniak/PhpExcelHandler)[ Packagist](https://packagist.org/packages/aaugustyniak/phpexcelhandler)[ Docs](https://github.com/artur-augustyniak/PhpExcelHandler)[ RSS](/packages/aaugustyniak-phpexcelhandler/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (6)Versions (6)Used By (0)

[![Build Status](https://camo.githubusercontent.com/9eabf9549d0c30689c9565eb5c9b444d2f063e2093faee2c613a6bb17f5fbab9/68747470733a2f2f7472617669732d63692e6f72672f61727475722d617567757374796e69616b2f506870457863656c48616e646c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/artur-augustyniak/PhpExcelHandler)

API for simplified PhpExcel navigation and generating reports.
==============================================================

[](#api-for-simplified-phpexcel-navigation-and-generating-reports)

PhpExcelHandler
===============

[](#phpexcelhandler)

Right now this stuff works only under \*nix systems.

If you want i.e. fill excel template with data and send it to output or save locally it is for you. Navigator classes take PhpExcel cell selection into cartesian like coordinates.

Installation
------------

[](#installation)

If you don’t have Composer yet, you should [get it](http://getcomposer.org) now.

1. Add the package to your `composer.json`:

    ```
     "require": {
       ...
       "aaugustyniak/phpexcelhandler": "1.0.0",
       ...
     }

    ```
2. Install:

    ```
     $ php composer.phar install

    ```
3. And use:

```
require_once "vendor/autoload.php";

$data = array(
            array("Column1", "Column2", "Column3"),
            array(1001, 2001, 3001),
            array(4001, 5001, 6001),
            array(7001, 8001, 9001),
        );

$phpExcelFactory = new DefaultPhpExcelFactory();
$spreadSheet = new SpreadSheet($phpExcelFactory);

$anchorGuesser = new WriteAnchorGuesser($data);

$writer = new WriteTabularCommand($anchorGuesser);
$spreadSheet->modify($writer);
$outputHtml = $spreadSheet->getHtmlStream();
echo $outputHtml;
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~182 days

Total

5

Last Release

3449d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4763087?v=4)[Artur Augustyniak](/maintainers/artur-augustyniak)[@artur-augustyniak](https://github.com/artur-augustyniak)

---

Top Contributors

[![artur-augustyniak](https://avatars.githubusercontent.com/u/4763087?v=4)](https://github.com/artur-augustyniak "artur-augustyniak (22 commits)")

---

Tags

pdfexcelwritereditorcartesian

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aaugustyniak-phpexcelhandler/health.svg)

```
[![Health](https://phpackages.com/badges/aaugustyniak-phpexcelhandler/health.svg)](https://phpackages.com/packages/aaugustyniak-phpexcelhandler)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[shuchkin/simplexlsxgen

Export data to Excel XLSx file. PHP XLSX generator.

1.1k2.4M33](/packages/shuchkin-simplexlsxgen)[gotenberg/gotenberg-php

A PHP client for interacting with Gotenberg, a developer-friendly API for converting numerous document formats into PDF files, and more!

3856.2M31](/packages/gotenberg-gotenberg-php)[elibyy/tcpdf-laravel

tcpdf support for Laravel 6, 7, 8, 9, 10, 11

3632.9M8](/packages/elibyy-tcpdf-laravel)[faisalman/simple-excel-php

Easily parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc formats

578610.1k1](/packages/faisalman-simple-excel-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
