From f3bf747a664e16c767a767152ae6f13bb0a9b52d Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 29 Apr 2022 13:08:52 +0000 Subject: [PATCH] [bug-66039] remove stray

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1900384 13f79535-47bb-0310-9956-ffa450edef68 --- poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)". -- 2.39.5