Choosing an excel java api [closed]
All I need to do is open an MS excel sheet - not sure which kind yet (2003, 2007, etc.) - and parse the information in each row into an object. I'm performing only readonly operations. out of Apache POI , JExcelAPI , or OpenXLS which is best for this task? I'd rather not find out about anymore api's but if you're certain that none of these are the best then I'll take your input. I have used POI only but found it to be simple to use and work as advertised. I do NOT recommend OpenXLS. I used it for a little while but became very frustrated by the limits of the free version. If you want to write