Missing cells in imported data. #219
-
Hi all I am getting a null pointer exception looping through imported cells from Excel in my Java app. Analysing the code in the debugger, one can indeed see that these cells have not been read: As can be seen cell 16 is missing completely. This column is not hidden on the Excel spread sheet, in fact there is nothing special about it. As can be seen on the row below it where it imported: I am using the following versions of the libraries:
Why would this happen? |
Beta Was this translation helpful? Give feedback.
Answered by
georgelappies
Oct 5, 2022
Replies: 1 comment
-
Answering my own question with this link from the docs: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
georgelappies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answering my own question with this link from the docs:
https://poi.apache.org/components/spreadsheet/quick-guide.html#Iterate+over+cells%2C+with+control+of+missing+%2F+blank+cells