dgallinari / excel
An eloquent way of importing and exporting Excel and CSV
Requires
- php: ^7.0
- illuminate/support: ^5.5
- phpoffice/phpspreadsheet: ^1.2
Requires (Dev)
- orchestra/testbench: ^3.6
- phpunit/phpunit: ~7.0
This package is not auto-updated.
Last update: 2026-07-15 01:04:45 UTC
README
Laravel Excel 3.0
Introduction
💎 Laravel Excel is intended at being Laravel-flavoured PhpSpreadsheet: a simple, but elegant wrapper around PhpSpreadsheet with the goal of simplifying exports.
🔥 PhpSpreadsheet is a library written in pure PHP and providing a set of classes that allow you to read from and to write to different spreadsheet file formats, like Excel and LibreOffice Calc.
Laravel Excel features:
- Easily export collections to Excel
- Export queries with automatic chunking for better performance
- Queue exports for better performance
- Easily export Blade views to Excel
Read more about Laravel Excel 3.0 on our blog: https://medium.com/@maatwebsite/laravel-excel-lessons-learned-7fee2812551
Supported Versions
Versions will be supported for a limited amount of time.
| Version | Laravel Version | Php Version | Support |
|---|---|---|---|
| 2.1 | <=5.6 | <=7.0 | EOL on 15-5-2018 |
| 3.0 | ^5.5 | ^7.0 | New features |
Roadmap
Imports are currently not supported by 3.0. This functionality will be re-added in 3.1.
Installation
Require this package in the composer.json of your Laravel project. This will download the package and PhpSpreadsheet.
composer require maatwebsite/excel
More installation instructions can be found at: https://laravel-excel.maatwebsite.nl/docs/3.0/getting-started/installation
Support
More about support can be found at: https://laravel-excel.maatwebsite.nl/docs/3.0/getting-started/support
Contributing
More about contributing can be found at: https://laravel-excel.maatwebsite.nl/docs/3.0/getting-started/contributing
License & Postcardware
Our software is open source and licensed under the MIT license.
If you use the software in your production environment we would appreciate to receive a postcard of your hometown. Please send it to:
Maatwebsite
Florijnruwe 111-2
6218 CA Maastricht
The Netherlands
More about the license can be found at: https://laravel-excel.maatwebsite.nl/docs/3.0/getting-started/license
