Reading excel files using JDBC is very easy. If you are familiar with the JDBC
concepts, all u have to specify is the microsoft access driver" and build the
connection.
Use regular sql statements to read.
Later half, about displaying it in tables, if you are using SWING, use
JTable.....thats what I used. It is very simple.