diff --git a/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java b/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java index 63c358e40c..d458027bc7 100644 --- a/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java +++ b/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java @@ -232,7 +232,7 @@ public interface Cell { * *

If the cell was blank, sets value to 0. Otherwise, preserves the value as precalculated.

* - *

In XSSF implementation, there is a XSSFWorkbook.setCellFormulaValidation(boolean) + *

In XSSF implementation, there is a XSSFWorkbook.setCellFormulaValidation(boolean) * setting that can validate (but also in some cases, reformat) the formula.

* * @param formula the formula to set, e.g. "SUM(C4:E4)".