Skip to content

Releases: spatie/simple-excel

3.0.0

09 Dec 09:48
f661a7a
Compare
Choose a tag to compare

What's Changed

Most notable changes

  1. Add support for openspout/openspout v4
  2. Drop support for openspout/openspout v3
  3. Add type hinting
  4. Removed useDelimiter on SimpleExcelWriter
  5. Removed headerRowFormatter on SimpleExcelReader

New Contributors

Full Changelog: 2.5.0...3.0.0

2.5.0

05 Dec 09:48
ebcc81b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0

09 Nov 11:29
1fa24c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

11 Oct 11:37
7415278
Compare
Choose a tag to compare

What's Changed

  • Use field delimiter only for csv reader by @dehbka in #111
  • Add function fromSheetName to read on specific spreadsheet name by @SpyBott in #117

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

02 Sep 13:32
c5048f5
Compare
Choose a tag to compare

What's Changed

  • Documentation for fromSheet and headerOnRow by @dakira in #102
  • Ability to set custom headers (whether or not headers exist in the file) by @kitbs in #103

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

09 Jun 19:57
5957719
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

06 Jun 15:49
Compare
Choose a tag to compare
  • move from box/spout to openspout/openspout

1.15.1

11 May 09:07
c3afcaa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.15.0...1.15.1

1.15.0

12 Jan 12:38
7b5a770
Compare
Choose a tag to compare
  • support Laravel 9

1.14.1

11 Jun 06:33
48b71e8
Compare
Choose a tag to compare
  • Allow trimming empty header titles (#64)