Hello,

I'm working on making extraction of some excel files (very large files), 
using XSSF + SAX.

I've used some tests files, specifically one that contained thousands of rows 
of data. I only wanted to keep few of them, so I deleted all the content from 
the 20th row. When I process this excel file, I see that since the 21th row, 
every row I processed, with empty results obviously. 

I would rather expect to have this process finished. Is there anyway to say 
to the XSSF processor not to enter this empty rows?

I suppose there is a relation with the fact that the file contained more data 
in this rows before, but this is a real case that our end users could do.

Thanks for your help.

Kind regards,
Enrique


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to