Level 3
Oct 8, 2017
1
Level 3
Merge cells in laravel excel export.
I am exporting excel like this. I ant the C field to be of 3 columns.
$array = ['A','B','C','D'];
$sheet->fromArray(array(
$array
), null, 'A1', false, false);
Please or to participate in this conversation.