You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/07/04 13:28:25 UTC

svn commit: r1751281 [4/9] - in /poi/site/publish/apidocs: ./ org/apache/poi/hssf/model/ org/apache/poi/hssf/usermodel/ org/apache/poi/hssf/usermodel/class-use/ org/apache/poi/ss/format/ org/apache/poi/ss/formula/ org/apache/poi/ss/formula/class-use/ o...

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaType.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaType.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaType.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/FormulaType.html Mon Jul  4 13:28:24 2016
@@ -60,15 +60,15 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
+<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</li>
-<li>Method</li>
+<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
 <a name="skip-navbar_top">
@@ -78,70 +78,86 @@
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
 <div class="subTitle">org.apache.poi.ss.formula</div>
-<h2 title="Class FormulaType" class="title">Class FormulaType</h2>
+<h2 title="Enum FormulaType" class="title">Enum FormulaType</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
 <li>java.lang.Object</li>
 <li>
 <ul class="inheritance">
+<li>java.lang.Enum&lt;<a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&gt;</li>
+<li>
+<ul class="inheritance">
 <li>org.apache.poi.ss.formula.FormulaType</li>
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&gt;</dd>
+</dl>
 <hr>
 <br>
-<pre>public final class <span class="strong">FormulaType</span>
-extends java.lang.Object</pre>
-<div class="block">Enumeration of various formula types.<br/>
-
- For POI internal use only</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Josh Micich</dd></dl>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public enum <span class="strong">FormulaType</span>
+extends java.lang.Enum&lt;<a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&gt;</pre>
+<div class="block">Enumeration of various formula types.
+ 
+ See Sections 3 and 4.8 of https://www.openoffice.org/sc/excelfileformat.pdf</div>
 </li>
 </ul>
 </div>
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
+<!-- =========== ENUM CONSTANT SUMMARY =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="field_summary">
+<li class="blockList"><a name="enum_constant_summary">
 <!--   -->
 </a>
-<h3>Field Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<h3>Enum Constant Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
+<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
+<th class="colOne" scope="col">Enum Constant and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#ARRAY">ARRAY</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#ARRAY">ARRAY</a></strong></code>
+<div class="block">An Array formula ("{=SUM(A1:E1*{1,2,3,4,5}}")
+ https://support.office.com/en-us/article/Guidelines-and-examples-of-array-formulas-7D94A64E-3FF3-4686-9372-ECFD5CAA57C7</div>
+</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#CELL">CELL</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#CELL">CELL</a></strong></code>
+<div class="block">Regular cell formula</div>
+</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#CONDFORMAT">CONDFORMAT</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#CONDFORMAT">CONDFORMAT</a></strong></code>
+<div class="block">Conditional formatting</div>
+</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#DATAVALIDATION_LIST">DATAVALIDATION_LIST</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#DATAVALIDATION_LIST">DATAVALIDATION_LIST</a></strong></code>
+<div class="block">This constant is currently very specific.</div>
+</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#NAMEDRANGE">NAMEDRANGE</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#NAMEDRANGE">NAMEDRANGE</a></strong></code>
+<div class="block">Named range</div>
+</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#SHARED">SHARED</a></strong></code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#SHARED">SHARED</a></strong></code>
+<div class="block">A Shared Formula ("{=SUM(A1:E1*{1,2,3,4,5}}")
+ 
+ Similar to an array formula, but stored in a SHAREDFMLA instead of ARRAY record as a file size optimization.</div>
+</td>
 </tr>
 </table>
 </li>
@@ -152,12 +168,47 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#forInt(int)">forInt</a></strong>(int&nbsp;code)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3. Used to transition code from <code>int</code>s to <code>FormulaType</code>s.</i></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
+<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
+</ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
 </ul>
 </li>
 </ul>
@@ -167,20 +218,20 @@ extends java.lang.Object</pre>
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
+<!-- ============ ENUM CONSTANT DETAIL =========== -->
 <ul class="blockList">
-<li class="blockList"><a name="field_detail">
+<li class="blockList"><a name="enum_constant_detail">
 <!--   -->
 </a>
