You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2015/04/24 03:47:23 UTC

svn commit: r1675742 - in /poi/site: publish/ publish/apidocs/ publish/apidocs/org/apache/poi/ss/formula/eval/ publish/apidocs/org/apache/poi/ss/formula/functions/ publish/apidocs/org/apache/poi/ss/formula/functions/class-use/ src/documentation/content...

Author: nick
Date: Fri Apr 24 01:47:22 2015
New Revision: 1675742

URL: http://svn.apache.org/r1675742
Log:
Changelog and javadoc update

Modified:
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/FunctionEval.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/package-summary.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/LogicalFunction.html
    poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/class-use/Function.html
    poi/site/publish/changes.html
    poi/site/publish/changes.rss
    poi/site/src/documentation/content/xdocs/status.xml

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1675742&r1=1675741&r2=1675742&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Fri Apr 24 01:47:22 2015
@@ -16303,7 +16303,10 @@
 <dt><span class="strong"><a href="./org/apache/poi/ss/formula/eval/ErrorEval.html#FUNCTION_NOT_IMPLEMENTED">FUNCTION_NOT_IMPLEMENTED</a></span> - Static variable in class org.apache.poi.ss.formula.eval.<a href="./org/apache/poi/ss/formula/eval/ErrorEval.html" title="class in org.apache.poi.ss.formula.eval">ErrorEval</a></dt>
 <dd>&nbsp;</dd>
 <dt><a href="./org/apache/poi/ss/formula/eval/FunctionEval.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">FunctionEval</span></a> - Class in <a href="./org/apache/poi/ss/formula/eval/package-summary.html">org.apache.poi.ss.formula.eval</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Mappings from the Excel functions to our evaluation implementations
+  (where avilable)</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/formula/eval/FunctionEval.html#FunctionEval()">FunctionEval()</a></span> - Constructor for class org.apache.poi.ss.formula.eval.<a href="./org/apache/poi/ss/formula/eval/FunctionEval.html" title="class in org.apache.poi.ss.formula.eval">FunctionEval</a></dt>
 <dd>&nbsp;</dd>
 <dt><a href="./org/apache/poi/ss/formula/function/FunctionMetadata.html" title="class in org.apache.poi.ss.formula.function"><span class="strong">FunctionMetadata</span></a> - Class in <a href="./org/apache/poi/ss/formula/function/package-summary.html">org.apache.poi.ss.formula.function</a></dt>
@@ -41635,6 +41638,18 @@ return null</div>
  <br/>
  sample snippet from settings.xml</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/ss/formula/functions/LogicalFunction.html#ISERR">ISERR</a></span> - Static variable in class org.apache.poi.ss.formula.functions.<a href="./org/apache/poi/ss/formula/functions/LogicalFunction.html" title="class in org.apache.poi.ss.formula.functions">LogicalFunction</a></dt>
+<dd>
+<div class="block">Implementation of Excel <tt>ISERR()</tt> function.<p/>
+
+ <b>Syntax</b>:<br/>
+ <b>ISERR</b>(<b>value</b>)<p/>
+
+ <b>value</b>  The value to be tested<p/>
+
+ Returns the logical value <tt>TRUE</tt> if value refers to any error value except
+ <tt>'#N/A'</tt>; otherwise, it returns <tt>FALSE</tt>.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/BoolErrRecord.html#isError()">isError()</a></span> - Method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/BoolErrRecord.html" title="class in org.apache.poi.hssf.record">BoolErrRecord</a></dt>
 <dd>
 <div class="block">Indicates whether the call holds an error value</div>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/FunctionEval.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/FunctionEval.html?rev=1675742&r1=1675741&r2=1675742&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/FunctionEval.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/FunctionEval.html Fri Apr 24 01:47:22 2015
@@ -96,8 +96,8 @@
 <br>
 <pre>public final class <span class="strong">FunctionEval</span>
 extends java.lang.Object</pre>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Amol S. Deshmukh &lt; amolweb at ya hoo dot com &gt;, Johan Karlsteen - added Intercept and Slope</dd></dl>
+<div class="block">Mappings from the Excel functions to our evaluation implementations
+  (where avilable)</div>
 </li>
 </ul>
 </div>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/package-summary.html?rev=1675742&r1=1675741&r2=1675742&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/package-summary.html Fri Apr 24 01:47:22 2015
