Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

reading excel files in jdbc

  Asked By: Bill    Date: Feb 24    Category: Java    Views: 1110
  

i have a problem
i want to read excel file from JDBC and also the display the result of the excel
file in tables through my GUI
can any body help me in both ie reading from excel files and guidence for the
GUI with tables

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Leonard Pierce     Answered On: Feb 24

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.

 
Didn't find what you were looking for? Find more on reading excel files in jdbc Or get search suggestion and latest updates.




Tagged: