DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44246>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44246
------- Additional Comments From johnjaylward@yahoo.com 2008-01-16 08:40 -------
(In reply to comment #2)
> I think the problem may be that some of the data that is
> pulled back is null valued, and I'm setting that to the xls cell, but I'm unsure.
re-looking at my code, I do not set a value for a cell in which my returned DB
data is null or an empty string. So it's possible that some cell data in the
middle of a column is in an unset state. i.e.
Row# | Column 1
1 | test val
2 |
3 | test val3
where row 2 column 1 has not called cell.setCellValue() before calling
sheet.autoSizeColumn()
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org
|