I often require the ability to convert simple spreadsheets into data in a database. As far as I could tell, there is no easy way to do this without writing your own code or paying $40 for a windows application. So I wrote a free online CSV to SQL converter which converts CSV files to SQL INSERT statements:

http://csv2sql.evandavey.com/

Make sure the first row of your CSV file has headings which match your field names. Enjoy!