Welcome to Dream.In.Code
Getting C# Help is Easy!

Join 136,543 C# Programmers for FREE! Get instant access to thousands of C# experts, tutorials, code snippets, and more! There are 1,855 people online right now. Registration is fast and FREE... Join Now!




Excel to Database

 
Reply to this topicStart new topic

Excel to Database

reCoded
18 Aug, 2008 - 05:32 PM
Post #1

D.I.C Head
**

Joined: 25 Feb, 2008
Posts: 159

Hey all,

I have a question. I am trying to take an excel file get the information from the file and then enter that information into a database (MySQL). I am wondering how difficult would this be to accomplish? Also if anyone knows of any examples I can look at that would be great.

Thanks,
reCoded.
User is offlineProfile CardPM
+Quote Post

Footsie
RE: Excel To Database
19 Aug, 2008 - 12:14 AM
Post #2

D.I.C Regular
Group Icon

Joined: 20 Sep, 2007
Posts: 305



Thanked: 4 times
Dream Kudos: 50
My Contributions
You would have to do something like this I think:
Excel files can be saved/exported as CSV files (comma separated value). You can then read it and split the values on the comma.
Then add them to an xml document as fields. Add that to a dataset and update/ insert into your mySql database.

It'll take a bit of code but won't be too hard I don't think.

Take a look at System.IO.

There are 3 tutorials here at DIC about this sort of thing:
PsychoCoders tutorials

Hope it gets you going.
User is offlineProfile CardPM
+Quote Post

reCoded
RE: Excel To Database
19 Aug, 2008 - 08:34 AM
Post #3

D.I.C Head
**

Joined: 25 Feb, 2008
Posts: 159

I actually just took the excel file and took out data in each field and throw the data into a textbox. So far it works now I just need to connect to mysql database and throw in the info. Shouldn't be too complicated from here on out.

Thanks,
reCoded
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/2/08 10:47PM

Live C# Help!

C# Tutorials

Reference Sheets

C# Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month