Skip to content

Releases: SpartnerNL/Laravel-Excel

v3.1.0

03 Oct 11:01
968614f
Compare
Choose a tag to compare

Version 3.1.0

Additions

  • Easily import to collections.
  • Read the Excel file in chunks.
  • Handle the import inserts in batches.
  • Queue your imports

Deprecations

  • No deprecations from 3.0

Read more about Laravel Excel 3.1 on our blog: https://medium.com/maatwebsite/introducing-laravel-excel-3-1-e478502bf92e

v2.1.30

04 Sep 19:03
f5540c4
Compare
Choose a tag to compare

Laravel 5.7

v2.1.29

29 Aug 06:47
Compare
Choose a tag to compare
Fix: NonEnglish garbled (#1774)

* Fix: NonEnglish garbled

* Update: Change filename just for Microsoft Explore

v3.0.10

26 Aug 09:51
Compare
Choose a tag to compare

Version 3.0.10

Additions

  • Add WithCustomChunkSize concern.

v3.0.9

07 Aug 16:38
d469aea
Compare
Choose a tag to compare

Version 3.0.9

Fixes

  • Drop tempnam in favour or generating a random string (#1752)
  • Don't register all event listeners as global event listeners (#1751)

v3.0.8

05 Aug 18:29
Compare
Choose a tag to compare

Version 3.0.8

Fixes

  • Support .tsv exports + fix firing the BeforeWriting event in Queued exports (#1683)
  • Transform arrayables to arrays when using appendRows (#1720)
  • Deal better with usage without the WithMapping concern for StdObjects (#1737)
  • Improve auto-heading generation for collections mixins (#1727)

Additions

v3.0.7

05 Jul 06:26
Compare
Choose a tag to compare

Version 3.0.7

Additions

  • Add support for returning nested arrays in the map() function (#1711)

Read more about Laravel Excel 3.0 on our blog: https://medium.com/@maatwebsite/laravel-excel-lessons-learned-7fee2812551

3.0.6: New concern with count (#1682)

12 Jun 09:59
Compare
Choose a tag to compare

Version 3.0.6

Additions

  • Add WithCustomQuerySize concern to be used in combination with Queued exports (#1682)

Read more about Laravel Excel 3.0 on our blog: https://medium.com/@maatwebsite/laravel-excel-lessons-learned-7fee2812551

v2.1.18

09 May 14:34
Compare
Choose a tag to compare
2.1 (#1656)

* Add encoding when initializing ChunkedReadJob

* add encoding to ChunkedReadJob

* Update docblock

v3.0.5

30 Apr 18:46
Compare
Choose a tag to compare

Version 3.0.5

Fixes

  • Add fix mapping queued queries of Eloquent models (#1640)

Read more about Laravel Excel 3.0 on our blog: https://medium.com/@maatwebsite/laravel-excel-lessons-learned-7fee2812551