Re: XSSFEvaluationWorkbook.getSheet can throw ArrayIndexOutOfBoundsException
Andreas Reichel <[email protected]> Sun, 31 Oct 2021 15:39:30 +0700
| Newsgroups | gmane.comp.jakarta.poi.user |
|---|---|
| Message-ID | <0daeee1a0f8edb0cc77fc0b46b11afb77b10fd72.camel@manticore-projects.com> |
On Sun, 2021-10-31 at 00:29 +0700, Andreas Reichel wrote: > but I still maintain my point, that I have added all > the sheets first before I evaluated anything. Dominik and Team, unfortunately I stand corrected: I ran this against large data many times since yesterday and have never been able to reproduce this error again -- since I strictly create the Evaluator at the very end now and after adding Sheets or Cells. I can only assume, that I observed that error exclusively when the Evaluator was created at the top (after creating the workbook and before creating the sheets). Maybe I got confused since, because my primary focus was more about Financial Reporting but not so much on writing/testing POI related code. We can rest this issue, sorry for taking your time. Warm regards Andreas