arne-groskurth/phpexcel-extended

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

PHPExcelExtended is a wrapper for the PHPOffice/PHPExcel package providing common functionality.

v1.3.1 2018-02-28 15:45 UTC

This package is not auto-updated.

Last update: 2021-10-30 03:20:45 UTC


README

No Maintenance Intended

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