I have a big problem with Apache POI.
A B C D
1 text text text text
2 comment
3 text text text text
In this example row 2 is empty, C2 has no text, but a comment.
If I want to get row 2, POI will return null.
How can I get a comment from an empty cell in an empty row?