@@ -138,7 +138,10 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/ss/formula/eval/FunctionEval.html" title="class in org.apache.poi.ss.formula.eval">FunctionEval</a></td>
-<td class="colLast">&nbsp;</td>
+<td class="colLast">
+<div class="block">Mappings from the Excel functions to our evaluation implementations
+  (where avilable)</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/ss/formula/eval/FunctionNameEval.html" title="class in org.apache.poi.ss.formula.eval">FunctionNameEval</a></td>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/LogicalFunction.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/LogicalFunction.html?rev=1675742&r1=1675741&r2=1675742&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/LogicalFunction.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/LogicalFunction.html Fri Apr 24 01:47:22 2015
@@ -131,14 +131,28 @@ extends <a href="../../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISERROR">ISERROR</a></strong></code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISERR">ISERR</a></strong></code>
+<div class="block">Implementation of Excel <tt>ISERR()</tt> function.<p/>
+
+ <b>Syntax</b>:<br/>
+ <b>ISERR</b>(<b>value</b>)<p/>
+
+ <b>value</b>  The value to be tested<p/>
+
+ Returns the logical value <tt>TRUE</tt> if value refers to any error value except
+ <tt>'#N/A'</tt>; otherwise, it returns <tt>FALSE</tt>.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISLOGICAL">ISLOGICAL</a></strong></code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISERROR">ISERROR</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISLOGICAL">ISLOGICAL</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISNA">ISNA</a></strong></code>
 <div class="block">Implementation for Excel ISNA() function.<p/>
 
@@ -150,19 +164,19 @@ extends <a href="../../../../../../org/a
  Returns <tt>TRUE</tt> if the specified value is '#N/A', <tt>FALSE</tt> otherwise.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISNONTEXT">ISNONTEXT</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISNUMBER">ISNUMBER</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISREF">ISREF</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISTEXT">ISTEXT</a></strong></code>&nbsp;</td>
 </tr>
@@ -293,6 +307,24 @@ extends <a href="../../../../../../org/a
 <pre>public static final&nbsp;<a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a> ISERROR</pre>
 </li>
 </ul>
+<a name="ISERR">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ISERR</h4>
+<pre>public static final&nbsp;<a href="../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a> ISERR</pre>
+<div class="block">Implementation of Excel <tt>ISERR()</tt> function.<p/>
+
+ <b>Syntax</b>:<br/>
+ <b>ISERR</b>(<b>value</b>)<p/>
+
+ <b>value</b>  The value to be tested<p/>
+
+ Returns the logical value <tt>TRUE</tt> if value refers to any error value except
+ <tt>'#N/A'</tt>; otherwise, it returns <tt>FALSE</tt>.</div>
+</li>
+</ul>
 <a name="ISNA">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/class-use/Function.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/class-use/Function.html?rev=1675742&r1=1675741&r2=1675742&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/class-use/Function.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/functions/class-use/Function.html Fri Apr 24 01:47:22 2015
@@ -1106,14 +1106,28 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
-<td class="colLast"><span class="strong">LogicalFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISERROR">ISERROR</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">LogicalFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISERR">ISERR</a></strong></code>
+<div class="block">Implementation of Excel <tt>ISERR()</tt> function.<p/>
+
+ <b>Syntax</b>:<br/>
+ <b>ISERR</b>(<b>value</b>)<p/>
+
+ <b>value</b>  The value to be tested<p/>
+
+ Returns the logical value <tt>TRUE</tt> if value refers to any error value except
+ <tt>'#N/A'</tt>; otherwise, it returns <tt>FALSE</tt>.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
-<td class="colLast"><span class="strong">LogicalFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISLOGICAL">ISLOGICAL</a></strong></code>&nbsp;</td>
+<td class="colLast"><span class="strong">LogicalFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISERROR">ISERROR</a></strong></code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
+<td class="colLast"><span class="strong">LogicalFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISLOGICAL">ISLOGICAL</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">LogicalFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISNA">ISNA</a></strong></code>
 <div class="block">Implementation for Excel ISNA() function.<p/>
 
@@ -1125,63 +1139,63 @@
  Returns <tt>TRUE</tt> if the specified value is '#N/A', <tt>FALSE</tt> otherwise.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">LogicalFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISNONTEXT">ISNONTEXT</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">LogicalFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISNUMBER">ISNUMBER</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">LogicalFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISREF">ISREF</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">LogicalFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/LogicalFunction.html#ISTEXT">ISTEXT</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">AggregateFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/AggregateFunction.html#LARGE">LARGE</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">TextFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/TextFunction.html#LEFT">LEFT</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">TextFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/TextFunction.html#LEN">LEN</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#LN">LN</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#LOG">LOG</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#LOG10">LOG10</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">TextFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/TextFunction.html#LOWER">LOWER</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">AggregateFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/AggregateFunction.html#MAX">MAX</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">MinaMaxa.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/MinaMaxa.html#MAXA">MAXA</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">AggregateFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/AggregateFunction.html#MEDIAN">MEDIAN</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">TextFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/TextFunction.html#MID">MID</a></strong></code>
 <div class="block">An implementation of the MID function<br/>
