How to use Apache POI?

Can anyone tell me how to use Apache POI??I went through http://poi.apache.org/ but cannot understand anything.I don't know how to implement.Please help me out.

View Answers

February 24, 2012 at 4:56 PM

Download zip file from the following link:

http://download.nextag.com/apache/poi/release/bin/

Then put the poi-3.2-FINAL-20081019.jar,poi-contrib-3.2-FINAL-20081019.jar and poi-scratchpad-3.2-FINAL-20081019.jar files into the following path:

\Java\jdk1.7.0\lib
\Java\jdk1.7.0\jre\lib
\Java\jdk1.7.0\jre\lib\ext
\Java\jre7\lib
\Java\jre7\lib\ext

Then restart the compiler and try the examples from the following link:

Apache POI Examples









Related Tutorials/Questions & Answers:
Advertisements