15,000 Jobs Available in:
Java, ASP, C#, PHP, SQL, SAP, MySQL and many more.
- Class Quick -
The moose likes JDBC and the fly likes Can we use Excel file as a database in java? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JDBC
Reply Bookmark "Can we use Excel file as a database in java?" Watch "Can we use Excel file as a database in java?" New topic
Author

Can we use Excel file as a database in java?

prathamesh bandivadekar
Ranch Hand

Joined: May 22, 2008
Posts: 43
Hi There,

Can we access Excel file java code as a database?

Thanks in advance!


Prathamesh M.B.<br />Java....only.....
Bauke Scholtz
Ranch Hand

Joined: Oct 08, 2006
Posts: 2458
You can, yes. But you shouldn't, no.

Excel isn't a database. It's a spreadsheet. Accessing it as a database would only lead to trouble. Use the appropriate API to interact with Excel files. Commonly used one is Apache POI HSSF/XSSF.

Alternatively, if your sole purpose is to have an embedded database in your application, then look for JavaDB (included since JDK6), Derby (its predecesor) or Hypersonic. No, MSAccess is not a good alternative, no.

This message was edited 1 time. Last update was at by Bauke Scholtz



Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32421
Excel as a database

Sorry, couldn't resist :-) It is possible; googling for "excel jdbc" will provide you with lots of starting points.


Android appsImageJ pluginsJava web charts
Jan Cumps
Bartender

Joined: Dec 20, 2006
Posts: 2161

<duckingforcover>
On the other hand, this is the very moment in your carreer where you can make the difference.
Suffer the pain to get it done, ignore the voice in the back of your head that is nagging you,
and deliver a smart and well designed interface.
Delivering it might create goodwill that allows you to get your way on other decisions.
</duckingforcover>
 
jQuery in Action, 2nd edition
 
subject: Can we use Excel file as a database in java?
 
MyEclipse, The Clear Choice