Hi!
I'm trying to generate an excel file from my java application using jxl. I'd like to know how I can have more than 1 format for a single cell. This sounds vague... Let me give you an example:
Cell A1 has data: hello world!
I want 'hello' to be in red and bold while 'world!' to be in black.
How can I do this in jxl? In jxl, are cells limited to having one WritableCellFormat which it applies to the entire content of the cell?
Thanks in advance!
Start Free Trial