-<h3>Field Detail</h3>
+<h3>Enum Constant Detail</h3>
 <a name="CELL">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>CELL</h4>
-<pre>public static final&nbsp;int CELL</pre>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.ss.formula.FormulaType.CELL">Constant Field Values</a></dd></dl>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a> CELL</pre>
+<div class="block">Regular cell formula</div>
 </li>
 </ul>
 <a name="SHARED">
@@ -189,8 +240,11 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>SHARED</h4>
-<pre>public static final&nbsp;int SHARED</pre>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.ss.formula.FormulaType.SHARED">Constant Field Values</a></dd></dl>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a> SHARED</pre>
+<div class="block">A Shared Formula ("{=SUM(A1:E1*{1,2,3,4,5}}")
+ 
+ Similar to an array formula, but stored in a SHAREDFMLA instead of ARRAY record as a file size optimization.
+ See Section 4.8 of https://www.openoffice.org/sc/excelfileformat.pdf</div>
 </li>
 </ul>
 <a name="ARRAY">
@@ -199,8 +253,9 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>ARRAY</h4>
-<pre>public static final&nbsp;int ARRAY</pre>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.ss.formula.FormulaType.ARRAY">Constant Field Values</a></dd></dl>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a> ARRAY</pre>
+<div class="block">An Array formula ("{=SUM(A1:E1*{1,2,3,4,5}}")
+ https://support.office.com/en-us/article/Guidelines-and-examples-of-array-formulas-7D94A64E-3FF3-4686-9372-ECFD5CAA57C7</div>
 </li>
 </ul>
 <a name="CONDFORMAT">
@@ -209,8 +264,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>CONDFORMAT</h4>
-<pre>public static final&nbsp;int CONDFORMAT</pre>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.ss.formula.FormulaType.CONDFORMAT">Constant Field Values</a></dd></dl>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a> CONDFORMAT</pre>
+<div class="block">Conditional formatting</div>
 </li>
 </ul>
 <a name="NAMEDRANGE">
@@ -219,8 +274,8 @@ extends java.lang.Object</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>NAMEDRANGE</h4>
-<pre>public static final&nbsp;int NAMEDRANGE</pre>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.ss.formula.FormulaType.NAMEDRANGE">Constant Field Values</a></dd></dl>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a> NAMEDRANGE</pre>
+<div class="block">Named range</div>
 </li>
 </ul>
 <a name="DATAVALIDATION_LIST">
@@ -229,8 +284,62 @@ extends java.lang.Object</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DATAVALIDATION_LIST</h4>
-<pre>public static final&nbsp;int DATAVALIDATION_LIST</pre>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.poi.ss.formula.FormulaType.DATAVALIDATION_LIST">Constant Field Values</a></dd></dl>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a> DATAVALIDATION_LIST</pre>
+<div class="block">This constant is currently very specific.  The exact differences from general data
+ validation formulas or conditional format formulas is not known yet</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="values()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>values</h4>
+<pre>public static&nbsp;<a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>[]&nbsp;values()</pre>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.  This method may be used to iterate
+over the constants as follows:
+<pre>
+for (FormulaType c : FormulaType.values())
+&nbsp;   System.out.println(c);
+</pre></div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl>
+</li>
+</ul>
+<a name="valueOf(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>valueOf</h4>
+<pre>public static&nbsp;<a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the enum constant of this type with the specified name.
+The string must match <i>exactly</i> an identifier used to declare an
+enum constant in this type.  (Extraneous whitespace characters are 
+not permitted.)</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
+<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
+</li>
+</ul>
+<a name="forInt(int)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>forInt</h4>
+<pre>public static&nbsp;<a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&nbsp;forInt(int&nbsp;code)</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3. Used to transition code from <code>int</code>s to <code>FormulaType</code>s.</i></div>
 </li>
 </ul>
 </li>
@@ -285,15 +394,15 @@ extends java.lang.Object</pre>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
+<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</li>
-<li>Method</li>
+<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
 </ul>
 </div>
 <a name="skip-navbar_bottom">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/IStabilityClassifier.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/IStabilityClassifier.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/IStabilityClassifier.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/IStabilityClassifier.html Mon Jul  4 13:28:24 2016
