Click here to Skip to main content
15,920,217 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I am using a MySQL database . My team members sends research data in excel file format and I need to update MySQL tables with new experimental data. How can I upload excel file and update database using JSP

What I have tried:

excel file format and I need to update MySQL tables with new experimental data. How can I upload excel file and update database using JSP
Posted
Updated 24-Oct-17 3:48am
v2

1 solution

Use JDBC ODBC bridge to read from Excel : Excel « Database « Java Tutorial[^]
This way you read the excel file as data table and the rest is up to the requested logic...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900