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

ActiveZf2-module[PDF &amp; Document Generation](/categories/documents)

mvlabs/mvlabs-phpexcel
======================

MvlabsPHPExcel is a ZF2 module that allow easy to create, modify and read excel files (including pdf, xlsx, odt) using PHPOffice/PHPExcel library.

0.0.1(9y ago)21.7k1MITPHPPHP &gt;=5.5

Since Jun 7Pushed 8y ago3 watchersCompare

[ Source](https://github.com/mvlabs/MvlabsPHPExcel)[ Packagist](https://packagist.org/packages/mvlabs/mvlabs-phpexcel)[ Docs](https://github.com/mvlabs/MvlabsPHPExcel.git)[ RSS](/packages/mvlabs-mvlabs-phpexcel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

MvlabsPHPExcel
==============

[](#mvlabsphpexcel)

MvlabsPHPExcel is a ZF2 module that allow easy to create, modify and read excel files (including pdf, xlsx, odt) using [PHPOffice/PHPExcel](https://github.com/PHPOffice/PHPExcel) library.

Requirements PHPExcel library
-----------------------------

[](#requirements-phpexcel-library)

- PHP version 5.5.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)

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

[](#installation)

#### With composer

[](#with-composer)

1. Add to your `composer.json` :

    $composer require liuggio/excelbundle

    ```
    $ php composer.phar require mvlabs/mvlabs-phpexcel
    ```
2. Now tell composer to download MvlabsPHPExcel by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php`file.

    ```
