I would like to read excel file of 400k rows max using java or spring efficiently.Right now we are using Apache POI to read files and process it took more than 15 minutes . Iam running out of ideas , Can anyone please help me process this huge file efficiently using Java related tech stack ?
EDIT : IS there a way to sort rows based on a particular Integer column , with a minimum memory usage using Apache POI.