Quantcast
Channel: PHPExcel Forum Rss Feed
Viewing all articles
Browse latest Browse all 2707

New Post: Issue with duplicateStyle in version 1.7.9?

$
0
0
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?

Viewing all articles
Browse latest Browse all 2707


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>