Excel-to-MySQL is a program to convert MS Excel spreadsheets into MySQL databases. Each worksheet becomes a table, each row becomes a record and each cell becomes a field.
Key features:
(1) all versions of MS Excel are supported (including MS Excel 2007);
(2) all versions of Unix and Windows MySQL servers are supported;
(3) option to convert individual worksheets;
(4) option to merge MS Excel data into an existing MySQL database;
(5) option to export data source into MySQL dump file;
(6) converts Comma Separated Values (CSV) files into MySQL tables;
(7) stores conversion settings into profile;
(8) command line support;
(9) easy-to-use wizard style interface