Hi to all,
i am newbie in
java. I have created a program to read data from excel files with APACHE POI and show them in my console. I am using Eclipse as editor. Now I an trying to import these data in database so I can store them. The purpose for that is i would like to be able to access them from different locations.
Can someone help me of how I would do this?
Here is my code for import data from excel to database:
And here is my code to read excel file using APACHE POI: