Transform Excel files to SQL inserts

Convert your excel tabulated data to SQL insert statements. The information you paste is 100% secure as all the data is processed in your browser, not in our servers.

Sample data:
Row 1: the name of the table for the insert statements
Row 2: the column names
Row 3+: your data
You can prefix a value with three ticks (```) to avoid it from being quoted. For instance ```NOW()

users
id name email phone created
1 Jack Bauer 666777888 ```NOW()
2 Jack Sparrow 777666888 ```NOW()
3 Jack The Ripper 888666777 ```NOW()
4 Sheldon Cooper 999666555 ```NOW()
5 Mike O'Neil 888999222 ```NOW()