When I was testing my program, I noticed a fault in it.
When it is reading in an excel file, it doesn't take the empty cells with it.
So all my output is moved up, while that is realy Not allowed.
The same problem this guy/girl has:
java - How to get an Excel Blank Cell Value in Apache POI? - Stack Overflow
Now it also show the answer.
But I have no clue about where to put that in my code?
Since his/her code only needs to print it.
I was thinking myself in that while (rows1.hasNext()) { loop.
But I am nt too sure now.
I also tried several things, but it all doesn't work.
xD