@@ -1194,63 +1208,63 @@
  Author: Manda Wilson &lt; wilson at c bio dot msk cc dot org &gt;</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">AggregateFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/AggregateFunction.html#MIN">MIN</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">MinaMaxa.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/MinaMaxa.html#MINA">MINA</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">CalendarFieldFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/CalendarFieldFunction.html#MINUTE">MINUTE</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#MOD">MOD</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">CalendarFieldFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/CalendarFieldFunction.html#MONTH">MONTH</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">BooleanFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/BooleanFunction.html#NOT">NOT</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">FinanceFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/FinanceFunction.html#NPER">NPER</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">BooleanFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/BooleanFunction.html#OR">OR</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">AggregateFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/AggregateFunction.html#PERCENTILE">PERCENTILE</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#PI">PI</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">FinanceFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/FinanceFunction.html#PMT">PMT</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#POISSON">POISSON</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#POWER">POWER</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">AggregateFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/AggregateFunction.html#PRODUCT">PRODUCT</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">TextFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/TextFunction.html#PROPER">PROPER</a></strong></code>
 <div class="block">Implementation of the PROPER function:
@@ -1258,35 +1272,35 @@
  making the first letter upper and the rest lower case.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">FinanceFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/FinanceFunction.html#PV">PV</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#RADIANS">RADIANS</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#RAND">RAND</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">TextFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/TextFunction.html#RIGHT">RIGHT</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#ROUND">ROUND</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#ROUNDDOWN">ROUNDDOWN</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#ROUNDUP">ROUNDUP</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">TextFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/TextFunction.html#SEARCH">SEARCH</a></strong></code>
 <div class="block">Implementation of the FIND() function.<p/>
@@ -1297,58 +1311,58 @@
  SEARCH is a case-insensitive version of FIND()</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">CalendarFieldFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/CalendarFieldFunction.html#SECOND">SECOND</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#SIGN">SIGN</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#SIN">SIN</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#SINH">SINH</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">AggregateFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/AggregateFunction.html#SMALL">SMALL</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#SQRT">SQRT</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">AggregateFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/AggregateFunction.html#STDEV">STDEV</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">AggregateFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/AggregateFunction.html#SUM">SUM</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">AggregateFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/AggregateFunction.html#SUMSQ">SUMSQ</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#TAN">TAN</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#TANH">TANH</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">TextFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/TextFunction.html#TEXT">TEXT</a></strong></code>
 <div class="block">An implementation of the TEXT function<br/>
  TEXT returns a number value formatted with the given number formatting string.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">TextFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/TextFunction.html#TRIM">TRIM</a></strong></code>
 <div class="block">An implementation of the TRIM function:
