is it possible to transfer a spreadsheet table into a sql database?
could this be done on an online page in php?
Printable View
is it possible to transfer a spreadsheet table into a sql database?
could this be done on an online page in php?
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.