Closed lollita closed 9 months ago
I have:
$headStyle = [ 'font' => ['style' => 'bold'], 'text-align' => 'center', 'vertical-align' => 'center', 'text-wrap' => true, 'height' => 36, ]; $sheet->writeHeader($fld, $headStyle);
all work except height. also sheet->setRowHeight(1, 36); in header not work
also sheet->setRowHeight(1, 36); in header work only if $sheet->writeHeader($fld);
how to do?
Which version are you using? I tested it on the latest version and found no errors, the row height is set correctly
I have updated and it now work. Ty.
I have:
all work except height. also sheet->setRowHeight(1, 36); in header not work
also sheet->setRowHeight(1, 36); in header work only if $sheet->writeHeader($fld);
how to do?