Releases: spatie/simple-excel
Releases · spatie/simple-excel
3.7.0
What's Changed
- Improve the wording and fix a typo about automatically detecting headers. by @timmch in #174
- Fix README sheetExists() should be hasSheet() by @damonzocp in #175
- Add XLSX option helpers to SimpleExcelReader by @brodos in #178
New Contributors
- @timmch made their first contribution in #174
- @damonzocp made their first contribution in #175
- @brodos made their first contribution in #178
Full Changelog: 3.6.0...3.7.0
3.6.0
What's Changed
- CSV stream callback fixed by @rakibhoossain in #170
New Contributors
- @rakibhoossain made their first contribution in #170
Full Changelog: 3.5.0...3.6.0
3.5.0
3.4.0
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #164
New Contributors
- @laravel-shift made their first contribution in #164
Full Changelog: 3.3.0...3.4.0
3.3.0
What's Changed
- Add the option to check if a sheet exists by name by @pascallieverse in #158
New Contributors
- @pascallieverse made their first contribution in #158
Full Changelog: 3.2.1...3.3.0
3.2.1
What's Changed
- Add some documentation to explain how to change column widths by @dakira in #146
- Update README.md by @EkoGit-777 in #148
- Add documentation for closing the file manually when necessary by @RayDabbah in #155
- Fix openspout backwards compatibility change that stops parsing formulas by @dakira in #156
New Contributors
- @EkoGit-777 made their first contribution in #148
- @RayDabbah made their first contribution in #155
Full Changelog: 3.2.0...3.2.1
3.2.0
What's Changed
- Fix workflow badge in README by @nelson6e65 in #135
- Allow
shouldAddBom
instreamDownload
by @mariomka in #141
New Contributors
- @nelson6e65 made their first contribution in #135
- @mariomka made their first contribution in #141
Full Changelog: 3.1.0...3.2.0
3.1.0
What's Changed
- Updated Upgrade.md. For replace StyleBuilder to Style since its been … by @GekkeGlennDev in #134
- Allow delimiter in streamDownload() by @lukasleitsch in #132
New Contributors
- @GekkeGlennDev made their first contribution in #134
- @lukasleitsch made their first contribution in #132
Full Changelog: 3.0.1...3.1.0
3.0.1
What's Changed
- Doc Correction : adding-layout by @jeremysalmon in #129
- Doc Update : OpenSpout Doc Link from 3.x to 4.x and How to make border by @jeremysalmon in #130
- add support for laravel 10 by @ankurk91 in #131
New Contributors
- @jeremysalmon made their first contribution in #129
- @ankurk91 made their first contribution in #131
Full Changelog: 3.0.0...3.0.1
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