Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

POI 1

Status
Not open for further replies.

keenanbr

Programmer
Joined
Oct 3, 2001
Messages
469
Location
IE
I want to use java to update excel spreadsheets. It was suggested to me to download the POI API from jakarta. I've downloaded this but what do i do with the download in order to use it.
 
yes, but what do i do with the download. I've unzipped it. Is there some install procedure or something that i need to do in order to use it. I can understand the documentation but i don't see anything on installing it ao what the ?*&%^$£ do i do with it
 
All you have to do is put .jar file in your classpath, for example:

I'm using POI 1.5.1:

C:\TestAPI ------>POI ------->build ------>jakarta-poi-1.5.1-final-20020615.jar

So to use this API I would do the following:

Java -classpath C:\TestAPI\POI\build\jakarta-poi-1.5.1-final-20020615.jar MyProgram

If you downloaded the source version use ANT to build. I you just download the binary version.

Hope this helps.
 
You can use a package called jxelapi which is used written for excel-java bridge. you can download it from It is simple to use just refer it's doc file which has simple examples in it.
I have used it in my Projects in current company, If u require any help contact me at vikas.chougale@learningmate.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top