- Performance improvement #27
- Add feature to set sheet name #25
- Fix compatibility with PHP7.4 and DataTables v9 #24
- Add github actions ci/cd #21
- Add phpstan
- Add php-cs-fixer
- Add basic tests
- Fix prioritization of expected formats
- Fix days old purge config is always 1 day
- Add ability to force cell as text. #22
- Migrate to OpenSpout v3 #20
- Add option to use cursor or lazy to iterate with the results #17
- Fix export error when path does not exist yet
- Fix [Feature Request] Make storage path configurable #16
- Use lazy to fix support with eager loaded relations.
- Add support for L9
- Fix export title, strip html tags.
- Use CellTypeHelper to determine date values.
- Use box/spout instead of Laravel Excel. #13
- Add support for number format and text with leading zeroes.
- Fix export when used with Eloquent Builder. #12
- Fix support for Query Builder.
- Fix render method override #11
- Passing attributes with self::class #10
- Allow reconstruction of DataTable instance with custom attributes set via controller.
- Add cast to array for variable $row. #9
- Add support for DB Query.
- Add batch job name. #6
- Set default export to xlsx. #7
- Add option to set exportFormat from Column builder. #3
- Add ability to auto-detect date fields / formats. #3
- Initial version release.
- Queued Export using Laravel Excel.