| Article: |
Reading and Writing Excel Files with POI | |
| Subject: | Use POI | |
| Date: | 2004-07-28 15:30:04 | |
| From: | arpanshah78 | |
|
Thank you for this wonderful article. But anyone tell after I download zip file from internet, how can I use the POI. There should be some classpath set so that when we compile java program that uses POI package, the compiler knows where to find the package.
|
||
Showing messages 1 through 1 of 1.
-
Use POI
2005-01-18 19:07:11 Namrata [View]



you just have to add the file called "poi-2.5.1-final-20040804.jar" to your classpath ...note that filename may vary depending upon the version you have downloaded for the poi package .
i would suggest you to download the latest vesion from jakarta POI binary realease page which is
1.download "poi-bin-2.5.1-final-20040804.zip"
file
2.extract it to the folder say
c:\poi-bin-2.5.1-final-20040804
3. and then simply add to the classpath..
"c:\poi-bin-2.5.1-final-20040804\poi-2.5.1-final-20040804.jar"
thats it .
Namrata Ganatra