]> source.dussan.org Git - poi.git/commit
#61700 getForceFormulaRecalculation() returns wrong value
authorGreg Woolsey <gwoolsey@apache.org>
Sun, 31 Mar 2019 01:00:05 +0000 (01:00 +0000)
committerGreg Woolsey <gwoolsey@apache.org>
Sun, 31 Mar 2019 01:00:05 +0000 (01:00 +0000)
commit6b76706ef7851a2c6567e2162275f72049456215
tree467d3f4254f438f6ac5953b530141d17b3484e02
parentb9101138bdbac0dafc4267987d33ed97d6a351bb
#61700 getForceFormulaRecalculation() returns wrong value

changed to use the proper OOXML attribute instead of a hack about calculation engine version ID.  Reporter was right, the behavior was wrong in some cases, but it turns out the fix was a bit more.  See issue for details.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856652 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java