arturoliveira / yii2-excelview
ExcelView
Package info
bitbucket.org/artur_oliveira/yii2-excelview
Type:yii2-extension
pkg:composer/arturoliveira/yii2-excelview
v1.0
2014-10-16 17:06 UTC
Requires
- kartik-v/yii2-grid: *
- phpoffice/phpexcel: 1.8.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-10 14:57:20 UTC
README
ExcelView
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist arturoliveira/yii2-excelview "*"
or add
"arturoliveira/yii2-excelview": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \arturoliveira\ExcelView::widget(); ?>```