diff --git a/poi/src/main/java/org/apache/poi/ss/formula/functions/Sheet.java b/poi/src/main/java/org/apache/poi/ss/formula/functions/Sheet.java index 146e0f1ffc..37b78dbb89 100644 --- a/poi/src/main/java/org/apache/poi/ss/formula/functions/Sheet.java +++ b/poi/src/main/java/org/apache/poi/ss/formula/functions/Sheet.java @@ -31,13 +31,13 @@ import org.apache.poi.ss.formula.eval.*; *
** Examples: + *
*=SHEET() → returns the current sheet number (1-based)=SHEET(A1) → returns the sheet number of the reference A1=SHEET(A1:B5) → returns the sheet number of the range A1:B5=SHEET("Sheet3") → returns the sheet number of the sheet named "Sheet3"* See Microsoft Documentation *