This tool accepts CSV (comma-separated) and generates SQL INSERT commands for quick data import.
How do I move an Excel table into a database without writing INSERT statements by hand?
Copy the data from Excel (first row as column headers) and paste it as comma-separated CSV into the input field, click "Convert" — the tool returns ready CREATE TABLE and INSERT commands.
What if my Excel data uses semicolons instead of commas?
Replace the delimiter with a comma before pasting (e.g. via Find & Replace in Excel) — the tool expects CSV with a comma as the field separator.