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
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
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