On Fri, 5 Dec 2014, negatron wrote:
Nick Burch-2 wrote
Try looking at the testReferencesToOtherWorkbooks() method in
TestXSSFFormulaEvaluation for a good example of doing it
https://svn.apache.org/repos/asf/poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFormulaEvaluation.java
It seems that it was the method "evaluateAll()" the cause of my error.
When I go through my worksheet evaluating the value of each cell, I don't
get any error but it doesn't work neither...
Hmm, it should work both ways. Can you write a small unit test, possibly
coupled with a small excel file or two, which shows the problem?
We can then use that to work out what's going wrong, along with using it
to check it stays fixed once resolved!
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]