aspose file tools
The moose likes Beginning Java and the fly likes Export data from Excel to database using JAVA Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Export data from Excel to database using JAVA" Watch "Export data from Excel to database using JAVA" New topic
Author

Export data from Excel to database using JAVA

renu richard
Ranch Hand

Joined: Oct 06, 2008
Posts: 116
Hi,

I am a beginner in JAVA world. I want to develop a tool using JAVA which exports the data from Excel sheet to database. Can anyone help me by giving advice on where should i start with? and what all i can use in JAVA to make this tool ?


Cheers,
Richard
Brian Lang
Ranch Hand

Joined: Oct 21, 2008
Posts: 43
Do a search for 'Java Excel' in Google or your favorite search engine. You'll find several results to get you started. Choose a database, one that you will likely connect to via JDBC, and off you go.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35236
    
    7
A library like Apache POI or jExcelApi can help with reading the file. Then you can use JDBC to transfer the data to a DB.


Android appsImageJ pluginsJava web charts
renu richard
Ranch Hand

Joined: Oct 06, 2008
Posts: 116
Hi ULF,
Where can i find Apache POI.jar file. Many Thanks!!
Actually i am trying to read the data from the XML and putting it in spreadsheet. For which i need POI.jar.
kranthi chamarthi
Ranch Hand

Joined: May 08, 2007
Posts: 82
Doing a little search in google will take you to this web page Apache Poi where you can find the download link. As per your requirement you should parse the XML document using XML parsers(SAX or DOM) and then using the apache POI api, enter the data into Excel.
renu richard
Ranch Hand

Joined: Oct 06, 2008
Posts: 116
Hi,

I downloaded poi-bin-3.2-FINAL-20081019.zip file and set it in my classpath.

But, then when i run my java program XMLtoExcel.java, i am getting the below error.
Run in Eclipse:

Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object

Compile through command prompt :

javac XMLToExcel.java
Note: XMLToExcel.java uses or overrides a deprecated API.
Note: Recompile with -Xlint eprecation for details.

[ November 17, 2008: Message edited by: renu richard ]
[edit]Disable smilies. CR[/edit]
[ November 17, 2008: Message edited by: Campbell Ritchie ]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Export data from Excel to database using JAVA
 
Similar Threads
extracting from Access to Excel ( via java tool)
extracting from Access to Excel ( via java tool)
XY chart in Excel
Excel File opening
Squirrel SQL Client Issue