Parse INSERT statements from a SQL file into an XLSX workbook.
Visualize SQL dump data in Excel for quick review, auditing, or sharing with team members who don't have database access.
Only INSERT INTO statements are parsed. CREATE TABLE, SELECT, and other statements are ignored.
Yes. Each table found in the SQL file becomes a separate sheet in the output workbook.
The tool will produce an empty workbook. Ensure your file contains valid INSERT statements.