Grids icon indicating copy to clipboard operation
Grids copied to clipboard

ExcelExport

Open rajib3t opened this issue 3 years ago • 1 comments

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()

rajib3t avatar Aug 15 '21 14:08 rajib3t

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

Eloar avatar Dec 22 '22 10:12 Eloar