On Tue, 21 Oct 2014, ms_guruvai wrote:
I need to upload xslx file having more than 65536 lines with 25 columns in a single sheet and write in to DB table. I use XSSF Reader event handler API and OPCpacakage classes for both upload and read. When a file contains exactly 65536 rows or less it works fine, but when it exceeds 65536 rows, it's getting corrupted without any exception and table gets loaded with many rows missing.

It should work fine, and we've quite a few unit tests that cover it. Make sure you're not using a short as the row counter

Nick

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

Reply via email to