@@ -34,7 +34,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="class in org.apache.poi.ss.formula"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/ss/formula/NameIdentifier.html" title="class in org.apache.poi.ss.formula"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -115,7 +115,7 @@
  <li>To retain freedom to change any cell definition at any time, an application may classify all
  cells as 'not final'.  This freedom comes at the expense of greater memory consumption.</li>
  <li>For the purpose of these classifications, setting the cached formula result of a cell (for 
- example in <a href="../../../../../org/apache/poi/ss/usermodel/FormulaEvaluator.html#evaluateFormulaCell(org.apache.poi.ss.usermodel.Cell)"><code>FormulaEvaluator.evaluateFormulaCell(org.apache.poi.ss.usermodel.Cell)</code></a>)
+ example in <a href="../../../../../org/apache/poi/ss/usermodel/FormulaEvaluator.html#evaluateFormulaCellEnum(org.apache.poi.ss.usermodel.Cell)"><code>FormulaEvaluator.evaluateFormulaCellEnum(org.apache.poi.ss.usermodel.Cell)</code></a>)
  does not constitute changing the definition of the cell.</li>
  <li>Updating cells which have been classified as 'final' will cause the evaluator to behave 
  unpredictably (typically ignoring the update).</li> 
@@ -248,7 +248,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="class in org.apache.poi.ss.formula"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/poi/ss/formula/NameIdentifier.html" title="class in org.apache.poi.ss.formula"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParseException.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParseException.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParseException.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParseException.html Mon Jul  4 13:28:24 2016
@@ -112,16 +112,37 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
+<td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType)">parse</a></strong>(java.lang.String&nbsp;formula,
+     <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
+     <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&nbsp;formulaType)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
+<td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
+     <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
+     <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&nbsp;formulaType,
+     int&nbsp;sheetIndex)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
 <td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
      <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
-     int&nbsp;formulaType)</code>&nbsp;</td>
+     int&nbsp;formulaType)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType)"><code>HSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType)</code></a> instead.</i></div>
+</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
 <td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20int,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
      <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
      int&nbsp;formulaType,
-     int&nbsp;sheetIndex)</code>&nbsp;</td>
+     int&nbsp;sheetIndex)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType,%20int)"><code>HSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType, int)</code></a> instead.</i></div>
+</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParsingWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParsingWorkbook.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParsingWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaParsingWorkbook.html Mon Jul  4 13:28:24 2016
@@ -131,9 +131,9 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
-<td class="colLast"><span class="strong">FormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/ss/formula/FormulaParser.html#parse(java.lang.String,%20org.apache.poi.ss.formula.FormulaParsingWorkbook,%20int,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
+<td class="colLast"><span class="strong">FormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/ss/formula/FormulaParser.html#parse(java.lang.String,%20org.apache.poi.ss.formula.FormulaParsingWorkbook,%20org.apache.poi.ss.formula.FormulaType,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
      <a href="../../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html" title="interface in org.apache.poi.ss.formula">FormulaParsingWorkbook</a>&nbsp;workbook,
-     int&nbsp;formulaType,
+     <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&nbsp;formulaType,
      int&nbsp;sheetIndex)</code>
 <div class="block">Parse a formula into an array of tokens
  Side effect: creates name (<a href="../../../../../../org/apache/poi/ss/usermodel/Workbook.html#createName()"><code>Workbook.createName()</code></a>)
@@ -142,9 +142,9 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
-<td class="colLast"><span class="strong">FormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/ss/formula/FormulaParser.html#parse(java.lang.String,%20org.apache.poi.ss.formula.FormulaParsingWorkbook,%20int,%20int,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
+<td class="colLast"><span class="strong">FormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/ss/formula/FormulaParser.html#parse(java.lang.String,%20org.apache.poi.ss.formula.FormulaParsingWorkbook,%20org.apache.poi.ss.formula.FormulaType,%20int,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
      <a href="../../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html" title="interface in org.apache.poi.ss.formula">FormulaParsingWorkbook</a>&nbsp;workbook,
