Spreadsheet-WriteExcel - how to set font within this class?

Posted on Wed Apr 18 20:27:59 2007 by bleepster
how to set font within this class?

I need to change the font (actually color) of the text written to a spreadsheet element.

Something like this:

my $format1 = $book->add_format() $format1->set_font->{ColorIndex} = 3

Is there a set_font method or some other that allows changing color of element?

Thanks

Direct Responses: 4931 | Write a response