I've noticed org.apache.poi.hssf.usermodel.HSSFCell.setCellValue (String value) is deprecated in preference of setCellValue (HSSFRichTextString value) - I'm wondering if there's a reason why it needs to be deprecated, rather than kept around as a convenience method that wraps strings automatically, as that would seem like it would save quite a lot of unnecessary work...

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

Reply via email to