I need to read an Excel 2007 XLSX file in a Java application. Does anyone know of a good API to accomplish this task?
AFAIK there are no xlsx-libraries available yet. But there are some for old xls:
One library is jxls which internally uses the already mentioned POI.
2 other links: Handle Excel files, Java libraries to read and write Excel XLS document files.