PHPackages                             jhonatanpereira/phpexcel - 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. jhonatanpereira/phpexcel

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

jhonatanpereira/phpexcel
========================

Modified version if PHPExcel, with MVC compatibility and some other bug fixes. PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

1.8.1(11y ago)060LGPLPHPPHP &gt;=5.2.0

Since Jan 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/JhonatanPereira/PHPExcel)[ Packagist](https://packagist.org/packages/jhonatanpereira/phpexcel)[ Docs](http://phpexcel.codeplex.com)[ RSS](/packages/jhonatanpereira-phpexcel/feed)WikiDiscussions 1.8 Synced 2mo ago

READMEChangelogDependenciesVersions (16)Used By (0)

PHPExcel - OpenXML - Read, Write and Create spreadsheet documents in PHP - Spreadsheet engine
=============================================================================================

[](#phpexcel---openxml---read-write-and-create-spreadsheet-documents-in-php---spreadsheet-engine)

PHPExcel is a library written in pure PHP and providing a set of classes that allow you to write to and read from different spreadsheet file formats, like Excel (BIFF) .xls, Excel 2007 (OfficeOpenXML) .xlsx, CSV, Libre/OpenOffice Calc .ods, Gnumeric, PDF, HTML, ... This project is built around Microsoft's OpenXML standard and PHP.

Master: [![Build Status](https://camo.githubusercontent.com/fdf858c90e3d802d1efa9cb38fabc08c40750890aadb2be6205a0e4c9d6ae6a3/68747470733a2f2f7472617669732d63692e6f72672f5048504f66666963652f504850457863656c2e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/PHPOffice/PHPExcel)

Develop: [![Build Status](https://camo.githubusercontent.com/bb0fb2fa7f3388f69657c6392a48a56c4289360f1dc99b01791ada883acb9f75/68747470733a2f2f7472617669732d63692e6f72672f5048504f66666963652f504850457863656c2e706e673f6272616e63683d646576656c6f70)](http://travis-ci.org/PHPOffice/PHPExcel)

[![Join the chat at https://gitter.im/PHPOffice/PHPExcel](https://camo.githubusercontent.com/2dd4d0f228a76b3dd73355d3fb9101cd32fb849421b528669a9a7bbec7d5a25a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4749545445522d6a6f696e253230636861742d677265656e2e737667)](https://gitter.im/PHPOffice/PHPExcel)

File Formats supported
----------------------

[](#file-formats-supported)

### Reading

[](#reading)

- BIFF 5-8 (.xls) Excel 95 and above
- Office Open XML (.xlsx) Excel 2007 and above
- SpreadsheetML (.xml) Excel 2003
- Open Document Format/OASIS (.ods)
- Gnumeric
- HTML
- SYLK
- CSV

### Writing

[](#writing)

- BIFF 8 (.xls) Excel 95 and above
- Office Open XML (.xlsx) Excel 2007 and above
- HTML
- CSV
- PDF (using either the tcPDF, DomPDF or mPDF libraries, which need to be installed separately)

Requirements
------------

[](#requirements)

- PHP version 5.2.0 or higher
- PHP extension php\_zip enabled (required if you need PHPExcel to handle .xlsx .ods or .gnumeric files)
- PHP extension php\_xml enabled
- PHP extension php\_gd2 enabled (optional, but required for exact column width autocalculation)

*Note:* PHP 5.6.29 has [a bug](https://bugs.php.net/bug.php?id=73530) that prevents SQLite3 caching to work correctly. Use a newer (or older) versions of PHP if you need SQLite3 caching.

Want to contribute?
-------------------

[](#want-to-contribute)

PHPExcel developement for next version has moved under its new name PhpSpreadsheet. So please head over to [PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet#want-to-contribute) to contribute patches and features.

License
-------

[](#license)

PHPExcel is licensed under [LGPL (GNU LESSER GENERAL PUBLIC LICENSE)](https://github.com/PHPOffice/PHPExcel/blob/master/license.md)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~198 days

Recently: every ~312 days

Total

9

Last Release

3210d ago

PHP version history (2 changes)1.7.9-rc1PHP &gt;=5.2.0

1.8.x-devPHP ^5.2|^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/858913307b7f3b691d4a33852fcfab419f4f9d3bd8471a968d45c1e13fd5dfb1?d=identicon)[JhonatanPereira](/maintainers/JhonatanPereira)

---

Top Contributors

[![Progi1984](https://avatars.githubusercontent.com/u/1533248?v=4)](https://github.com/Progi1984 "Progi1984 (66 commits)")[![maartenba](https://avatars.githubusercontent.com/u/485230?v=4)](https://github.com/maartenba "maartenba (23 commits)")[![Slamdunk](https://avatars.githubusercontent.com/u/152236?v=4)](https://github.com/Slamdunk "Slamdunk (11 commits)")[![PowerKiKi](https://avatars.githubusercontent.com/u/72603?v=4)](https://github.com/PowerKiKi "PowerKiKi (7 commits)")[![frost-nzcr4](https://avatars.githubusercontent.com/u/468395?v=4)](https://github.com/frost-nzcr4 "frost-nzcr4 (7 commits)")[![CQD](https://avatars.githubusercontent.com/u/94944?v=4)](https://github.com/CQD "CQD (3 commits)")[![nicoder](https://avatars.githubusercontent.com/u/365210?v=4)](https://github.com/nicoder "nicoder (3 commits)")[![amironov](https://avatars.githubusercontent.com/u/2651400?v=4)](https://github.com/amironov "amironov (3 commits)")[![JhonatanPereira](https://avatars.githubusercontent.com/u/4409650?v=4)](https://github.com/JhonatanPereira "JhonatanPereira (3 commits)")[![alexgann](https://avatars.githubusercontent.com/u/1827295?v=4)](https://github.com/alexgann "alexgann (2 commits)")[![Gemorroj](https://avatars.githubusercontent.com/u/885731?v=4)](https://github.com/Gemorroj "Gemorroj (2 commits)")[![JackStoneDev](https://avatars.githubusercontent.com/u/4856318?v=4)](https://github.com/JackStoneDev "JackStoneDev (2 commits)")[![karak](https://avatars.githubusercontent.com/u/156341?v=4)](https://github.com/karak "karak (2 commits)")[![Martin0123456](https://avatars.githubusercontent.com/u/1056389?v=4)](https://github.com/Martin0123456 "Martin0123456 (2 commits)")[![neclimdul](https://avatars.githubusercontent.com/u/82823?v=4)](https://github.com/neclimdul "neclimdul (2 commits)")[![sarciszewski](https://avatars.githubusercontent.com/u/3710836?v=4)](https://github.com/sarciszewski "sarciszewski (2 commits)")[![bolovincev](https://avatars.githubusercontent.com/u/2393206?v=4)](https://github.com/bolovincev "bolovincev (1 commits)")[![travispaul](https://avatars.githubusercontent.com/u/2118993?v=4)](https://github.com/travispaul "travispaul (1 commits)")[![nendrew](https://avatars.githubusercontent.com/u/1775044?v=4)](https://github.com/nendrew "nendrew (1 commits)")[![CrandellWS](https://avatars.githubusercontent.com/u/5300522?v=4)](https://github.com/CrandellWS "CrandellWS (1 commits)")

---

Tags

phpexcelxlsxlsxOpenXMLspreadsheet

### Embed Badge

![Health badge](/badges/jhonatanpereira-phpexcel/health.svg)

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

PHPackages © 2026

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