Can it possible to transfer my Excel sheet Data into database through sql query?which query i apply for this?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35243
7
posted
0
Not directly. You'll need to read the contents of the XLS file (using a library like Apache POI or jExcelApi), and then you can insert data into the DB using JDBC.