This tool will convert an Excel Spreadsheet (.xls and .xlsx files) into SQL INSERTs to one table.
The first row of your excel sheet will be used as the column names so you cannot have any NULL values. Then the data underneath the column name is applied into that column with the generated insert statement. You can Save or Copy the data and then use Find and Replace if you need to tweak. Good for big data.
Needed this for my work so created over the weekend, happy to share...