All notable changes to simple-excel
will be documented in this file
- Documentation for fromSheet and headerOnRow by @dakira in spatie#102
- Ability to set custom headers (whether or not headers exist in the file) by @kitbs in spatie#103
- @kitbs made their first contribution in spatie#103
Full Changelog: https://github.com/spatie/simple-excel/compare/2.1.0...2.2.0
- Implement headerOnRow method by @ArondeParon in spatie#89
- @ArondeParon made their first contribution in spatie#89
Full Changelog: https://github.com/spatie/simple-excel/compare/2.0.0...2.1.0
- move from box/spout to openspout/openspout
- Update README.md by @vdvcoder in spatie#80
- Typo by @saurabhsharma2u in spatie#83
- Allow for selecting sheet by number by @dakira in spatie#86
- @vdvcoder made their first contribution in spatie#80
- @saurabhsharma2u made their first contribution in spatie#83
- @dakira made their first contribution in spatie#86
Full Changelog: https://github.com/spatie/simple-excel/compare/1.15.0...1.15.1
- support Laravel 9
- Allow trimming empty header titles (#64)
- Allow all forms of callables to format header (#63)
- drop support for PHP 7
- make sure
getHeaders()
take delimiter in account (#57)
- add
getHeaders()
(#52)
- add
headersToSnakeCase
andformatHeadersUsing
- enable disabling BOM on writer (#48)
- use setHeaderStyle fluently (#47)
- enable header row trimming (#46)
- allow setting the writer/reader type manually (#43)
- add support for PHP 8
- add Header Styling Method (#39)
- fix
skip
method
- add 'take' and 'skip' functions to reader (#35)
- allow Laravel 8
- make
addRows
chainable
- add
addRows
- wrong tag, please ignore
- Add
useDelimiter
method forSimpleExcelWriter
(#25)
- Fix columns being returned in the wrong order
- drop support for PHP 7.3
- make sure
streamDownload
does not create a file
- add
streamDownload
andtoBrowser
- add
getPath
- initial release