I want to read ms-excel file in java and I’ve also downloaded the compressed file containing ‘poi’ api by Apache( on the site http://jakarta.apache.org/poi) but where actually to unzip it? means in which path?? whether in org.Apache or somewhere else??
Share
I just unpacked it in the same directory as my NetBeans project and created a library as shown here.
Addendum: Download the preferred file from Apache Poi and unzip it in a convenient place such as your project directory. I added
poi-3.6-20091214.jaras a new library from my NetBeans project directory.Building form the command line is straightforward, too.