On Thu, 20 Oct 2011, drummond wrote:
I would like to be able to make some of the text in a cell *bold*, but not the entire cell. Excel allows you to do this...is there any way of doing it using poi hssf ?

The main class you're probably looking for is RichTextString:
http://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/RichTextString.html

There's an example of making part of a text cell italic and underlined in this guide entry:
http://poi.apache.org/spreadsheet/quick-guide.html#DrawingShapes

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to