arturoliveira / yii2-excelview
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: 2024-09-24 08:08:21 UTC
README
ExcelView
安装
安装此扩展的首选方式是通过Composer。
运行以下命令之一:
php composer.phar require --prefer-dist arturoliveira/yii2-excelview "*"
或者将以下内容添加到你的composer.json
文件的require部分:
"arturoliveira/yii2-excelview": "*"
用法
扩展安装完成后,只需在你的代码中通过以下方式使用它:
<?= \arturoliveira\ExcelView::widget(); ?>```