[GUMP] Build Failure - jakarta-poi

2002-09-06 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml -init: [echo] [echo] ---

DO NOT REPLY [Bug 12345] - HSSF api reads extra column and extra rows from an excel file

2002-09-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

HSSF api reads extra column from an excel file - change doc or code?

2002-09-06 Thread Elvira Gurevich
per Andy's suggestion, I am putting this question on the forum: reading an xls file, row.getLastCellNum() returns one over. For example, if there is only one cell, the first will be 0, and the last will be 1, which makes 2 altogether. If it is by design, it should be documented. this was reported

DO NOT REPLY [Bug 12102] - [PATCH] HSSF Convenience Methods

2002-09-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12102] - [PATCH] HSSF Convenience Methods

2002-09-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

Re: HSSF api reads extra column from an excel file - change doc orcode?

2002-09-06 Thread Glen Stampoultzis
Elvira Gurevich wrote: > per Andy's suggestion, I am putting this question on the forum: > reading an xls file, row.getLastCellNum() returns one over. For example, if > there is only one cell, the first will be 0, and the last will be 1, which > makes 2 altogether. If it is by design, it should be