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
posted
0
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