Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
$fontStyle = [
'font' => [
'bold' => true,
'color' => ['rgb' => "FF0000"],
'size' => 15,
'name' => "Verdana"
]
];
$workbook->getActiveSheet()
->getStyle("F1:G1")
->applyFromArray($fontStyle);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question