LaravelPackages.net
Acme Inc.
Toggle sidebar
dgallinari/excel

An eloquent way of importing and exporting Excel and CSV

33
0
3.0.5
About dgallinari/excel

dgallinari/excel is a Laravel package for an eloquent way of importing and exporting excel and csv. It currently has 0 GitHub stars and 33 downloads on Packagist (latest version 3.0.5). Install it with composer require dgallinari/excel. Discover more Laravel packages by dgallinari or browse all Laravel packages to compare alternatives.

Last updated

Laravel-Excel 3.0

Laravel Excel 3.0

Build Status codecov StyleCI Latest Stable Version Total Downloads License

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

Comments