Two final (I hope) questions. One, is this how Excel stores all rich text in a xls file? It seems like a weird way to do this.
Two, does it support the \img tag which would provide a way to include images. thanks - dave -----Original Message----- From: Sullivan, Sean C - MWT [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 3:01 PM To: POI Users List; [EMAIL PROTECTED] Subject: RE: Why no rich text? Have you explored the HSSFTextbox and the HSSFRichTextString classes? http://jakarta.apache.org/poi/apidocs/org/apache/poi/hssf/usermodel/HSSF Textbox.html http://jakarta.apache.org/poi/apidocs/org/apache/poi/hssf/usermodel/HSSF RichTextString.html > -----Original Message----- > From: David Thielen [mailto:[EMAIL PROTECTED] > Sent: Monday, December 06, 2004 1:59 PM > To: POI Users List > Subject: Why no rich text? > > Hi; > > If I build the rich text myself, is there any way to set the contents of a > cell with it? (I have the code to create rtf.) > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
