arne-groskurth / phpexcel-extended
PHPExcelExtended is a wrapper for the PHPOffice/PHPExcel package providing common functionality.
Installs: 18 068
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^5.4|^7.0
- arne-groskurth/temp-file: ^1.2.1
- phpoffice/phpexcel: 1.*
Requires (Dev)
- phpunit/phpunit: ^5.5
Suggests
- symfony/http-foundation: ^3.1
- tecnickcom/tcpdf: ^6.2
This package is not auto-updated.
Last update: 2021-10-30 03:20:45 UTC
README
PHPExcelExtended is a wrapper for the PHPOffice/PHPExcel package providing common functionality.
As the underlying package phpoffice/phpexcel has been abandoned there is no maintenance for this package either!
Setup
$ composer require arne-groskurth/phpexcel-extended
Examples
The example
directory contains example scripts that can be served with PHP's built in webserver:
$ composer serve-examples