Skip to content

Releases: SpartnerNL/Laravel-Excel

1.3.8

09 Jan 16:02
Compare
Choose a tag to compare
v1.3.8

Update ExcelParser.php (#1047)

v2.1.8

09 Dec 19:40
Compare
Choose a tag to compare

Lumen support
Ability to set the active sheet index upon export

v2.1.7

10 Nov 14:17
Compare
Choose a tag to compare
  • 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 to CellWriter::setFontWeight() will result in bold text, so this enforces that it has to be either "bold" or true. Also, ternary isn't needed.
  • Fix borders for merged cell, for all write methods

v2.1.6

15 Sep 21:22
Compare
Choose a tag to compare
  • alias PHPExcel

v2.1.5

15 Sep 19:56
Compare
Choose a tag to compare
  • Maatwebsite\Excel\Excel as alias for excel in container

v2.1.4

28 Aug 20:26
Compare
Choose a tag to compare
  • Support Laravel 5.3

v2.1.3

19 Jul 12:10
Compare
Choose a tag to compare
  • 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

01 Mar 17:46
Compare
Choose a tag to compare
  • Support for text-indent value
  • Added an explicit row manipulation methods

v2.1.1

15 Dec 20:15
Compare
Choose a tag to compare
  • Queued chunks support for Laravel 5.0

v2.1.0

10 Dec 18:32
Compare
Choose a tag to compare
  • Queued chunks
  • Set encoding in ExcelFile