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 1mo ago

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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

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

3402d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d44fe164fb85bd822410753879ac025a272d52a553d0936efa7681d6021af4f?d=identicon)[artur-augustyniak](/maintainers/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

[shuchkin/simplexlsxgen

Export data to Excel XLSx file. PHP XLSX generator.

1.1k2.2M16](/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!

3685.2M19](/packages/gotenberg-gotenberg-php)[elibyy/tcpdf-laravel

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

3542.7M5](/packages/elibyy-tcpdf-laravel)[faisalman/simple-excel-php

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

582599.4k1](/packages/faisalman-simple-excel-php)[jimmyjs/laravel-report-generator

Rapidly Generate Simple Pdf &amp; Excel Report on Laravel 5 (Using Barryvdh/DomPdf or Barryvdh/laravel-snappy &amp; maatwebsite/excel)

580157.4k1](/packages/jimmyjs-laravel-report-generator)[sensiolabs/gotenberg-bundle

A Symfony bundle that provides seamless integration with Gotenberg for generating PDFs and screenshots from various sources (HTML, Markdown, Office documents, URLs) with a clean, builder-based API.

210210.4k2](/packages/sensiolabs-gotenberg-bundle)

PHPackages © 2026

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