mewesk / twig-excel-bundle
This Symfony bundle provides a PhpExcel integration for Twig
Installs: 167 327
Dependents: 0
Suggesters: 0
Security: 0
Stars: 38
Watchers: 10
Forks: 21
Open Issues: 10
Type:symfony-bundle
Requires
- php: 5.5.9 - 7.0
- phpoffice/phpexcel: ~1.8.1
- symfony/framework-bundle: ~2.7|~3.0
Requires (Dev)
- mpdf/mpdf: ~6.0
- sensio/framework-extra-bundle: ~3.0
- symfony/phpunit-bridge: ~3.0
- symfony/symfony: ~2.7|~3.0
Suggests
- mpdf/mpdf: Add support for PDF rendering, requires ~6.0
This package is not auto-updated.
Last update: 2022-02-01 12:31:07 UTC
README
DEPRECATED
This project is no longer maintained and should not be used anymore.
All users should migrate to its direct successor TwigSpreadsheetBundle.
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.9 or newer (PHP 7.1.0 or newer is not supported by PhpExcel)
- Symfony 2.7 (LTS) 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:
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: