Hi, what parts are you comfortable with and what gives you trouble? Reading data from Excel, building the SQL statement, writing the SQL statement to a script, something else?
It is possible to treat Excel as a database with the
JDBC ODBC Bridge but Sun says
The JDBC-ODBC Bridge driver is recommended only for experimental use or when no other alternative is available. The POI library is another option to read Excel.
Do you have some "almost working" code?