Spreadsheet::WriteExcel is wonderful, thanks for the great work.
I've been asked to program something I don't think it can do, that is,
write text strings with intra-string formatting.
For example I'd like to put in text strings that are partly but not
completely underlined. In HTML-speak this might be, for example
<U>Note:</U> Percentages may not total to 100 due to rounding
error.
Excel itself (even the old Excel 2000 I use) can be persuaded to do
this. Can I get WriteExcel to it?
I don't believe I can switch to WriteExcelXML, because the readers of
the stuff I'm generating have older versions of Excel. Correct me if
this isn't right.
Thanks for your wisdom!