JExcel vs Apache POI
807589Dec 2 2008 — edited Dec 2 2008Hello 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