Reading the Excel Sheet and Write it into Oracle DB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vtangella
    New Member
    • Sep 2008
    • 1

    Reading the Excel Sheet and Write it into Oracle DB

    Hi Guys!

    Here i am using Apache POI for reading the Excel sheet in java and then i am capturing the excel sheet data into a ArrayList and then i am storing it in DB.

    Any Other way to store the Excel data directly into the DB.

    It's urgent
    please send me ur views as early as possible

    thanks in advance
    Last edited by JosAH; Sep 19 '08, 01:39 PM. Reason: removed the [b] ... [/b] tags; they made your eyes bleed
  • MarkoKlacar
    Recognized Expert Contributor
    • Aug 2007
    • 296

    #2
    Hi,

    An API I use is the JExcelApi. I've never used Apache POI. JExcel has worked perfectly fine for me.

    /MK

    Comment

    Working...