how to transfer excelsheet data into mysql database using jsp
how to transfer excelsheet data into mysql database using jsp
You don't.
You use a servlet.
Indeed, you use some service code called by the servlet, so it can be tested properly.
Other than that, you'd probably use something like Apache POI or JExcel to read the cells.