I am using Excel 2007
and it supports 1,048,576 rows but through my code it displays only 65,536 rows. If data is more than 65,536 rows I am getting the exception as Invalid row number (65,536) outside allowable range (0..65535).
I used HSSF API.how to display data more than 65,536 rows in Excel sheet with HSSF API only.