|
-
May 19th, 2006, 04:39 AM
#1
Thread Starter
Frenzied Member
spreadsheet into an sql table
is it possible to transfer a spreadsheet table into a sql database?
could this be done on an online page in php?
-
May 19th, 2006, 05:27 AM
#2
Re: spreadsheet into an sql table
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|