recranet/twig-excel-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

This Symfony bundle provides a PhpExcel integration for Twig

Installs: 818

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 22

Type:symfony-bundle

2.2 2017-02-03 19:19 UTC

This package is not auto-updated.

Last update: 2018-10-14 01:55:49 UTC


README

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)
  • .XLS (limited functionality)
  • .XLSX

Software requirements

The following software is required to use PHPExcel/TwigExcelBundle.

Required by this bundle:

  • PHP 7.0 or newer
  • Symfony 3.0 or newer

Required by PhpExcel:

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