-     int&nbsp;formulaType,
+     <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&nbsp;formulaType,
      int&nbsp;sheetIndex,
      int&nbsp;rowIndex)</code>
 <div class="block">Parse a formula into an array of tokens

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaType.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaType.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaType.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/FormulaType.html Mon Jul  4 13:28:24 2016
@@ -24,7 +24,7 @@
 <ul class="navList" title="Navigation">
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="class in org.apache.poi.ss.formula">Class</a></li>
+<li><a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">Class</a></li>
 <li class="navBarCell1Rev">Use</li>
 <li><a href="../package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
@@ -63,7 +63,131 @@
 <div class="header">
 <h2 title="Uses of Class org.apache.poi.ss.formula.FormulaType" class="title">Uses of Class<br>org.apache.poi.ss.formula.FormulaType</h2>
 </div>
-<div class="classUseContainer">No usage of org.apache.poi.ss.formula.FormulaType</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.hssf.model">org.apache.poi.hssf.model</a></td>
+<td class="colLast">
+<div class="block">Provides low level API structures for reading, writing, modifying XLS files.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.poi.ss.formula">org.apache.poi.ss.formula</a></td>
+<td class="colLast">
+<div class="block">This package contains common internal POI code for manipulating formulas.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.poi.hssf.model">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a> in <a href="../../../../../../org/apache/poi/hssf/model/package-summary.html">org.apache.poi.hssf.model</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/hssf/model/package-summary.html">org.apache.poi.hssf.model</a> with parameters of type <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
+<td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType)">parse</a></strong>(java.lang.String&nbsp;formula,
+     <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
+     <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&nbsp;formulaType)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
+<td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
+     <a href="../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
+     <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&nbsp;formulaType,
+     int&nbsp;sheetIndex)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.ss.formula">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a> in <a href="../../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a> that return <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a></code></td>
+<td class="colLast"><span class="strong">FormulaType.</span><code><strong><a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html#forInt(int)">forInt</a></strong>(int&nbsp;code)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3. Used to transition code from <code>int</code>s to <code>FormulaType</code>s.</i></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a></code></td>
+<td class="colLast"><span class="strong">FormulaType.</span><code><strong><a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>[]</code></td>
+<td class="colLast"><span class="strong">FormulaType.</span><code><strong><a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</a> with parameters of type <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
+<td class="colLast"><span class="strong">FormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/ss/formula/FormulaParser.html#parse(java.lang.String,%20org.apache.poi.ss.formula.FormulaParsingWorkbook,%20org.apache.poi.ss.formula.FormulaType,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
+     <a href="../../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html" title="interface in org.apache.poi.ss.formula">FormulaParsingWorkbook</a>&nbsp;workbook,
+     <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&nbsp;formulaType,
+     int&nbsp;sheetIndex)</code>
+<div class="block">Parse a formula into an array of tokens
+ Side effect: creates name (<a href="../../../../../../org/apache/poi/ss/usermodel/Workbook.html#createName()"><code>Workbook.createName()</code></a>)
+     if formula contains unrecognized names (names are likely UDFs)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
+<td class="colLast"><span class="strong">FormulaParser.</span><code><strong><a href="../../../../../../org/apache/poi/ss/formula/FormulaParser.html#parse(java.lang.String,%20org.apache.poi.ss.formula.FormulaParsingWorkbook,%20org.apache.poi.ss.formula.FormulaType,%20int,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
+     <a href="../../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html" title="interface in org.apache.poi.ss.formula">FormulaParsingWorkbook</a>&nbsp;workbook,
+     <a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&nbsp;formulaType,
+     int&nbsp;sheetIndex,
+     int&nbsp;rowIndex)</code>
+<div class="block">Parse a formula into an array of tokens
+ Side effect: creates name (<a href="../../../../../../org/apache/poi/ss/usermodel/Workbook.html#createName()"><code>Workbook.createName()</code></a>)
+     if formula contains unrecognized names (names are likely UDFs)</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
 <!--   -->
@@ -73,7 +197,7 @@
 <ul class="navList" title="Navigation">
 <li><a href="../../../../../../overview-summary.html">Overview</a></li>
 <li><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="class in org.apache.poi.ss.formula">Class</a></li>
+<li><a href="../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">Class</a></li>
 <li class="navBarCell1Rev">Use</li>
 <li><a href="../package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/RefEval.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/RefEval.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/RefEval.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/RefEval.html Mon Jul  4 13:28:24 2016
@@ -99,8 +99,8 @@ extends <a href="../../../../../../org/a
 <div class="block">RefEval is the super interface for Ref2D and Ref3DEval. Basically a RefEval
  impl should contain reference to the original ReferencePtg or Ref3DPtg as
  well as the final "value" resulting from the evaluation of the cell
- reference. Thus if the Cell has type CELL_TYPE_NUMERIC, the contained
- value object should be of type NumberEval; if cell type is CELL_TYPE_STRING,
+ reference. Thus if the Cell has type <a href="../../../../../../org/apache/poi/ss/usermodel/CellType.html#NUMERIC"><code>CellType.NUMERIC</code></a>, the contained
+ value object should be of type NumberEval; if cell type is <a href="../../../../../../org/apache/poi/ss/usermodel/CellType.html#STRING"><code>CellType.STRING</code></a>,
  contained value object should be of type StringEval</div>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/package-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/package-frame.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/package-frame.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/package-frame.html Mon Jul  4 13:28:24 2016
@@ -34,7 +34,6 @@
 <li><a href="FormulaParser.html" title="class in org.apache.poi.ss.formula" target="classFrame">FormulaParser</a></li>
 <li><a href="FormulaRenderer.html" title="class in org.apache.poi.ss.formula" target="classFrame">FormulaRenderer</a></li>
 <li><a href="FormulaShifter.html" title="class in org.apache.poi.ss.formula" target="classFrame">FormulaShifter</a></li>
-<li><a href="FormulaType.html" title="class in org.apache.poi.ss.formula" target="classFrame">FormulaType</a></li>
 <li><a href="NameIdentifier.html" title="class in org.apache.poi.ss.formula" target="classFrame">NameIdentifier</a></li>
 <li><a href="OperationEvaluationContext.html" title="class in org.apache.poi.ss.formula" target="classFrame">OperationEvaluationContext</a></li>
 <li><a href="SharedFormula.html" title="class in org.apache.poi.ss.formula" target="classFrame">SharedFormula</a></li>
@@ -43,6 +42,10 @@
 <li><a href="SheetRangeIdentifier.html" title="class in org.apache.poi.ss.formula" target="classFrame">SheetRangeIdentifier</a></li>
 <li><a href="WorkbookEvaluator.html" title="class in org.apache.poi.ss.formula" target="classFrame">WorkbookEvaluator</a></li>
 </ul>
+<h2 title="Enums">Enums</h2>
+<ul title="Enums">
+<li><a href="FormulaType.html" title="enum in org.apache.poi.ss.formula" target="classFrame">FormulaType</a></li>
+</ul>
 <h2 title="Exceptions">Exceptions</h2>
 <ul title="Exceptions">
 <li><a href="CollaboratingWorkbooksEnvironment.WorkbookNotFoundException.html" title="class in org.apache.poi.ss.formula" target="classFrame">CollaboratingWorkbooksEnvironment.WorkbookNotFoundException</a></li>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/package-summary.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/package-summary.html Mon Jul  4 13:28:24 2016
@@ -228,18 +228,10 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="class in org.apache.poi.ss.formula">FormulaType</a></td>
-<td class="colLast">
-<div class="block">Enumeration of various formula types.<br/>
-
- For POI internal use only</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/NameIdentifier.html" title="class in org.apache.poi.ss.formula">NameIdentifier</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html" title="class in org.apache.poi.ss.formula">OperationEvaluationContext</a></td>
 <td class="colLast">
 <div class="block">Contains all the contextual information required to evaluate an operation
