Nuacht

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.
This program convert excel files to SQL queries and add them into to sql ready file called 'script.sql'. It automaticaly check the value of each column and based on their format, decide the type of ...