Releases: SpartnerNL/Laravel-Excel
Releases · SpartnerNL/Laravel-Excel
v3.1.0
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
Laravel 5.7
v2.1.29
Fix: NonEnglish garbled (#1774) * Fix: NonEnglish garbled * Update: Change filename just for Microsoft Explore
v3.0.10
Version 3.0.10
Additions
- Add
WithCustomChunkSize
concern.
v3.0.9
v3.0.8
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
- Add
php artisan make:export {exportName}
console command - Add WithCustomCsvSettings concern (#1683)
- Add WithCharts concern (#1698)
- Add WithDrawings concern
- Add WithCustomStartCell concern (#1739)
- Add support for global event listeners (https://laravel-excel.maatwebsite.nl/3.0/exports/extending.html#global-event-listeners)
- Add support for custom user provided concerns (https://laravel-excel.maatwebsite.nl/3.0/exports/extending.html#custom-concerns)
v3.0.7
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)
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
2.1 (#1656) * Add encoding when initializing ChunkedReadJob * add encoding to ChunkedReadJob * Update docblock
v3.0.5
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