PHPackages                             codicastudio/excel-manager - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. codicastudio/excel-manager

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

codicastudio/excel-manager
==========================

1.0.0(5y ago)01MITPHPPHP ^7.4 || ^8.0

Since Sep 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/codicastudio/excel-manager)[ Packagist](https://packagist.org/packages/codicastudio/excel-manager)[ Docs](https://github.com/codicastudio/excel-manager)[ RSS](/packages/codicastudio-excel-manager/feed)WikiDiscussions master Synced 3w ago

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

[![banner-nova](https://user-images.githubusercontent.com/7728097/57463952-16783a80-727c-11e9-87f7-94aae5284bfc.jpg)](https://user-images.githubusercontent.com/7728097/57463952-16783a80-727c-11e9-87f7-94aae5284bfc.jpg)

### Supercharge your Laravel Nova resource exports

[](#supercharge-your-laravel-nova-resource-exports)

####  [Quickstart](https://docs.laravel-excel.com/nova/1.1/getting-started/)  ·  [Documentation](https://docs.laravel-excel.com/nova/1.1/)  ·  [Blog](https://docs.laravel-excel.com/blog/)  ·  [Contributing](https://docs.laravel-excel.com/3.1/getting-started/contributing.html)  ·  [Support](https://docs.laravel-excel.com/3.1/getting-started/support.html)

[](#--quickstart------documentation------blog------contributing------support)

✨ Features
----------

[](#-features)

- **Easily export resources to Excel.** Supercharge your Nova resources and export them directly to an Excel or CSV document. Exporting has never been so easy.
- **Supercharged resource exports.** Export resources with automatic chunking for better performance. You provide us the query, we handle the performance. Exporting even larger resources? No worries, Laravel Nova Excel has your back. You can queue your exports so all of this happens in the background.
- **Export based on filters and selection.** Select or filter only certain resources and export only those to Excel!
- **Export lenses.** Got custom lenses defined? When exporting from a lens, it will use the query of the lens to determine which data needs to be exported!

🚀 5 minutes quick start
-----------------------

[](#rocket-5-minutes-quick-start)

💡 Require this package in the `composer.json` of your Laravel project. This will download the package and Laravel-Excel.

```
composer require maatwebsite/laravel-nova-excel

```

💪 Go to your resource. As example we'll use the `app/Nova/User.php`. Add `DownloadExcel` action to your `actions()` list.

```