@@ -1356,27 +1370,27 @@
   value is string.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">BooleanFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/BooleanFunction.html#TRUE">TRUE</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">NumericFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/NumericFunction.html#TRUNC">TRUNC</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">TextFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/TextFunction.html#UPPER">UPPER</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">AggregateFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/AggregateFunction.html#VAR">VAR</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">AggregateFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/AggregateFunction.html#VARP">VARP</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/functions/Function.html" title="interface in org.apache.poi.ss.formula.functions">Function</a></code></td>
 <td class="colLast"><span class="strong">CalendarFieldFunction.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/functions/CalendarFieldFunction.html#YEAR">YEAR</a></strong></code>&nbsp;</td>
 </tr>

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1675742&r1=1675741&r2=1675742&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Fri Apr 24 01:47:22 2015
@@ -257,6 +257,9 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=57747">57747</a> - Add ISERR() function</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=57829">57829</a> - Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWPFParagraph by removing from IRuns as well</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1675742&r1=1675741&r2=1675742&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Fri Apr 24 01:47:22 2015
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91"><channel><title>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> fix(bug 57829)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57829) - Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWPFParagraph by removing from IRuns as well</description></item><item><title> fix(bug 57851)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57851) - Skip null properties in PropertyTableBase, which is how PropertyFactory reports unsupported POIFS properties</description></item><item><title> fix(bug 57820)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57820) - Avoid NPE on HSLF Tables with a top position of -1</description></item><item><title> fix(bug 56579)</title><link>http://poi.apache.org/changes.html</link><description> fix
  by POI Developers (bug 56579) - Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF.</description></item><item><title> fix(bug 55386)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55386) - Fix handling of bold formatting in example application 'ToHtml'</description></item><item><title> fix(bug 47304)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 47304) - Use fixed encoding when extracting text in WordDocument</description></item><item><title> fix(bug 56017)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56017) - Fix shifting comments with shifted rows</description></item><item><title> fix(bug 56295)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56295) - Fix cloning of styles across workbooks and handling of default value of attribute applyFill</description></it
 em><item><title> fix(bug 56380)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56380) - Remove limitation of 1024 comments per Workbook</description></item><item><title> fix(bug 56467)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56467) - Fix cloning of sheets with pictures</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - More helpful ExtractorFactory exception if given a Visio VSDX ooxml file</description></item><item><title> fix(bug 56799)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56799) - Include CTTblGrid in the smaller poi-ooxml-schemas jar</description></item><item><title> fix(bug 57165)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57165) - Avoid PartAlreadyExistsException when removing/cloning sheet
 s</description></item><item><title> fix(bug 56893)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56893) - Additional check for supported string-length to avoid creating broken XLS files later one</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - When saving an OPCPackage with no Core Properties (eg from Jasper Reports), ensure they are always added even if not yet used</description></item><item><title> fix(bug github-18)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug github-18) - Handle documents with a picture-only header</description></item><item><title> fix(bug 57622)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57622) - Change from XMLEventFactory.newFactory to XMLEventFactory.newInstance, for IBM JDK Compatibility</description></item></channel></rss>
\ No newline at end of file
+<rss version="0.91"><channel><title>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> add(bug 57747)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 57747) - Add ISERR() function</description></item><item><title> fix(bug 57829)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57829) - Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWPFParagraph by removing from IRuns as well</description></item><item><title> fix(bug 57851)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57851) - Skip null properties in PropertyTableBase, which is how PropertyFactory reports unsupported POIFS properties</description></item><item><title> fix(bug 57820)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57820)
  - Avoid NPE on HSLF Tables with a top position of -1</description></item><item><title> fix(bug 56579)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56579) - Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF.</description></item><item><title> fix(bug 55386)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55386) - Fix handling of bold formatting in example application 'ToHtml'</description></item><item><title> fix(bug 47304)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 47304) - Use fixed encoding when extracting text in WordDocument</description></item><item><title> fix(bug 56017)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56017) - Fix shifting comments with shifted rows</description></item><item><title> fix(bug 56295)</title><link>http://poi.apache.org/chan
 ges.html</link><description> fix by POI Developers (bug 56295) - Fix cloning of styles across workbooks and handling of default value of attribute applyFill</description></item><item><title> fix(bug 56380)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56380) - Remove limitation of 1024 comments per Workbook</description></item><item><title> fix(bug 56467)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56467) - Fix cloning of sheets with pictures</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - More helpful ExtractorFactory exception if given a Visio VSDX ooxml file</description></item><item><title> fix(bug 56799)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56799) - Include CTTblGrid in the smaller poi-ooxml-schemas jar</description></item><item><title> fix(b
 ug 57165)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 57165) - Avoid PartAlreadyExistsException when removing/cloning sheets</description></item><item><title> fix(bug 56893)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56893) - Additional check for supported string-length to avoid creating broken XLS files later one</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - When saving an OPCPackage with no Core Properties (eg from Jasper Reports), ensure they are always added even if not yet used</description></item><item><title> fix(bug github-18)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug github-18) - Handle documents with a picture-only header</description></item><item><title> fix(bug 57622)</title><link>http://poi.apache.org/changes.html</link><description> 
 fix by POI Developers (bug 57622) - Change from XMLEventFactory.newFactory to XMLEventFactory.newInstance, for IBM JDK Compatibility</description></item></channel></rss>
\ No newline at end of file

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1675742&r1=1675741&r2=1675742&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Fri Apr 24 01:47:22 2015
@@ -38,6 +38,7 @@
     </devs>
 
     <release version="3.12-beta2" date="2015-??-??">
+        <action dev="PD" type="add" fixes-bug="57747">Add ISERR() function</action>
         <action dev="PD" type="fix" fixes-bug="57829">Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWPFParagraph by removing from IRuns as well</action>
         <action dev="PD" type="fix" fixes-bug="57851">Skip null properties in PropertyTableBase, which is how PropertyFactory reports unsupported POIFS properties</action>
         <action dev="PD" type="fix" fixes-bug="57820">Avoid NPE on HSLF Tables with a top position of -1</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org