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

Alain Fagot Bearez <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #3 from Alain Fagot Bearez <[email protected]> ---
It seems that your code is closing your workbook inside the while loop. Being
so, on second attempt to get a row from your sheet, the exception is raised
since no reading is allowed from a closed document.

I recommend three actions:
  1. update your dependencies to POI 3.17;
  2. move the two last lines of the while loop outside of the loop;
  3. report about your progress on this ticket.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to