PHPackages                             perlitz-group/php\_writeexcel - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. perlitz-group/php\_writeexcel

ActiveLibrary[File &amp; Storage](/categories/file-storage)

perlitz-group/php\_writeexcel
=============================

Powerful library to write excel files

010PHP

Since Jan 27Pushed 4y agoCompare

[ Source](https://github.com/perlitz-group/php_writeexcel)[ Packagist](https://packagist.org/packages/perlitz-group/php_writeexcel)[ RSS](/packages/perlitz-group-php-writeexcel/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

php\_writeexcel
===============

[](#php_writeexcel)

PHP port of John McNamara's Spreadsheet::WriteExcel by Johann Hanne, with some tweaks by Thomas Roche ([https://github.com/thoroc/php\_writeexcel](https://github.com/thoroc/php_writeexcel)), and forked by Craig Manley adding more tweaks and some added drop-in compatibility with PEAR's Spreadsheet\_Excel\_Writer.

Dependencies
============

[](#dependencies)

To use this library, please install [php\_ole](https://github.com/thoroc/php_ole) which allow to write big Excel files (larger than 7MB).

Example for your `composer.json` file:

```
{
    "repositories": [
      {
        "type": "vcs",
        "url": "https://github.com/thoroc/php_ole"
      }
    ],
    "require": {
        "thoroc/php_ole": "dev-master",
        "perlitz-group/php_writeexcel": "dev-master"
    }
}

```

Perfomance comparison
=====================

[](#perfomance-comparison)

Update by Craig Manley, 2015-12-06: Writing a table of 8 fields and 950 rows to an Excel file resulted in these average elapsed times:

```
PHPExcel: 7.417
PEAR Spreadsheet_Excel_Writer: 1.078
php_writeexcel: 2.065

```

So clearly, PEAR's Spreadsheet\_Excel\_Writer is almost twice as fast. PHPExcel is more modern, but by far the slowest and consumes huge amounts of memory, which is the only reason I tried with this library, updating it slightly in the process.

Original Documentation
======================

[](#original-documentation)

- [README](doc/README)
- [LICENSE](doc/LICENSE)
- [FAQ](doc/FAQ)
- [TODO](doc/TODO)
- [CONTRIBUTION](doc/THANKS)
- [CHANGELGO](doc/CHANGELOG)

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/13734c6e21431d5751100ca3cb1a2c72d8b54afa50891425cb8f9be7227a6728?d=identicon)[f7h](/maintainers/f7h)

![](https://www.gravatar.com/avatar/4fbc2651dba07e53336be58a2cafa12e848057524badb837204ac63c104181e2?d=identicon)[AdvyceCompany](/maintainers/AdvyceCompany)

---

Top Contributors

[![thoroc](https://avatars.githubusercontent.com/u/2297889?v=4)](https://github.com/thoroc "thoroc (17 commits)")[![Wilkins](https://avatars.githubusercontent.com/u/478570?v=4)](https://github.com/Wilkins "Wilkins (13 commits)")[![f7h](https://avatars.githubusercontent.com/u/615946?v=4)](https://github.com/f7h "f7h (6 commits)")[![bursonic](https://avatars.githubusercontent.com/u/1857165?v=4)](https://github.com/bursonic "bursonic (2 commits)")[![arteq](https://avatars.githubusercontent.com/u/432634?v=4)](https://github.com/arteq "arteq (1 commits)")

### Embed Badge

![Health badge](/badges/perlitz-group-php-writeexcel/health.svg)

```
[![Health](https://phpackages.com/badges/perlitz-group-php-writeexcel/health.svg)](https://phpackages.com/packages/perlitz-group-php-writeexcel)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)

PHPackages © 2026

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