https://bz.apache.org/bugzilla/show_bug.cgi?id=57523

Javen O'Neal <one...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #5 from Javen O'Neal <one...@apache.org> ---
Moving back to WORKSFORME. See Dominik's unit test in r1749267.

Please reopen if you provide a simplified test-case that could allow us to
reproduce a problem. The while loop and two rowIterator consumers are likely to
cause an indexing problem. You should try rewriting your code using the
for-each row iterator "for (Row row : sheet) { }" for simpler code.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to