<p>
You can just add a number of unique formats as suggested in
the <a href="http://search.cpan.org/~jm
cnamara/Spreadsheet-WriteExcel/charts/charts.pod#METHODOLOGY
">methodology</a> section of the Charts
documentation.
</p>
<code>
$workbook->add_format(color => $_, bold => 1)
for 1 .. 5; # Increase as necessary
</code>
<p>
<br />
John.<br />
-- <br />
</p>
To write a respons, access
http://ww
w.cpanforum.com/response_form/2525
To see the full thread, access
http://www.cpanf
orum.com/threads/388
--
You are getting this messages from www.cpanforum.com
To change your subscription information visit http://www.cpanforum.
com/mypan/
|