Can I read Excel file using active jdbc in java? I have been using Eclipse as IDE for java. Is there any jar files for active jdbc? Can anyone help me in this?
Asked
Active
Viewed 94 times
2 Answers
0
ActiveJDBC is an ORM for database access. As such, it was not built to read Excel files. The latest version of ActiveJDBC can be pulled from Maven Central.

ipolevoy
- 5,432
- 2
- 31
- 46
0
As You haven't given us exactly what you are trying to do. I'm suggesting another solution.
I have written a basic Excel ORM tool for these purposes. It's currently in development, but if you are looking for a basic solution you can try it. I think it will mostly cover your basic needs.
And, feel free to contribute :)

semihunaldi
- 44
- 1
- 1
- 6