On 13/05/2010 10:25 PM, caesarmv wrote:
> Does xlwt have the ability to apply multiple formats to a cell?
No, and neither does Excel. What is possible is to have different fonts.
This applies only to to text cells and only to cells that are
constant. "Constant" in this instance means "not the result of a formula".
> I need to color some words in cell. Is this posible?
You can, in Excel, use fonts with different colours. You will be able to
have differently-coloured letters. The background will be fixed.
It has not been implemented. The patch perturbs the SST (shared string
table) which is one of the more crucial and most vaguely documented data
structures. It needs comprehensive focussed testing. None such was
supplied with the original patch. Some time later, another person agreed
after discussion of what was required, to write test scripts, went on
vacation, and has been uncontactable ever since.