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

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

export/excel-bundle
===================

Service for easy Excel export with PHPExcel Library in Symfony 2

97.8k5[6 issues](https://github.com/rgazelot/ExcelBundle/issues)PHP

Since Jun 26Pushed 12y ago2 watchersCompare

[ Source](https://github.com/rgazelot/ExcelBundle)[ Packagist](https://packagist.org/packages/export/excel-bundle)[ RSS](/packages/export-excel-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Deprecated bundle
=================

[](#deprecated-bundle)

This library is deprecated. I suggest you to use this new library write to easily build table and handle PHPExcel :

ExcelBundle
===========

[](#excelbundle)

Service for easy Excel export with PHPExcel Library

Installation
------------

[](#installation)

### Step 1 . ( For Symfony v. &lt; 2.1 - deps)

[](#step-1---for-symfony-v--21---deps)

Add the following lines in your `deps` file :

```
[ExcelBundle]
    git=http://github.com/rgazelot/ExcelBundle.git
    target=/bundles/Export/ExcelBundle

```

Now download the bundle by running the command :

```
./bin/vendors update

```

Symfony will install your bundle in `vendors/bundles/Exports`

Declare in the `autoload.php` :

```
# app/autoload.php

$loader->registerNamespaces(array(
    ...
    'Export' => __DIR__.'/../vendor/bundles',
));

```

### Step 1 . ( For Symfony v. &gt;= 2.1 - with composer)

[](#step-1---for-symfony-v--21---with-composer)

coming soon ...

### Step 2 . Enable your bundle

[](#step-2--enable-your-bundle)

Enable the bundle in the kernel :

```
# app/AppKernel.php

$bundles = array(
    ...
    new Export\ExcelBundle\ExportExcelBundle(),
);

```

### Step 3 . Register PHPExcel with Prefixes

[](#step-3--register-phpexcel-with-prefixes)

Because the PHPExcel library not use namespaces, create prefixes in `autoload.php`.

```
# app/autoload.php

$loader->registerPrefixes(array(
    ...
    'PHPExcel' => __DIR__.'/../vendor/bundles/Export/ExcelBundle/Library/phpExcel/Classes',
));

```

### Step 4 . Configure your bundle

[](#step-4--configure-your-bundle)

In your configuration file :

```
# app/config/config.yml

export_excel: ~

```

### Finish !

[](#finish-)

Congratulations ! You have installed ExportBundle. Read the [usage documentation](https://github.com/rgazelot/ExcelBundle/blob/master/USAGE.md) for learn how to use the service.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d30eaae8e41d9c4f46a6ba07bf3a01d9ac6f14277f4f3125310889907fad52d?d=identicon)[remygazelot](/maintainers/remygazelot)

---

Top Contributors

[![rgazelot](https://avatars.githubusercontent.com/u/1488251?v=4)](https://github.com/rgazelot "rgazelot (26 commits)")

### Embed Badge

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

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

###  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)
