Welcome Guest, Not a member yet? Register   Sign In
import excel to mysql
#3

[eluser]Dam1an[/eluser]
Here's a high level overview of a possible solution
1) Export from Excel to CSV
2) Read file into array of lines using the file() function
3) For each line, explode on comma and build the insert query as needed
4) Execute query, inserting that row
5) Rinse and repeat

I can see one instant flaw with that, being if the speadhseet keeps the old data after an import, it will try to import it again, so you'll need to check on PK (maybe get the IDs of all the PKs into an array at the start, and check if the ID exists in that array before inserting, of course this won;t work for auto incrementing IDs, so you would need to check the whole row)


Messages In This Thread
import excel to mysql - by El Forum - 06-23-2009, 01:46 PM
import excel to mysql - by El Forum - 06-23-2009, 02:11 PM
import excel to mysql - by El Forum - 06-23-2009, 02:15 PM
import excel to mysql - by El Forum - 06-23-2009, 03:00 PM
import excel to mysql - by El Forum - 06-23-2009, 03:04 PM
import excel to mysql - by El Forum - 06-23-2009, 03:05 PM
import excel to mysql - by El Forum - 06-23-2009, 03:11 PM
import excel to mysql - by El Forum - 06-23-2009, 03:14 PM
import excel to mysql - by El Forum - 06-23-2009, 03:14 PM
import excel to mysql - by El Forum - 06-23-2009, 03:16 PM
import excel to mysql - by El Forum - 06-23-2009, 03:17 PM
import excel to mysql - by El Forum - 06-23-2009, 05:42 PM
import excel to mysql - by El Forum - 06-24-2009, 06:24 AM
import excel to mysql - by El Forum - 06-24-2009, 07:15 AM
import excel to mysql - by El Forum - 06-24-2009, 07:57 AM
import excel to mysql - by El Forum - 06-25-2009, 12:02 AM
import excel to mysql - by El Forum - 07-28-2009, 07:08 AM
import excel to mysql - by El Forum - 07-28-2009, 08:19 AM
import excel to mysql - by El Forum - 07-29-2009, 04:55 AM
import excel to mysql - by El Forum - 07-29-2009, 05:55 AM
import excel to mysql - by El Forum - 07-29-2009, 06:42 AM
import excel to mysql - by El Forum - 07-29-2009, 06:52 AM
import excel to mysql - by El Forum - 07-29-2009, 07:09 AM
import excel to mysql - by El Forum - 07-29-2009, 12:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB