RE: HSSFRichText

2007-03-14 Thread Theo Antonopoulos
14:00 To: POI Users List Subject: RE: HSSFRichText This still doesn't answer Theo's question. Is there something "bad" about using a String as the argument and having the method handle the conversion to HSSFRichTextString internally? It doesn't seem to make sense to forc

RE: HSSFRichText

2007-03-14 Thread David Henry
e is either a gain or the avoidance of a potential problem. - David -Original Message- From: Khanh Tran [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 8:55 AM To: 'POI Users List' Subject: RE: HSSFRichText Hi, Please use HSSFCell.setCellValue(new HSSFRichTextString(Stri

RE: HSSFRichText

2007-03-14 Thread Theo Antonopoulos
Hi, I know which method to use. What I am asking is why it was done this way? Thanks, Theo -Original Message- From: Khanh Tran [mailto:[EMAIL PROTECTED] Sent: 14 March 2007 13:55 To: 'POI Users List' Subject: RE: HSSFRichText Hi, Please use HSSFCell.setCel

RE: HSSFRichText

2007-03-14 Thread Khanh Tran
Hi, Please use HSSFCell.setCellValue(new HSSFRichTextString(String value)) instead. Regards, Khanh -Original Message- From: Theo Antonopoulos [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 8:50 PM To: POI Users List Subject: HSSFRichText Hi people, Anyone else a bit annoyed