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

            Bug ID: 61532
           Summary: XSSFFormulaEvaluator.evaluateFormulaCell() replaces
                    the formula and changes the cell type
           Product: POI
           Version: 3.14-FINAL
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: SXSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

XSSFFormulaEvaluator.evaluateFormulaCell(), at least when used with a formula
of type VLOOKUP in an SXSSFWorkbook, behaves the way the documentation says
that evaluateInCell() is supposed to work; it replaces the actual value of the
cell with the results of running the formula, and changes the cell type to
whatever the type of the result is. So, the two methods behave identically.

The correct behavior, according to the documentation, is to simply update the
result value cache.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to