@@ -248,27 +240,27 @@
  For POI internal use only</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/SharedFormula.html" title="class in org.apache.poi.ss.formula">SharedFormula</a></td>
 <td class="colLast">
 <div class="block">Encapsulates logic to convert shared formulaa into non shared equivalent</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/SheetIdentifier.html" title="class in org.apache.poi.ss.formula">SheetIdentifier</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/SheetNameFormatter.html" title="class in org.apache.poi.ss.formula">SheetNameFormatter</a></td>
 <td class="colLast">
 <div class="block">Formats sheet names for use in formula expressions.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/SheetRangeIdentifier.html" title="class in org.apache.poi.ss.formula">SheetRangeIdentifier</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/WorkbookEvaluator.html" title="class in org.apache.poi.ss.formula">WorkbookEvaluator</a></td>
 <td class="colLast">
 <div class="block">Evaluates formula cells.<p/>
@@ -278,6 +270,23 @@
 </td>
 </tr>
 </tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
+<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Enum</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a></td>
+<td class="colLast">
+<div class="block">Enumeration of various formula types.</div>
+</td>
+</tr>
+</tbody>
 </table>
 </li>
 <li class="blockList">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/package-tree.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/package-tree.html Mon Jul  4 13:28:24 2016
@@ -83,7 +83,6 @@
 <li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/FormulaParser.html" title="class in org.apache.poi.ss.formula"><span class="strong">FormulaParser</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/FormulaRenderer.html" title="class in org.apache.poi.ss.formula"><span class="strong">FormulaRenderer</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula"><span class="strong">FormulaShifter</span></a></li>
-<li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="class in org.apache.poi.ss.formula"><span class="strong">FormulaType</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/NameIdentifier.html" title="class in org.apache.poi.ss.formula"><span class="strong">NameIdentifier</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html" title="class in org.apache.poi.ss.formula"><span class="strong">OperationEvaluationContext</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/SharedFormula.html" title="class in org.apache.poi.ss.formula"><span class="strong">SharedFormula</span></a></li>
@@ -138,6 +137,18 @@
 <li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/WorkbookDependentFormula.html" title="interface in org.apache.poi.ss.formula"><span class="strong">WorkbookDependentFormula</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/WorkbookEvaluatorProvider.html" title="interface in org.apache.poi.ss.formula"><span class="strong">WorkbookEvaluatorProvider</span></a></li>
 </ul>
+<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
+<ul>
+<li type="circle">org.apache.poi.ss.formula.<a href="../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula"><span class="strong">FormulaType</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/package-use.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/package-use.html Mon Jul  4 13:28:24 2016
@@ -178,6 +178,11 @@
 <div class="block">Updates Formulas as rows or sheets are shifted</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/FormulaType.html#org.apache.poi.hssf.model">FormulaType</a>
+<div class="block">Enumeration of various formula types.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -406,28 +411,33 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/FormulaType.html#org.apache.poi.ss.formula">FormulaType</a>
+<div class="block">Enumeration of various formula types.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/IStabilityClassifier.html#org.apache.poi.ss.formula">IStabilityClassifier</a>
 <div class="block">Used to help optimise cell evaluation result caching by allowing applications to specify which
  parts of a workbook are <em>final</em>.<br/>
  The term <b>final</b> is introduced here to denote immutability or 'having constant definition'.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/NameIdentifier.html#org.apache.poi.ss.formula">NameIdentifier</a>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/SheetIdentifier.html#org.apache.poi.ss.formula">SheetIdentifier</a>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/SheetRange.html#org.apache.poi.ss.formula">SheetRange</a>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/TwoDEval.html#org.apache.poi.ss.formula">TwoDEval</a>
 <div class="block">Common interface of <a href="../../../../../org/apache/poi/ss/formula/eval/AreaEval.html" title="interface in org.apache.poi.ss.formula.eval"><code>AreaEval</code></a> and <a href="../../../../../org/apache/poi/ss/formula/eval/AreaEvalBase.html" title="class in org.apache.poi.ss.formula.eval"><code>AreaEvalBase</code></a>,
  for 2D (row+column) evaluations</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/ss/formula/class-use/WorkbookEvaluator.html#org.apache.poi.ss.formula">WorkbookEvaluator</a>
 <div class="block">Evaluates formula cells.<p/>
 

Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/Ptg.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/Ptg.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/Ptg.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/formula/ptg/class-use/Ptg.html Mon Jul  4 13:28:24 2016
@@ -154,16 +154,37 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
+<td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType)">parse</a></strong>(java.lang.String&nbsp;formula,
+     <a href="../../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
+     <a href="../../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&nbsp;formulaType)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
+<td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
+     <a href="../../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
+     <a href="../../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&nbsp;formulaType,
+     int&nbsp;sheetIndex)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
 <td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
      <a href="../../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
