You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Rafael Barrera Oro <bo...@gmail.com> on 2011/07/04 19:07:29 UTC

sheet returns empty rowIterator

Hello!

I have the following problem, i am working with a xls file (generated with
MS Office) which i know contains data and nevertheless the iterator returned
by the rowIterator method is empty. No exception is thrown so i can't tell
what's wrong.

The weird part is that if i open the document with Open Office, copy all
rows and paste them into a new document which i then save as a xls file, the
problem disappears...

I have no clue whatsoever of what is going on... so i though i'd ask you
guys

thanks in advance

Rafael