Parse INSERT statements from a SQL scroll into an XLSX workbook.
Visualize SQL dump data in Excel fer quick review, auditin', or sharin' with crew members who don't have database access.
Only INSERT INTO statements arr parsed. CREATE TABLE, SELECT, an' other statements arr ignored.
Aye. Each table found in th' SQL scroll becomes a separate sheet in th' output workbook.
Th' tool will produce an empty workbook. Ensure yer scroll contains valid INSERT statements.