http://www.perlmonks.org?node_id=971958


in reply to Re: How to Modify and Rewrite Excel Files in perl
in thread How to Modify and Rewrite Excel Files in perl

I am getting format of cell but i am unknown about the actual properties. Because i have to use same format for other cell if bg_color=red. I am using code below to get format..
# Get the format from the cell my $format = $template->{Worksheet}[$sheet] ->{Cells}[$row][$col] ->{FormatNo};