Spreadsheet-WriteExcel - Re: Error Messages and Mangled sheet name

Posted on Fri Jun 23 18:07:18 2006 by jmcnamara in response to 2524 (See the whole thread of 8)
Re: Error Messages and Mangled sheet name

You can just add a number of unique formats as suggested in the methodology section of the Charts documentation.

$workbook->add_format(color => $_, bold => 1) for 1 .. 5; # Increase as necessary


John.
--

Direct Responses: 2537 | Write a response