Revision #6 has been created by Scott_Huang on Oct 24, 2014, 9:39:14 AM with the memo:
correct typo
« previous (#5)
Changes
Title
unchanged
Step by step for how to full export Yii2 grid to excel
Category
unchanged
Tips
Yii version
unchanged
Tags
changed
Export, Excel, yii2-excelview, usagekartik-v, gridview
Content
changed
We will leverage Yii2-excelview widget. So, first of al
l is install Yii2-excelview:
Either run
```php
php composer.phar require --prefer-dist arturoliveira/yii2-excelview "*"[...]