arturoliveira/yii2-excelview

ExcelView

安装次数: 25,511

依赖项: 0

建议者: 0

安全: 0

类型:yii2-extension

v1.0 2014-10-16 17:06 UTC

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(); ?>```