Nayjest / Grids

Grids framework for Laravel
MIT License
203 stars 77 forks source link

ExcelExport #224

Open rajib3t opened 3 years ago

rajib3t commented 3 years ago

Hi, I am using Laravel 8 and PHP 8 "maatwebsite/excel": "^3.1", Excle export is not working Call to undefined method Maatwebsite\Excel\Excel::create()

Eloar commented 1 year ago

@rajib3t as of v2.0.4 you may use new PhpSpreadsheetExport component to solve that issue.