On Fri, 4 Apr 2008, [EMAIL PROTECTED] wrote:
I need to create an Excel spreadsheet where in one cell there could be different formatting styles, i.e. let the phrase be

The string contents of cells are actually HSSFRichTextStrings. You can style these however you want

http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html#getRichStringCellValue()
http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFRichTextString.html

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to