954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

upload excel files and insert in mysql

Hi,

i want to upload a excel file and insert those data into mysql.
i did in core java , just displayed excel sheet data into output.
can you plz tell me how to do in jsp..
if possible send me the code

inampudi
Newbie Poster
1 post since Jul 2008
Reputation Points: 10
Solved Threads: 0
 

If you did it in Java, then this task should be simple for you.Get location of excel file from user in JSP
Pass file location from JSP to servlet
Servlet is in general a Java class so you should have no problem to proceed from here

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You