Releases: SpartnerNL/Laravel-Excel
Releases · SpartnerNL/Laravel-Excel
1.3.8
v1.3.8 Update ExcelParser.php (#1047)
v2.1.8
Lumen support
Ability to set the active sheet index upon export
v2.1.7
- Add option for defining job queue name on chunk()
- Fix first column gets key 1 instead of 0
- Passing any string value (e.g.
"normal"
) or indeed any truthy value at all toCellWriter::setFontWeight()
will result in bold text, so this enforces that it has to be either"bold"
ortrue
. Also, ternary isn't needed. - Fix borders for merged cell, for all write methods
v2.1.6
- alias PHPExcel
v2.1.5
- Maatwebsite\Excel\Excel as alias for excel in container
v2.1.4
- Support Laravel 5.3
v2.1.3
- Fix Facade namespaces
- Move TestCase to autoload-dev
- Callback for config reader
- Fix borders for merged cells
- Fix problem with numeric headers
- Add setTextIndent() method
- Set use bom for csv file
v2.1.2
- Support for text-indent value
- Added an explicit row manipulation methods
v2.1.1
- Queued chunks support for Laravel 5.0
v2.1.0
- Queued chunks
- Set encoding in ExcelFile