Results 1 to 2 of 2

Thread: spreadsheet into an sql table

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,364

    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?

  2. #2
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    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
  •  



Click Here to Expand Forum to Full Width