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

AbandonedArchivedLibrary

chmat/excel-bundle
==================

This bundle integrates phpExcel library into a Symfony bundle. It lets you read (and write) simple Excel|CSV files.

v2.0.4(9y ago)187MITPHPPHP &gt;=5.4.0

Since Sep 17Pushed 3y ago2 watchersCompare

[ Source](https://github.com/ChMat/ExcelBundle)[ Packagist](https://packagist.org/packages/chmat/excel-bundle)[ RSS](/packages/chmat-excel-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (9)Used By (0)

ChMatExcelBundle
================

[](#chmatexcelbundle)

This bundle integrates phpExcel library into a Symfony bundle. It lets you read (and write) simple Excel|CSV files.

📕 Archived repository
---------------------

[](#-archived-repository)

This repository is not maintained anymore.

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

[](#installation)

### Add the Bundle to your `composer.json`

[](#add-the-bundle-to-your-composerjson)

Add the bundle reference in the `require` section:

```
"require": {
// ...
"chmat/excel-bundle": "~2.0" // check Versions section for details on version numbering
// ...
}

```

### Update your Dependencies

[](#update-your-dependencies)

```
$ composer update

```

### Enable the Bundle in `AppKernel.php`

[](#enable-the-bundle-in-appkernelphp)

Modify your `app/AppKernel.php` file by declaring this bundle.

```
// In app/AppKernel.php
