PHPackages                             dgallinari/excel - 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. dgallinari/excel

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

dgallinari/excel
================

An eloquent way of importing and exporting Excel and CSV

3.0.5(8y ago)033MITPHPPHP ^7.0

Since Nov 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/dgallinari/Laravel-Excel)[ Packagist](https://packagist.org/packages/dgallinari/excel)[ RSS](/packages/dgallinari-excel/feed)WikiDiscussions 3.0 Synced 3d ago

READMEChangelogDependencies (4)Versions (111)Used By (0)

[![Laravel-Excel 3.0](https://user-images.githubusercontent.com/7728097/37357058-b96e8d98-26e7-11e8-94a7-68f1f6fab99a.jpg)](https://user-images.githubusercontent.com/7728097/37357058-b96e8d98-26e7-11e8-94a7-68f1f6fab99a.jpg)

Laravel Excel 3.0
=================

[](#laravel-excel-30)

[![Build Status](https://camo.githubusercontent.com/6c9e7bd8c20e163eaa5ceca8d7e3519d1ef84ecd81d7baa733dafc8d72a5d8b5/68747470733a2f2f7472617669732d63692e6f72672f4d616174776562736974652f4c61726176656c2d457863656c2e7376673f6272616e63683d332e30)](https://travis-ci.org/Maatwebsite/Laravel-Excel)[![codecov](https://camo.githubusercontent.com/01c3a89eadcf591fe3e15fb694f83e891a617f4dd9c470a629d21c326ddd4fa6/68747470733a2f2f636f6465636f762e696f2f67682f4d616174776562736974652f4c61726176656c2d457863656c2f6272616e63682f332e302f67726170682f62616467652e737667)](https://codecov.io/gh/Maatwebsite/Laravel-Excel)[![StyleCI](https://camo.githubusercontent.com/0e76ef687e5cd13688a0c6ea5acfee2e6349ab423e198c4f8307a3f1a92e6196/68747470733a2f2f7374796c6563692e696f2f7265706f732f31343235393339302f736869656c643f6272616e63683d332e30)](https://styleci.io/repos/14259390)[![Latest Stable Version](https://camo.githubusercontent.com/b4354491c51694ea51ca96b7a1af0ea7e61afc92c61fd4c3c03be215294150db/68747470733a2f2f706f7365722e707567782e6f72672f6d616174776562736974652f657863656c2f762f737461626c652e706e67)](https://packagist.org/packages/maatwebsite/excel)[![Total Downloads](https://camo.githubusercontent.com/9b4fd31bb4092001dc86517d083383b1455d1bea1da88bcd87eb1e9b79be2b79/68747470733a2f2f706f7365722e707567782e6f72672f6d616174776562736974652f657863656c2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/maatwebsite/excel)[![License](https://camo.githubusercontent.com/7c199f57a2e2c68bb14e188faf5c1b1a7a3f021cb9b724f5a2ad6cbd05b8408a/68747470733a2f2f706f7365722e707567782e6f72672f6d616174776562736974652f657863656c2f6c6963656e73652e706e67)](https://packagist.org/packages/maatwebsite/excel)

Introduction
------------

[](#introduction)

💎 Laravel Excel is intended at being Laravel-flavoured PhpSpreadsheet: a simple, but elegant wrapper around PhpSpreadsheet with the goal of simplifying exports.

🔥 [PhpSpreadsheet](https://phpspreadsheet.readthedocs.io/) 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:

Supported Versions
------------------

[](#supported-versions)

Versions will be supported for a limited amount of time.

VersionLaravel VersionPhp VersionSupport2.1&lt;=5.6&lt;=7.0EOL on 15-5-20183.0^5.5^7.0New featuresRoadmap
-------

[](#roadmap)

Imports are currently not supported by 3.0. This functionality will be re-added in 3.1.

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

[](#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:

Support
-------

[](#support)

More about support can be found at:

Contributing
------------

[](#contributing)

More about contributing can be found at:

License &amp; Postcardware
--------------------------

[](#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:

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 81.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~15 days

Recently: every ~8 days

Total

109

Last Release

2903d ago

Major Versions

v1.3.8 → 2.1.92017-01-17

1.3.10 → 2.1.112017-03-23

2.1.25 → 3.0.0-alpha2018-02-17

2.1.27 → 3.0.02018-03-15

2.1.28 → 3.0.x-dev2018-06-03

PHP version history (5 changes)v0.1.0PHP &gt;=5.3.0

v2.0.10PHP &gt;=5.4

v2.1.1PHP &gt;=5.5

3.0.0-alphaPHP ^7.1

3.0.1PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/b1635cd4c6c1b75065bb1f6909df3429f58f996e3a577ce837dbbe41c97d2868?d=identicon)[dgallinari](/maintainers/dgallinari)

---

Top Contributors

[![patrickbrouwers](https://avatars.githubusercontent.com/u/7728097?v=4)](https://github.com/patrickbrouwers "patrickbrouwers (501 commits)")[![MaatwebsiteSupport](https://avatars.githubusercontent.com/u/5889106?v=4)](https://github.com/MaatwebsiteSupport "MaatwebsiteSupport (43 commits)")[![JeroenVossen](https://avatars.githubusercontent.com/u/15018570?v=4)](https://github.com/JeroenVossen "JeroenVossen (13 commits)")[![devinfd](https://avatars.githubusercontent.com/u/468399?v=4)](https://github.com/devinfd "devinfd (6 commits)")[![hicode](https://avatars.githubusercontent.com/u/1543428?v=4)](https://github.com/hicode "hicode (5 commits)")[![mewben](https://avatars.githubusercontent.com/u/2163157?v=4)](https://github.com/mewben "mewben (5 commits)")[![FrankPeters](https://avatars.githubusercontent.com/u/3206714?v=4)](https://github.com/FrankPeters "FrankPeters (4 commits)")[![brandonzylstra](https://avatars.githubusercontent.com/u/9854?v=4)](https://github.com/brandonzylstra "brandonzylstra (4 commits)")[![dgallinari](https://avatars.githubusercontent.com/u/2325115?v=4)](https://github.com/dgallinari "dgallinari (3 commits)")[![srobati](https://avatars.githubusercontent.com/u/2736646?v=4)](https://github.com/srobati "srobati (2 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (2 commits)")[![trouttdev](https://avatars.githubusercontent.com/u/964615?v=4)](https://github.com/trouttdev "trouttdev (2 commits)")[![GlennM](https://avatars.githubusercontent.com/u/4272433?v=4)](https://github.com/GlennM "GlennM (2 commits)")[![driesvints](https://avatars.githubusercontent.com/u/594614?v=4)](https://github.com/driesvints "driesvints (2 commits)")[![drakakisgeo](https://avatars.githubusercontent.com/u/1863506?v=4)](https://github.com/drakakisgeo "drakakisgeo (2 commits)")[![mikesir87](https://avatars.githubusercontent.com/u/746837?v=4)](https://github.com/mikesir87 "mikesir87 (2 commits)")[![opb](https://avatars.githubusercontent.com/u/778850?v=4)](https://github.com/opb "opb (2 commits)")[![werring](https://avatars.githubusercontent.com/u/325499?v=4)](https://github.com/werring "werring (1 commits)")[![GregPeden](https://avatars.githubusercontent.com/u/1343049?v=4)](https://github.com/GregPeden "GregPeden (1 commits)")[![maddhatter](https://avatars.githubusercontent.com/u/4449339?v=4)](https://github.com/maddhatter "maddhatter (1 commits)")

---

Tags

phplaravelexportexcelcsvimportbatchPHPExcelphpspreadsheet

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dgallinari-excel/health.svg)

```
[![Health](https://phpackages.com/badges/dgallinari-excel/health.svg)](https://phpackages.com/packages/dgallinari-excel)
```

###  Alternatives

[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M712](/packages/maatwebsite-excel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
