From 3ee613c33660286a6edd9a563b732b0d352f6c12 Mon Sep 17 00:00:00 2001
From: PJ Fanning
Date: Sun, 11 May 2025 13:31:00 +0000
Subject: [PATCH] javadoc build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925501 13f79535-47bb-0310-9956-ffa450edef68
---
.../main/java/org/apache/poi/ss/formula/functions/Sheet.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
*