arturoliveira/yii2-excelview

ExcelView

Installs: 24 454

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

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

This package is not auto-updated.

Last update: 2024-04-23 05:58:25 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(); ?>```