Please prefix your issue with one of the following: [QUESTION].
"maatwebsite/excel": "~2.1.0" ,"Laravel 5.3"
The red colour is wrong . $sheet->with(collect($array)); start from row 1.
You have to use fromArray for that: $sheet->fromArray($array, null, 'A8')
Most helpful comment
You have to use fromArray for that:
$sheet->fromArray($array, null, 'A8')