PHPackages                             fengxw/awesome-export-excel - 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. fengxw/awesome-export-excel

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

fengxw/awesome-export-excel
===========================

The easier way to export excel

v0.2.3(7y ago)1208MITPHPPHP &gt;=5.3

Since Jan 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/fengxw/awesomeExportExcel)[ Packagist](https://packagist.org/packages/fengxw/awesome-export-excel)[ Docs](https://github.com/fengxw/awesomeExportExcel)[ RSS](/packages/fengxw-awesome-export-excel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (8)Used By (0)

Awesome export excel
--------------------

[](#awesome-export-excel)

It's an easier way to export an excel. you don't need to worry about the detail, the default style of excel is enough for you.

### Install

[](#install)

```
composer require fengxw/awesome-export-excel
```

### Usage

[](#usage)

```
// define the arguments.
$header = 'It is a header';
$title = ['column1', 'column2'];
$data = [['value1', 'value2']];

// export excel
ExportExcel::getInstance()->export($header, $title, $data);
```

[![simple](https://camo.githubusercontent.com/b7fc974401f09a5594c57357ae9031960ecad1357411131938c8aa07685a2d44/687474703a2f2f7032716369693838642e626b742e636c6f7564646e2e636f6d2f73637265656e73686f74332e706e67)](https://camo.githubusercontent.com/b7fc974401f09a5594c57357ae9031960ecad1357411131938c8aa07685a2d44/687474703a2f2f7032716369693838642e626b742e636c6f7564646e2e636f6d2f73637265656e73686f74332e706e67)

### One More thing

[](#one-more-thing)

Maybe you has a complex form need to export, then you can check the examples and build the sheet as you want.

[![complex](https://camo.githubusercontent.com/c0bd8ffdd9851e916bd972ac13eac27399baed1bc2a4f97f18ef08ebb585de75/687474703a2f2f7032716369693838642e626b742e636c6f7564646e2e636f6d2f73637265656e73686f74322e706e67)](https://camo.githubusercontent.com/c0bd8ffdd9851e916bd972ac13eac27399baed1bc2a4f97f18ef08ebb585de75/687474703a2f2f7032716369693838642e626b742e636c6f7564646e2e636f6d2f73637265656e73686f74322e706e67)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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 ~30 days

Recently: every ~45 days

Total

7

Last Release

2870d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3af9116d4ae198bdb2f3ff1904b9c066835b79316b3bc3e973b2d61e405109d8?d=identicon)[fengxw](/maintainers/fengxw)

---

Top Contributors

[![fengxw](https://avatars.githubusercontent.com/u/5258960?v=4)](https://github.com/fengxw "fengxw (14 commits)")

---

Tags

excelphpexcel

### Embed Badge

![Health badge](/badges/fengxw-awesome-export-excel/health.svg)

```
[![Health](https://phpackages.com/badges/fengxw-awesome-export-excel/health.svg)](https://phpackages.com/packages/fengxw-awesome-export-excel)
```

###  Alternatives

[liuggio/excelbundle

This is a Symfony2 Bundle helps you to read and write Excel files (including pdf, xlsx, odt), thanks to the PHPExcel library

3776.4M10](/packages/liuggio-excelbundle)[wisembly/excelant

72158.3k](/packages/wisembly-excelant)[arogachev/yii2-excel

ActiveRecord import and export based on PHPExcel for Yii 2 framework

6480.3k1](/packages/arogachev-yii2-excel)[dakota/cake-excel

CakePHP excel generator

2324.9k](/packages/dakota-cake-excel)[phpnt/yii2-export

Yii2 It saves data in xls, csv, word, html, pdf files.

158.9k](/packages/phpnt-yii2-export)[akeneo-labs/excel-connector-bundle

Akeneo PIM Excel connector bundle

166.4k](/packages/akeneo-labs-excel-connector-bundle)

PHPackages © 2026

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