import excel to JSP

Hello!I need to know how to export excel data to a JSP..if any body has information kindly let me know at the earliest.Thanks
[146 byte] By [peenutsa] at [2007-10-2 10:55:46]
# 1
Read up on JDBC it can use excel sheets as databases. Just do a google or search these forums, it has been covered soooo many times before on here.
javakicksassa at 2007-7-13 3:20:19 > top of Java-index,Java Essentials,New To Java...
# 2

Although using JDBC to read Excel was creative and slick, in its day, your ability to interact with the spreadsheet is very limited. A better and newer option, IMO, would be to either use Jakarta POI, which offers a much richer feature set than JDBC, or download Open Office's source and use their Excel import routines.

- Saish

Saisha at 2007-7-13 3:20:19 > top of Java-index,Java Essentials,New To Java...
# 3
And the most simple option is probably to use the Object tag. It really depends on the OP's requirements which- aren't even mentioned- are easily looked up using the search
CeciNEstPasUnProgrammeura at 2007-7-13 3:20:19 > top of Java-index,Java Essentials,New To Java...
# 4
Fair point Rene. I like the solution. I haven't looked at the HTML object tag since I last wrote an applet ...But nice!- Saish
Saisha at 2007-7-13 3:20:19 > top of Java-index,Java Essentials,New To Java...