RE: There has got to be a way

2007-05-02 Thread David Henry
Levi, I haven't dug through all your code and spreadsheet, but have you considered what the definition of "blank" is? In many similar circumstances I have found that relying upon isBlank, for example, may not be sufficient if you have a mix of true blank (i.e. value) cells and cells with zero l

RE: HSSFRichText

2007-03-14 Thread David Henry
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 force this change on existing code unless there is either a gain or the avoidance

RE: Unable to display workbook in JSP

2007-02-23 Thread David Henry
I, too, had this problem and ended up just putting my HSSF code into a servlet and calling it in my JSP. Sorry, no help, but it worked fine this way. - David -Original Message- From: Siwicki, Grace [mailto:[EMAIL PROTECTED] Sent: Friday, February 23, 2007 5:29 PM To: poi-user@jakarta.ap