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

If you did it in Java, then this task should be simple for you.

  1. Get location of excel file from user in JSP
  2. Pass file location from JSP to servlet
  3. Servlet is in general a Java class so you should have no problem to proceed from here
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.