Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

how do i interface java with excel

  Asked By: Jody    Date: Feb 25    Category: Java    Views: 1760
  

how do i interface java with excel. Can i write the o/o of a program to a excel
file

Can anyone please help me.

Iam learning Java and my aim is to establish some connection between the program
and excel file.

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Herbert Weaver     Answered On: Feb 25

u have to use I/O streams.
then u can import that file  in java.

 
Answer #2    Answered By: Richie Smith     Answered On: Feb 25

I've used the jexcel api which was created by Andy
Khan (I think). Just google jexcel and you'll find
it.

 
Answer #3    Answered By: Vineet Rao     Answered On: Sep 13

JExcel API is an excellent API for handling Excel files in Java. There are some limitations, but if that's not a problem for you I will strongly recommend it.

You can find more details about how to use this API on quicklyjava.com. Here is a link to tutorial samples:

www.quicklyjava.com/.../

 
Didn't find what you were looking for? Find more on how do i interface java with excel Or get search suggestion and latest updates.




Tagged: