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 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.
Using:
POI 3.9 jars
poi 3.9
poi xml 3.9
poi ooxml schemas 3.9
ooxml_schemas 1.1
xmlbeans 2.3
Is there a limitation on the number of rows that these libraries can process?