# Custom Sonata Admin Exporter

This example will help you create Sonata Admin export for excel 2007, if you need this do not forget to install [PHPOffice/PHPExcel](https://github.com/PHPOffice/PHPExcel) : 
```
composer require phpoffice/phpexcel
```

Or just take parts you need for your own custom exporter.