A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Databases
»
JDBC
Author
exporting data from spreadsheets to oracle
sathish pancha
Greenhorn
Joined: Jan 24, 2009
Posts: 1
posted
Jan 24, 2009 03:13:07
0
how to export data from spreadsheets to orcle
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
Jan 24, 2009 05:38:38
0
Use Apache POI HSSF or Andy Khan JExcelAPI to extract data from
Excel
sheets into useable Java objects. Finally use the
JDBC
API to persist data in the database.
Code depot of a Java EE / JSF developer
|
JSF / Eclipse / Tomcat kickoff tutorial
|
DAO kickoff tutorial
|
I ♥ Unicode
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: exporting data from spreadsheets to oracle
Similar Threads
Read a .xls,.xlsx file format using XSSF
creating a DSN
adding data to an existing spreadsheet
data from data base to excel in servlet
getting data from excel with poi
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter