PHPackages                             weller-it/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. weller-it/php\_writeexcel

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

weller-it/php\_writeexcel
=========================

Powerful library to write excel files

036PHP

Since Dec 7Pushed 5y agoCompare

[ Source](https://github.com/Weller-IT/php_writeexcel)[ Packagist](https://packagist.org/packages/weller-it/php_writeexcel)[ RSS](/packages/weller-it-php-writeexcel/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (4)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:

```
{
    "minimum-stability": "dev",
    "require": {
        "Weller-IT/php_ole": "master",
        "Weller-IT/php_writeexcel": "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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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://avatars.githubusercontent.com/u/388142?v=4)[luelista](/maintainers/luelista)[@luelista](https://github.com/luelista)

---

Top Contributors

[![thoroc](https://avatars.githubusercontent.com/u/2297889?v=4)](https://github.com/thoroc "thoroc (15 commits)")[![Wilkins](https://avatars.githubusercontent.com/u/478570?v=4)](https://github.com/Wilkins "Wilkins (13 commits)")[![fabiov](https://avatars.githubusercontent.com/u/2004589?v=4)](https://github.com/fabiov "fabiov (3 commits)")[![luelista](https://avatars.githubusercontent.com/u/388142?v=4)](https://github.com/luelista "luelista (3 commits)")

### Embed Badge

![Health badge](/badges/weller-it-php-writeexcel/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

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

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[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)

PHPackages © 2026

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