alexgx / yii2-phpexcel
This package is abandoned and no longer maintained.
No replacement package was suggested.
PhpExcel component extension for Yii2.
dev-master
2017-05-10 14:44 UTC
Requires
- phpoffice/phpexcel: 1.8.1
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-12-06 22:38:32 UTC
README
%short_description%
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require "alexgx/yii2-phpexcel" "*"
or add
"alexgx/yii2-phpexcel" : "*"
to the require section of your application's composer.json file.
Features
TDB
Usage
use alexgx\phpexcel;
TBD
Further Information
Please, check the PHPOffice/PHPExcel github repo documentation for further information about its configuration options.