HSSF is the POI Project's pure Java implementation of the Excel '97(-2007) file format. XSSF is the POI Project's pure Java implementation of the Excel 2007 OOXML (.xlsx) file format.
Are there any export limitations when using HSSF?
I've once read somewhere that Excel '97 just supported <65.000 Entries
.
Is it safe to use HSSF to export excel sheets with more than 65.000 Entries, or why would I use XSSF?