Github: https://github.com/yajra/laravel-datatables-export
This package is a plugin of Laravel DataTables for handling server-side exporting using Queue, OpenSpout and Livewire.
composer require yajra/laravel-datatables-export -W
The package also requires batch job:
php artisan queue:batches-table
php artisan migrate
Yajra\DataTables\ExportServiceProvider::class
$ php artisan vendor:publish --tag=datatables-export --force