-     int&nbsp;formulaType)</code>&nbsp;</td>
+     int&nbsp;formulaType)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType)"><code>HSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType)</code></a> instead.</i></div>
+</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
 <td class="colLast"><span class="strong">HSSFFormulaParser.</span><code><strong><a href="../../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20int,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
      <a href="../../../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html" title="class in org.apache.poi.hssf.usermodel">HSSFWorkbook</a>&nbsp;workbook,
      int&nbsp;formulaType,
-     int&nbsp;sheetIndex)</code>&nbsp;</td>
+     int&nbsp;sheetIndex)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../../../org/apache/poi/hssf/model/HSSFFormulaParser.html#parse(java.lang.String,%20org.apache.poi.hssf.usermodel.HSSFWorkbook,%20org.apache.poi.ss.formula.FormulaType,%20int)"><code>HSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType, int)</code></a> instead.</i></div>
+</div>
+</td>
 </tr>
 </tbody>
 </table>
@@ -563,9 +584,9 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
-<td class="colLast"><span class="strong">FormulaParser.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/FormulaParser.html#parse(java.lang.String,%20org.apache.poi.ss.formula.FormulaParsingWorkbook,%20int,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
+<td class="colLast"><span class="strong">FormulaParser.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/FormulaParser.html#parse(java.lang.String,%20org.apache.poi.ss.formula.FormulaParsingWorkbook,%20org.apache.poi.ss.formula.FormulaType,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
      <a href="../../../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html" title="interface in org.apache.poi.ss.formula">FormulaParsingWorkbook</a>&nbsp;workbook,
-     int&nbsp;formulaType,
+     <a href="../../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&nbsp;formulaType,
      int&nbsp;sheetIndex)</code>
 <div class="block">Parse a formula into an array of tokens
  Side effect: creates name (<a href="../../../../../../../org/apache/poi/ss/usermodel/Workbook.html#createName()"><code>Workbook.createName()</code></a>)
@@ -574,9 +595,9 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../org/apache/poi/ss/formula/ptg/Ptg.html" title="class in org.apache.poi.ss.formula.ptg">Ptg</a>[]</code></td>
-<td class="colLast"><span class="strong">FormulaParser.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/FormulaParser.html#parse(java.lang.String,%20org.apache.poi.ss.formula.FormulaParsingWorkbook,%20int,%20int,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
+<td class="colLast"><span class="strong">FormulaParser.</span><code><strong><a href="../../../../../../../org/apache/poi/ss/formula/FormulaParser.html#parse(java.lang.String,%20org.apache.poi.ss.formula.FormulaParsingWorkbook,%20org.apache.poi.ss.formula.FormulaType,%20int,%20int)">parse</a></strong>(java.lang.String&nbsp;formula,
      <a href="../../../../../../../org/apache/poi/ss/formula/FormulaParsingWorkbook.html" title="interface in org.apache.poi.ss.formula">FormulaParsingWorkbook</a>&nbsp;workbook,
-     int&nbsp;formulaType,
+     <a href="../../../../../../../org/apache/poi/ss/formula/FormulaType.html" title="enum in org.apache.poi.ss.formula">FormulaType</a>&nbsp;formulaType,
      int&nbsp;sheetIndex,
      int&nbsp;rowIndex)</code>
 <div class="block">Parse a formula into an array of tokens



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