Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

JExcel vs Apache POI

807589Dec 2 2008 — edited Dec 2 2008
Hello everybody :)

I've just decided to study either JExcel or Apache POI...
But the task I need to solve is...
I have a huge excel workbook. Mostly all its cells recept from VB macros. The thing I need is to evaluate the workbook sheets' cells and return new cell values to my program. I don't know what tool should me choose to get the effect? If the workbook were has no macros I'd have no problem but it has too many macro based cells. And I don't know what should me do :(
The only effect I need is to make a swing interface for the xls file and to access the cells values and evaluate them as if I work with MS Excel. Can I get the effect with JExcel or Apache POI or maybe I sould better choose something else? I need to use pure Java code only...
Give me a piece of advice plz ;)
Can anybody really help me?

Edited by: WEB_user on Dec 1, 2008 9:52 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 30 2008
Added on Dec 2 2008
0 comments
339 views