I want to insert data from a excel sheet to mySql db using JDBC. Instead of generating insert/update statements manually , is there any library I can use of?
I have checked multiple libraries like dbUtils,POI and other but unable to find this functionality.