Your IP : 216.73.216.79


Current Path : /var/www/html/dosm/vendor/arturoliveira/yii2-excelview/
Upload File :
Current File : /var/www/html/dosm/vendor/arturoliveira/yii2-excelview/README.md

ExcelView
=========
ExcelView

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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  :

```php
<?= \arturoliveira\ExcelView::widget(); ?>```