jQuery in Action, 2nd edition
The moose likes JSP and the fly likes combining excel and display in JSP / Servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "combining excel and display in JSP / Servlet" Watch "combining excel and display in JSP / Servlet" New topic
Author

combining excel and display in JSP / Servlet

Tom Triolo
Greenhorn

Joined: Oct 06, 2002
Posts: 15
Has anyone ever combined several excel files into one excel file and then displayed it either with JSP or Servlets?
Thanks,
Tom
Debashish Chakrabarty
Ranch Hand

Joined: May 14, 2002
Posts: 224

I think my multiple excel files you mean having sheets in your spreadsheet. These sheets can be treated as tables. Then the rest is as usual. I remeber having used the following:

Do verify it before using this. I used this long time back. Hope this helps


Debashish
SCJP2, SCWCD 1.4
Seba Lenoir
Greenhorn

Joined: Jan 17, 2003
Posts: 5
You can also have a look at the Apache POI project.
http://jakarta.apache.org/poi/index.html.
You can then have access to xls files without having to configure a ODBC data sources.
 
 
subject: combining excel and display in JSP / Servlet
 
Threads others viewed
Jsp to Excel
transfer data from jsp to an excel sheet
create a excel sheet fom java and jsp
STRUTS2
Out of memory error
Two Laptop Bag