iutbay / yii2-phpexcel
mPDF response formatter for Yii2
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- phpoffice/phpexcel: ^1.8
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-10-26 19:16:17 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...