iutbay / yii2-phpexcel
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.
mPDF response formatter for Yii2
dev-master
2017-11-24 09:12 UTC
Requires
- phpoffice/phpexcel: ^1.8
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-10-12 00:15:20 UTC
README
PHPExcel response formatter for Yii2.
https://packagist.org/packages/iutbay/yii2-phpexcel
Installation
The preferred way to install this response formatter is through composer.
Either run
composer require "iutbay/yii2-phpexcel" "*"
or add
"iutbay/yii2-phpexcel" : "*"
to the require section of your application's composer.json file.
Configuration
WIP...
Usage in controllers
WIP...