diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 801b218756..58738599dd 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ + 51502 - Correct Subtotal function javadoc entry Support for hyperlinks in SXSSF 49933 - Word 6/95 documents with sections cause ArrayIndexOutOfBoundsException 51469 - XSSF support for row styles, to match existing HSSF functionality diff --git a/src/java/org/apache/poi/ss/formula/functions/Subtotal.java b/src/java/org/apache/poi/ss/formula/functions/Subtotal.java index 8bbbfeea78..0083ea3b82 100644 --- a/src/java/org/apache/poi/ss/formula/functions/Subtotal.java +++ b/src/java/org/apache/poi/ss/formula/functions/Subtotal.java @@ -44,7 +44,7 @@ import org.apache.poi.ss.formula.eval.NotImplementedException; * 6PRODUCT * 7STDEV * 8STDEVP * - * 9AVERAGE + * 9SUM * 10VAR * * 11VARP * * 101-111*