2017 © Pedro Peláez
 

library excel

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

image

alverated/excel

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  • Sunday, November 6, 2016
  • by alverated
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 956 Forks
  • 0 Open issues
  • 81 Versions
  • 0 % Grown

The README.md

Laravel Excel v2.1.* for Laravel 5

Looking for Laravel Excel for Laravel 4? Visit the 1.3 branch, (*1)

, (*2)

Laravel Excel brings the power of PHPOffice's PHPExcel to Laravel 5 with a touch of the Laravel Magic. It includes features like: importing Excel and CSV to collections, exporting models, array's and views to Excel, importing batches of files and importing a file by a config file., (*3)

  • Import into Laravel Collections
  • Export Blade views to Excel and CSV with optional CSS styling
  • Batch imports
  • A lot of optional config settings
  • Easy cell caching
  • Chunked and queued importer
  • ExcelFile method injections
  • Editing existing Excel files
  • Advanced import by config files
  • and many more...

Excel::create('Laravel Excel', function($excel) {

    $excel->sheet('Excel sheet', function($sheet) {

        $sheet->setOrientation('landscape');

    });

})->export('xls');

Build Status Latest Stable Version Total Downloads License Monthly Downloads Daily Downloads, (*4)

Help the project, (*5)

Installation

Require this package in your composer.json and update composer. This will download the package and PHPExcel of PHPOffice., (*6)

"maatwebsite/excel": "~2.1.0"

After updating composer, add the ServiceProvider to the providers array in config/app.php, (*7)

Maatwebsite\Excel\ExcelServiceProvider::class,

You can use the facade for shorter code. Add this to your aliases:, (*8)

'Excel' => Maatwebsite\Excel\Facades\Excel::class,

The class is bound to the ioC as excel, (*9)

$excel = App::make('excel');

To publish the config settings in Laravel 5 use:, (*10)

php artisan vendor:publish --provider="Maatwebsite\Excel\ExcelServiceProvider"

This will add an excel.php config file to your config folder., (*11)

Documentation

The complete documentation can be found at: http://www.maatwebsite.nl/laravel-excel/docs, (*12)

Support

Support only through Github. Please don't mail us about issues, make a Github issue instead., (*13)

Contributing

ALL bug fixes should be made to appropriate branch (e.g. 2.0 for 2.0.* bug fixes). Bug fixes should never be sent to the master branch., (*14)

More about contributing can be found at: http://www.maatwebsite.nl/laravel-excel/docs/getting-started#contributing, (*15)

License

This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!, (*16)

The Versions

06/11 2016

2.1.x-dev

2.1.9999999.9999999-dev

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

21/09 2016

3.0.x-dev

3.0.9999999.9999999-dev

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

09/07 2016
01/03 2016
15/12 2015
10/12 2015
10/12 2015

2.0.x-dev

2.0.9999999.9999999-dev

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

26/10 2015

v2.0.10

2.0.10.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

26/10 2015

v2.0.9

2.0.9.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

08/10 2015

2.0.8

2.0.8.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

20/08 2015

2.0.7

2.0.7.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

04/06 2015

v2.0.6

2.0.6.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

04/06 2015

1.3.x-dev

1.3.9999999.9999999-dev

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

04/06 2015

v1.3.7

1.3.7.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

01/06 2015

v2.0.5

2.0.5.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

01/06 2015

v1.3.6

1.3.6.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

02/05 2015

v2.0.4

2.0.4.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

02/05 2015

v1.3.5

1.3.5.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

23/04 2015

v1.3.4

1.3.4.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

23/04 2015

v2.0.3

2.0.3.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

19/03 2015

v2.0.2

2.0.2.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

19/03 2015

v1.3.3

1.3.3.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

16/02 2015

2.0.1

2.0.1.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

16/02 2015

1.3.2

1.3.2.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

04/02 2015

v2.0.0

2.0.0.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

02/02 2015

v1.3.1

1.3.1.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

30/01 2015

v1.3.0

1.3.0.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

16/12 2014

v1.2.3

1.2.3.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

15/12 2014

1.2.x-dev

1.2.9999999.9999999-dev

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

07/10 2014

1.1.x-dev

1.1.9999999.9999999-dev

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

10/09 2014

v1.1.6

1.1.6.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

10/07 2014

v1.1.5

1.1.5.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

22/06 2014

v1.1.4

1.1.4.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

17/06 2014

v1.1.3

1.1.3.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

15/06 2014

v1.1.2

1.1.2.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

12/06 2014

v1.1.1

1.1.1.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

07/06 2014

v1.1.0

1.1.0.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

30/05 2014

v1.0.9

1.0.9.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

28/05 2014

v1.0.8

1.0.8.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

23/05 2014

v1.0.7

1.0.7.0

An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

22/05 2014

v1.0.6

1.0.6.0

An eloquent way of importing and exporting CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

21/05 2014

v1.0.5

1.0.5.0

An eloquent way of importing and exporting CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

20/05 2014

v1.0.4

1.0.4.0

An eloquent way of importing and exporting CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

19/05 2014

v1.0.3

1.0.3.0

An eloquent way of importing and exporting CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

19/05 2014

v1.0.2

1.0.2.0

An eloquent way of importing and exporting CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

18/05 2014

v1.0.1

1.0.1.0

An eloquent way of importing and exporting CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

17/05 2014

v1.0.0

1.0.0.0

An eloquent way of importing and exporting CSV in Laravel 4 with the power of PHPExcel

  Sources   Download

LGPL

The Requires

 

The Development Requires

by Maatwebsite.nl

laravel csv excel export phpexcel batch import

09/04 2014

v0.3.4

0.3.4.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

05/04 2014

v0.3.3

0.3.3.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

05/04 2014

v0.3.2

0.3.2.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

23/03 2014

v0.3.1

0.3.1.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

06/03 2014

v0.3.0

0.3.0.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

28/02 2014

v0.2.8

0.2.8.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

28/02 2014

v0.2.7

0.2.7.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

27/02 2014

v0.2.6

0.2.6.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

27/02 2014

v0.2.5

0.2.5.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

15/02 2014

v0.2.4

0.2.4.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

13/02 2014

v0.2.3

0.2.3.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

13/02 2014

v0.2.2

0.2.2.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

12/02 2014

v0.2.1

0.2.1.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

07/02 2014

v0.2.0

0.2.0.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

07/02 2014

v0.1.9

0.1.9.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

06/02 2014

v0.1.8

0.1.8.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

31/01 2014

v0.1.7

0.1.7.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

24/01 2014

v0.1.6

0.1.6.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

24/01 2014

v0.1.5

0.1.5.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

21/01 2014

v0.1.4

0.1.4.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

07/01 2014

v0.1.3

0.1.3.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

27/12 2013

v0.1.2

0.1.2.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

17/11 2013

v0.1.1

0.1.1.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel

14/11 2013

v0.1.0

0.1.0.0

Laravel wrapper for PHP Excel

  Sources   Download

LGPL

The Requires

 

by Maatwebsite.nl

laravel excel phpexcel