|
Subject:
|
reading excel file in java
|
|
Posted By:
|
uttam.mca
|
Post Date:
|
7/14/2006 2:09:55 PM
|
hi all, please provide me code or help to read records from excel file and insertion in oracle,how can i do this... uttam(INDIA)
|
|
Reply By:
|
panacea
|
Reply Date:
|
7/14/2006 7:29:55 PM
|
Jakarta POI allows you to programmatically read Microsoft Office formats, such as Microsoft Excel. http://jakarta.apache.org/poi/
Once you've read them into your Java runtime, use JDBC to output the data to Oracle.
Jon Emerson http://www.zoominfo.com/JonEmerson
|