Cheers,# Add and define a format my $header = $workbook->addformat(); # Add a format ... $header->set_bg_color('yellow'); ... $worksheet->write($row, $col++, $_, $header) for @fields;
In reply to Re: Changing the background color of an excel cell
by jonix
in thread Changing the background color of an excel cell
by mike5091231
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |