If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Using an ASP page to import an excelsheet into mySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-09-03, 14:06
Cobbyness Cobbyness is offline
Registered User
 
Join Date: Mar 2003
Posts: 8
Question Using an ASP page to import an excelsheet into mySQL

I was wondering if anyone could tell me how to do this, or a website that contains an example. I have been unable to found one so far.

I want to have a user go to a ASP which allows them to select an excel file(this will ALWAYS be in the same format), take that excel file and import it into a mySQL database, then I will do some sorting and filtering out of data and redisplay an excel page on the browser where they will have the option to save the new data.

I can display the data from a table in mySQL with no problem. I need assitance with the pulling apart of the excel sheet and placing them in a mySQL table.

Using a text file I have done this already, but it is NOT possible to have this in any other format other then excel. If I have to export this in some form or another it is one more step for the accountants to have to do and that just doesn't work for them.

Anyone ever pulled data right off a excel sheet? Or do I have to export it as a CSV or something to solve this (but this wouldn't really be a solution in mycase)?
Reply With Quote
  #2 (permalink)  
Old 09-10-03, 08:52
sequill sequill is offline
Registered User
 
Join Date: Aug 2003
Posts: 2
I've not done this before, but this looks like a good article on pulling data from an Excel file.


http://support.microsoft.com/default...NoWebContent=1
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On