Laravel Excel Style with CSS not working while exporting view
问题 I am trying to export view using laravel Excel 3.1. While the export is working, I am not being able to style it. My laravel Export looks as: <?php namespace App\Exports; use Illuminate\Contracts\View\View; use Maatwebsite\Excel\Concerns\FromView; use Maatwebsite\Excel\Concerns\WithEvents; use Maatwebsite\Excel\Concerns\RegistersEventListeners; use Maatwebsite\Excel\Events\AfterSheet; class MatrixExcelExport implements FromView, WithEvents { use RegistersEventListeners; protected $data,