https://bz.apache.org/bugzilla/show_bug.cgi?id=61864

            Bug ID: 61864
           Summary: Workbook.setForceFormulaRecalculation not working as
                    expected
           Product: POI
           Version: 3.17-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SS Common
          Assignee: dev@poi.apache.org
          Reporter: miaposta...@hotmail.com
  Target Milestone: ---

Workbook.setForceFormulaRecalculation always sets ForceFormulaRecalculation at
false. Create and excel file, open a workbook on it and run the followng lines:

System.out.println(wb.getForceFormulaRecalculation());
wb.setForceFormulaRecalculation(true);
System.out.println(wb.getForceFormulaRecalculation());
wb.setForceFormulaRecalculation(false);
System.out.println(wb.getForceFormulaRecalculation()); 

First output will depend on file settings, other two outputs will be both
false.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to