News

I am by no means a Python Guru, but the code did work for me in converting a 50k line Excel file to MySQL. The script converts data from an Excel file into MySQL-compatible INSERT statements.
Excel-SQLizer expects a very specifically structured Excel file in order to convert it into SQL statements (update, insert, and delete). The name of the worksheet is the table name. The first row are ...