yajra / laravel-datatables-export

Laravel DataTables Export plugin that uses queue, spout and livewire for bulk data export.
MIT License
30 stars 18 forks source link

PHPSpreadsheet Constant issue #65

Open dhutapratama opened 6 days ago

dhutapratama commented 6 days ago

Summary of problem or feature request

image seems that some changes applied to the dependency and broke this package.

Code snippet of problem

composer update

System details

yajra commented 2 days ago

You need to republish the config, force update is needed due to CVE issue https://github.com/yajra/laravel-datatables-export/pull/63

php artisan vendor:publish --tag=datatables-export --force