Java - Excel - Oracle
Hi,
I am working on a project in which i have to achieve the following :-
Excel sheet cells must be read and stored in an Oracle database.
Excel sheets are manual filled by users of concerned department
ex Excel sheet shows above column (Example.xls)
Fruit NameQuantityCost
Mango212
Pear 418
I want that on running java gui ther is a swing button.
On pressing this button an excel instance open.
User select the file say for ex as on top (Example.xls)
There is one more button "Process".
On pressing this button,cells are read and stored in database
having attributes and matching datatype.
Please give me start .... as i am not aware of any such class which can be used to pick excel cells.

