Releases: spatie/simple-excel
Releases · spatie/simple-excel
3.0.0
What's Changed
- V3 with PHP 8.2 support by @Nielsvanpach in #128
Most notable changes
- Add support for openspout/openspout v4
- Drop support for openspout/openspout v3
- Add type hinting
- Removed
useDelimiter
on SimpleExcelWriter - Removed
headerRowFormatter
on SimpleExcelReader
New Contributors
- @Nielsvanpach made their first contribution in #128
Full Changelog: 2.5.0...3.0.0
2.5.0
What's Changed
- Added addHeaderFromArray method to the SimpleWriter by @bedus-creation in #125
New Contributors
- @bedus-creation made their first contribution in #125
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- Refactor tests to Pest by @alexmanase in #123
- Add optional styling when adding multiple rows to xslx by @chrisdicarlo in #122
- Add new sheet to XLSX with Header-Row by @red-freak in #124
New Contributors
- @alexmanase made their first contribution in #123
- @chrisdicarlo made their first contribution in #122
- @red-freak made their first contribution in #124
Full Changelog: 2.3.0...2.4.0
2.3.0
2.2.0
2.1.0
What's Changed
- Implement headerOnRow method by @arondeparon in #89
New Contributors
- @arondeparon made their first contribution in #89
Full Changelog: 2.0.0...2.1.0
2.0.0
- move from box/spout to openspout/openspout
1.15.1
What's Changed
- Update README.md by @vdvcoder in #80
- Typo by @saurabhsharma2u in #83
- Allow for selecting sheet by number by @dakira in #86
New Contributors
- @vdvcoder made their first contribution in #80
- @saurabhsharma2u made their first contribution in #83
- @dakira made their first contribution in #86
Full Changelog: 1.15.0...1.15.1
1.15.0
- support Laravel 9