DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9403>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9403 HSSFRow.cellIterator() returns row results in reverse order Summary: HSSFRow.cellIterator() returns row results in reverse order Product: POI Version: 1.5.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: HSSF AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When using the HSSFRow.cellIterator to traverse through a document, the column information is in reverse-sequential order. For example, if iterating through a document with data in two rows and three columns, the data will be in this order: (0,2),(0,1),(0,0),(1,2),(1,1),(1,0). The HSSFSheet.rowIterator properly iterates through the data in forward- sequential order. I duplicated this bug in the 1.5 release and the 1.6 build release. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
