javadoc build issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2025-05-11 13:31:00 +00:00
parent 85212023d6
commit 3ee613c336

View File

@ -31,13 +31,13 @@ import org.apache.poi.ss.formula.eval.*;
* </p>
* <p>
* Examples:
* </p>
* <ul>
* <li><code>=SHEET()</code> returns the current sheet number (1-based)</li>
* <li><code>=SHEET(A1)</code> returns the sheet number of the reference A1</li>
* <li><code>=SHEET(A1:B5)</code> returns the sheet number of the range A1:B5</li>
* <li><code>=SHEET("Sheet3")</code> returns the sheet number of the sheet named "Sheet3"</li>
* </ul>
* </p>
* <p>
* See <a href="https://support.microsoft.com/en-us/office/sheet-function-44718b6f-8b87-47a1-a9d6-b701c06cff24">Microsoft Documentation</a>
* </p>