PDA

Click to See Complete Forum and Search --> : spreadsheet into an sql table


Pouncer
May 19th, 2006, 04:39 AM
is it possible to transfer a spreadsheet table into a sql database?

could this be done on an online page in php?

lintz
May 19th, 2006, 05:27 AM
Sure it's possible. Save your spreadsheet in CSV format then loop through the file and add each line of data (seperatored by ",") into your db.