PHPackages                             dfware/csv-grid - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. dfware/csv-grid

ActiveYii2-extension[PDF &amp; Document Generation](/categories/documents)

dfware/csv-grid
===============

Yii2 extension data export to CSV file

1.0.0(2y ago)0121BSD-3-ClausePHP

Since Sep 27Pushed 2y agoCompare

[ Source](https://github.com/dfware/csv-grid)[ Packagist](https://packagist.org/packages/dfware/csv-grid)[ GitHub Sponsors](https://github.com/klimov-paul)[ Patreon](https://www.patreon.com/klimov_paul)[ RSS](/packages/dfware-csv-grid/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

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

[](#installation)

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

Either run

```
composer require dfware/csv-grid

```

or add

```
"dfware/csv-grid": "*"
```

to the require section of your composer.json.

Usage
-----

[](#usage)

This extension provides ability to export data to CSV file. Export is performed via `\yii2tech\csvgrid\CsvGrid` instance, which provides interface similar to `\yii\grid\GridView` widget.

Example:

```
