What i need to read Excel 2007 ( .xlsx ) extension in JAVA? [duplicate]
Possible Duplicate:
Read xlsx file in Java
I am trying to read excel sheet 2007 by java
I want to know what i need of libraries and JAR files to open and read the sheets
Thanks for help
Apache POI - the Java API for Microsoft Documents. Supports xlsx format.
Try Apache POI.
精彩评论