Hi all
I've update PHPExcel version to 1.7.9. Then i have an issue with duplicateStyle function. The function does not replace the correct style in cells destination.
$tmp_style = $objPHPExcel->getActiveSheet()->getStyle("H3");
$objPHPExcel->getActiveSheet()->duplicateStyle($tmp_style, "C2:C7");
In H3 I've a blue cell with white font. The result is in the range C2:C7 the class replace che style with the default excel bgcolor (transparent) and font to black.
What can I do?
I've update PHPExcel version to 1.7.9. Then i have an issue with duplicateStyle function. The function does not replace the correct style in cells destination.
$tmp_style = $objPHPExcel->getActiveSheet()->getStyle("H3");
$objPHPExcel->getActiveSheet()->duplicateStyle($tmp_style, "C2:C7");
In H3 I've a blue cell with white font. The result is in the range C2:C7 the class replace che style with the default excel bgcolor (transparent) and font to black.
What can I do?