Excel file to MySQL format
Hello,
I have a question regarding the following:
There is an ms Excel file which when uploaded and sent through internet reaches a server and at the server the information is stored in database as MySQL.
I know jExcelAPI to deal with Excel files and servlets but how to convert an excel file into MySQL format using java.
I have practiced normal database connectivity, JDBC etc.. and that deals with Ms Access files with SQL syntax.
Is this totally different concept?
Plz do help me out.
Thankyou.

