Fix bug #51502 - Correct the Subtotal function javadoc entry
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1145790 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f79348fee9
commit
5aafe8b97e
@ -34,6 +34,7 @@
|
||||
|
||||
<changes>
|
||||
<release version="3.8-beta4" date="2011-??-??">
|
||||
<action dev="poi-developers" type="fix">51502 - Correct Subtotal function javadoc entry</action>
|
||||
<action dev="poi-developers" type="add">Support for hyperlinks in SXSSF</action>
|
||||
<action dev="poi-developers" type="fix">49933 - Word 6/95 documents with sections cause ArrayIndexOutOfBoundsException</action>
|
||||
<action dev="poi-developers" type="add">51469 - XSSF support for row styles, to match existing HSSF functionality</action>
|
||||
|
@ -44,7 +44,7 @@ import org.apache.poi.ss.formula.eval.NotImplementedException;
|
||||
* <tr align='center'><td>6</td><td>PRODUCT</td></tr>
|
||||
* <tr align='center'><td>7</td><td>STDEV</td></tr>
|
||||
* <tr align='center'><td>8</td><td>STDEVP *</td></tr>
|
||||
* <tr align='center'><td>9</td><td>AVERAGE</td></tr>
|
||||
* <tr align='center'><td>9</td><td>SUM</td></tr>
|
||||
* <tr align='center'><td>10</td><td>VAR *</td></tr>
|
||||
* <tr align='center'><td>11</td><td>VARP *</td></tr>
|
||||
* <tr align='center'><td>101-111</td><td>*</td></tr>
|
||||
|
Loading…
Reference in New Issue
Block a user