how do i interface java with excel. Can i write the o/o of a program to a excelfileCan anyone please help me.Iam learning Java and my aim is to establish some connection between the programand excel file.
u have to use I/O streams.then u can import that file in java.
I've used the jexcel api which was created by AndyKhan (I think). Just google jexcel and you'll findit.
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/.../