ThmX / TwigExcelBundle

PhpExcel integration for Twig/Symfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwigExcelBundle

Teavis CI: Build Status Scrutinizer: Code Quality SensioLabsInsight: Code Quality

This Symfony bundle provides a PhpExcel integration for Twig.

Supported output formats

The supported output formats are directly based on the capabilities of PhpExcel.

  • .CSV (only basic data output)
  • .ODS (only basic data output)
  • .PDF (requires mPDF)
  • .XLS (limited functionality)
  • .XLSX

Software requirements

The following software is required to use PHPExcel/TwigExcelBundle.

Required by this bundle:

  • PHP 5.5 or newer
  • Symfony 2.7 or newer

Required by PhpExcel:

  • PHP extension php_zip enabled
  • PHP extension php_xml enabled
  • PHP extension php_gd2 enabled (if not compiled in)

Documentation

The source of the documentation is stored in the Resources/doc/ folder in this bundle:

Resources/doc/index.rst

You can find a prettier version on readthedocs.org:

https://twigexcelbundle.readthedocs.org

Installation

All the installation instructions are located in the documentation.

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

About

PhpExcel integration for Twig/Symfony


Languages

Language:PHP 90.7%Language:HTML 9.2%Language:Python 0.1%