Is there a way to freeze the first row of the excel with Laravel Excel 3.1? [closed]
I´m using maatwebsite/excel 3.1 in Laravel 5.8 project. I need to set the first row fixed when exporting the excel. What was known in version 2.1 as Freeze rows. Excel::create(‘Filename’, function($…