mirror of
https://github.com/apache/poi.git
synced 2026-02-27 12:30:08 +08:00
refactor recurse check (#979)
This commit is contained in:
parent
6e152a71a6
commit
7872c2afcb
@ -410,7 +410,7 @@ public final class XSSFCell extends CellBase {
|
||||
/* In an excel generated array formula, the formula property might be set, but the string is empty in related cells */
|
||||
if (f == null || f.getStringValue().isEmpty()) {
|
||||
XSSFCell cell = getSheet().getFirstCellInArrayFormula(this);
|
||||
if (cell != this) {
|
||||
if (!equals(cell)) {
|
||||
return cell.getCellFormula(fpb);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user