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 [8/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/xssf/streaming/SXSSFCell.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFCell.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFCell.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFCell.html Mon Jul  4 13:28:24 2016
@@ -135,8 +135,17 @@ implements <a href="../../../../../org/a
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#SXSSFCell(org.apache.poi.xssf.streaming.SXSSFRow,%20org.apache.poi.ss.usermodel.CellType)">SXSSFCell</a></strong>(<a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html" title="class in org.apache.poi.xssf.streaming">SXSSFRow</a>&nbsp;row,
+         <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;cellType)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#SXSSFCell(org.apache.poi.xssf.streaming.SXSSFRow,%20int)">SXSSFCell</a></strong>(<a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html" title="class in org.apache.poi.xssf.streaming">SXSSFRow</a>&nbsp;row,
-         int&nbsp;cellType)</code>&nbsp;</td>
+         int&nbsp;cellType)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3.
+ Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
+</div>
+</td>
 </tr>
 </table>
 </li>
@@ -178,29 +187,47 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCachedFormulaResultTypeEnum()">getCachedFormulaResultTypeEnum</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3.
+ Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/Comment.html" title="interface in org.apache.poi.ss.usermodel">Comment</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellComment()">getCellComment</a></strong>()</code>
 <div class="block">Returns comment associated with this cell</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellFormula()">getCellFormula</a></strong>()</code>
 <div class="block">Return a formula for the cell, for example, <code>SUM(C4:E4)</code></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellStyle()">getCellStyle</a></strong>()</code>
 <div class="block">Return the cell's style.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellType()">getCellType</a></strong>()</code>
 <div class="block">Return the cell type.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellTypeEnum()">getCellTypeEnum</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3
+ Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
+</div>
+</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getColumnIndex()">getColumnIndex</a></strong>()</code>
@@ -307,54 +334,63 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#setCellType(int)">setCellType</a></strong>(int&nbsp;cellType)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#setCellType(org.apache.poi.ss.usermodel.CellType)">setCellType</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;cellType)</code>
 <div class="block">Set the cells type (numeric, formula or string)</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#setCellType(int)">setCellType</a></strong>(int&nbsp;cellType)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#setCellType(org.apache.poi.ss.usermodel.CellType)"><code>setCellType(CellType)</code></a> instead.
+ Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#setCellValue(boolean)">setCellValue</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Set a boolean value for the cell</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#setCellValue(java.util.Calendar)">setCellValue</a></strong>(java.util.Calendar&nbsp;value)</code>
 <div class="block">Set a date value for the cell.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#setCellValue(java.util.Date)">setCellValue</a></strong>(java.util.Date&nbsp;value)</code>
 <div class="block">Converts the supplied date to its equivalent Excel numeric value and sets
  that into the cell.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#setCellValue(double)">setCellValue</a></strong>(double&nbsp;value)</code>
 <div class="block">Set a numeric value for the cell</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#setCellValue(org.apache.poi.ss.usermodel.RichTextString)">setCellValue</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/RichTextString.html" title="interface in org.apache.poi.ss.usermodel">RichTextString</a>&nbsp;value)</code>
 <div class="block">Set a rich string value for the cell.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#setCellValue(java.lang.String)">setCellValue</a></strong>(java.lang.String&nbsp;value)</code>
 <div class="block">Set a string value for the cell.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#setHyperlink(org.apache.poi.ss.usermodel.Hyperlink)">setHyperlink</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Hyperlink.html" title="interface in org.apache.poi.ss.usermodel">Hyperlink</a>&nbsp;link)</code>
 <div class="block">Assign a hyperlink to this cell.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.String</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#toString()">toString</a></strong>()</code>
 <div class="block">Returns a string representation of the cell</div>
@@ -385,11 +421,23 @@ implements <a href="../../../../../org/a
 <a name="SXSSFCell(org.apache.poi.xssf.streaming.SXSSFRow, int)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>SXSSFCell</h4>
 <pre>public&nbsp;SXSSFCell(<a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html" title="class in org.apache.poi.xssf.streaming">SXSSFRow</a>&nbsp;row,
          int&nbsp;cellType)</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3.
+ Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
+</li>
+</ul>
+<a name="SXSSFCell(org.apache.poi.xssf.streaming.SXSSFRow, org.apache.poi.ss.usermodel.CellType)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>SXSSFCell</h4>
+<pre>public&nbsp;SXSSFCell(<a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html" title="class in org.apache.poi.xssf.streaming">SXSSFRow</a>&nbsp;row,
+         <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;cellType)</pre>
 </li>
 </ul>
 </li>
@@ -477,17 +525,34 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>setCellType</h4>
 <pre>public&nbsp;void&nbsp;setCellType(int&nbsp;cellType)</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#setCellType(org.apache.poi.ss.usermodel.CellType)"><code>setCellType(CellType)</code></a> instead.
+ Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
 <div class="block">Set the cells type (numeric, formula or string)</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#setCellType(int)">setCellType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></code></dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.IllegalArgumentException</code> - if the specified cell type is invalid</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_NUMERIC"><code>Cell.CELL_TYPE_NUMERIC</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_STRING"><code>Cell.CELL_TYPE_STRING</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_FORMULA"><code>Cell.CELL_TYPE_FORMULA</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BLANK"><code>Cell.CELL_TYPE_BLANK</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BOOLEAN"><code>Cell.CELL_TYPE_BOOLEAN</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_ERROR"><code>Cell.CELL_TYPE_ERROR</code></a></dd></dl>
+<dd><code>java.lang.IllegalArgumentException</code> - if the specified cell type is invalid</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#NUMERIC"><code>CellType.NUMERIC</code></a>, 
+<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#STRING"><code>CellType.STRING</code></a>, 
+<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#FORMULA"><code>CellType.FORMULA</code></a>, 
+<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BLANK"><code>CellType.BLANK</code></a>, 
+<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BOOLEAN"><code>CellType.BOOLEAN</code></a>, 
+<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#ERROR"><code>CellType.ERROR</code></a></dd></dl>
+</li>
+</ul>
+<a name="setCellType(org.apache.poi.ss.usermodel.CellType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCellType</h4>
+<pre>public&nbsp;void&nbsp;setCellType(<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;cellType)</pre>
+<div class="block">Set the cells type (numeric, formula or string)</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#setCellType(org.apache.poi.ss.usermodel.CellType)">setCellType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if the specified cell type is invalid</dd></dl>
 </li>
 </ul>
 <a name="getCellType()">
@@ -501,12 +566,25 @@ implements <a href="../../../../../org/a
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getCellType()">getCellType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>the cell type</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BLANK"><code>Cell.CELL_TYPE_BLANK</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_NUMERIC"><code>Cell.CELL_TYPE_NUMERIC</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_STRING"><code>Cell.CELL_TYPE_STRING</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_FORMULA"><code>Cell.CELL_TYPE_FORMULA</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BOOLEAN"><code>Cell.CELL_TYPE_BOOLEAN</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_ERROR"><code>Cell.CELL_TYPE_ERROR</code></a></dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd>the cell type</dd></dl>
+</li>
+</ul>
+<a name="getCellTypeEnum()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCellTypeEnum</h4>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;getCellTypeEnum()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3
+ Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
+<div class="block">Return the cell type.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getCellTypeEnum()">getCellTypeEnum</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the cell type</dd><dt><span class="strong">Since:</span></dt>
+  <dd>POI 3.15 beta 3</dd></dl>
 </li>
 </ul>
 <a name="getCachedFormulaResultType()">
@@ -520,11 +598,31 @@ implements <a href="../../../../../org/a
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getCachedFormulaResultType()">getCachedFormulaResultType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>one of (<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_NUMERIC"><code>Cell.CELL_TYPE_NUMERIC</code></a>, <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_STRING"><code>Cell.CELL_TYPE_STRING</code></a>,
-     <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BOOLEAN"><code>Cell.CELL_TYPE_BOOLEAN</code></a>, <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_ERROR"><code>Cell.CELL_TYPE_ERROR</code></a>) depending
+<dt><span class="strong">Returns:</span></dt><dd>one of (<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#NUMERIC"><code>CellType.NUMERIC</code></a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#STRING"><code>CellType.STRING</code></a>,
+     <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BOOLEAN"><code>CellType.BOOLEAN</code></a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#ERROR"><code>CellType.ERROR</code></a>) depending
  on the cached value of the formula</dd></dl>
 </li>
 </ul>
+<a name="getCachedFormulaResultTypeEnum()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCachedFormulaResultTypeEnum</h4>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;getCachedFormulaResultTypeEnum()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3.
+ Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
+<div class="block">Only valid for formula cells</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getCachedFormulaResultTypeEnum()">getCachedFormulaResultTypeEnum</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>one of (<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#NUMERIC"><code>CellType.NUMERIC</code></a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#STRING"><code>CellType.STRING</code></a>,
+     <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BOOLEAN"><code>CellType.BOOLEAN</code></a>, <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#ERROR"><code>CellType.ERROR</code></a>) depending
+ on the cached value of the formula</dd><dt><span class="strong">Since:</span></dt>
+  <dd>POI 3.15 beta 3</dd></dl>
+</li>
+</ul>
 <a name="setCellValue(double)">
 <!--   -->
 </a>
@@ -554,7 +652,7 @@ implements <a href="../../../../../org/a
  <b>Note</b> - There is actually no 'DATE' cell type in Excel. In many
  cases (when entering date values), Excel automatically adjusts the
  <i>cell style</i> to some date format, creating the illusion that the cell
- data type is now something besides <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_NUMERIC"><code>Cell.CELL_TYPE_NUMERIC</code></a>.  POI
+ data type is now something besides <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#NUMERIC"><code>CellType.NUMERIC</code></a>.  POI
  does not attempt to replicate this behaviour.  To make a numeric cell
  display as a date, use <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#setCellStyle(org.apache.poi.ss.usermodel.CellStyle)"><code>setCellStyle(CellStyle)</code></a> etc.</div>
 <dl>
@@ -659,7 +757,7 @@ implements <a href="../../../../../org/a
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getCellFormula()">getCellFormula</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>a formula for the cell</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.IllegalStateException</code> - if the cell type returned by <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellType()"><code>getCellType()</code></a> is not CELL_TYPE_FORMULA</dd></dl>
+<dd><code>java.lang.IllegalStateException</code> - if the cell type returned by <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellTypeEnum()"><code>getCellTypeEnum()</code></a> is not CellType.FORMULA</dd></dl>
 </li>
 </ul>
 <a name="getNumericCellValue()">
@@ -679,7 +777,7 @@ implements <a href="../../../../../org/a
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getNumericCellValue()">getNumericCellValue</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>the value of the cell as a number</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.IllegalStateException</code> - if the cell type returned by <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellType()"><code>getCellType()</code></a> is CELL_TYPE_STRING</dd>
+<dd><code>java.lang.IllegalStateException</code> - if the cell type returned by <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellTypeEnum()"><code>getCellTypeEnum()</code></a> is CellType.STRING</dd>
 <dd><code>java.lang.NumberFormatException</code> - if the cell value isn't a parsable <code>double</code>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/DataFormatter.html" title="class in org.apache.poi.ss.usermodel"><code>for turning this number into a string similar to that which Excel would render this number as.</code></a></dd></dl>
 </li>
 </ul>
@@ -699,7 +797,7 @@ implements <a href="../../../../../org/a
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getDateCellValue()">getDateCellValue</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>the value of the cell as a date</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.IllegalStateException</code> - if the cell type returned by <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellType()"><code>getCellType()</code></a> is CELL_TYPE_STRING</dd>
+<dd><code>java.lang.IllegalStateException</code> - if the cell type returned by <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellTypeEnum()"><code>getCellTypeEnum()</code></a> is CellType.STRING</dd>
 <dd><code>java.lang.NumberFormatException</code> - if the cell value isn't a parsable <code>double</code>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/DataFormatter.html" title="class in org.apache.poi.ss.usermodel"><code>for formatting  this date into a string similar to how excel does.</code></a></dd></dl>
 </li>
 </ul>
@@ -788,8 +886,8 @@ implements <a href="../../../../../org/a
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getBooleanCellValue()">getBooleanCellValue</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>the value of the cell as a boolean</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.IllegalStateException</code> - if the cell type returned by <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellType()"><code>getCellType()</code></a>
-   is not CELL_TYPE_BOOLEAN, CELL_TYPE_BLANK or CELL_TYPE_FORMULA</dd></dl>
+<dd><code>java.lang.IllegalStateException</code> - if the cell type returned by <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellTypeEnum()"><code>getCellTypeEnum()</code></a>
+   is not CellType.BOOLEAN, CellType.BLANK or CellType.FORMULA</dd></dl>
 </li>
 </ul>
 <a name="getErrorCellValue()">
@@ -809,7 +907,7 @@ implements <a href="../../../../../org/a
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#getErrorCellValue()">getErrorCellValue</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a></code></dd>
 <dt><span class="strong">Returns:</span></dt><dd>the value of the cell as an error code</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.lang.IllegalStateException</code> - if the cell type returned by <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellType()"><code>getCellType()</code></a> isn't CELL_TYPE_ERROR</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/FormulaError.html" title="enum in org.apache.poi.ss.usermodel"><code>for error codes</code></a></dd></dl>
+<dd><code>java.lang.IllegalStateException</code> - if the cell type returned by <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#getCellTypeEnum()"><code>getCellTypeEnum()</code></a> isn't CellType.ERROR</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/FormulaError.html" title="enum in org.apache.poi.ss.usermodel"><code>for error codes</code></a></dd></dl>
 </li>
 </ul>
 <a name="setCellStyle(org.apache.poi.ss.usermodel.CellStyle)">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFFormulaEvaluator.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFFormulaEvaluator.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFFormulaEvaluator.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFFormulaEvaluator.html Mon Jul  4 13:28:24 2016
@@ -205,7 +205,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.xssf.usermodel.<a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html" title="class in org.apache.poi.xssf.usermodel">BaseXSSFFormulaEvaluator</a></h3>
-<code><a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#_getWorkbookEvaluator()">_getWorkbookEvaluator</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#clearAllCachedResultValues()">clearAllCachedResultValues</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#doEvaluateInCell(org.apache.poi.ss.usermodel.Cell)">doEvaluateInCell</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#evaluate(org.apache.poi.ss.usermodel.Cell)">evaluate</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#evaluateFormulaCell(org.apache.poi.ss.usermodel.Cell)">evaluateFormulaCell</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#notifyDeleteCell(org.apache.poi.ss.usermodel.Cell)">notifyDeleteCell</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#not
 ifySetFormula(org.apache.poi.ss.usermodel.Cell)">notifySetFormula</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#notifyUpdateCell(org.apache.poi.ss.usermodel.Cell)">notifyUpdateCell</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#setDebugEvaluationOutputForNextEval(boolean)">setDebugEvaluationOutputForNextEval</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#setIgnoreMissingWorkbooks(boolean)">setIgnoreMissingWorkbooks</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#setupReferencedWorkbooks(java.util.Map)">setupReferencedWorkbooks</a></code></li>
+<code><a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#_getWorkbookEvaluator()">_getWorkbookEvaluator</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#clearAllCachedResultValues()">clearAllCachedResultValues</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#doEvaluateInCell(org.apache.poi.ss.usermodel.Cell)">doEvaluateInCell</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#evaluate(org.apache.poi.ss.usermodel.Cell)">evaluate</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#evaluateFormulaCell(org.apache.poi.ss.usermodel.Cell)">evaluateFormulaCell</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#evaluateFormulaCellEnum(org.apache.poi.ss.usermodel.Cell)">evaluateFormulaCellEnum</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEval
 uator.html#notifyDeleteCell(org.apache.poi.ss.usermodel.Cell)">notifyDeleteCell</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#notifySetFormula(org.apache.poi.ss.usermodel.Cell)">notifySetFormula</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#notifyUpdateCell(org.apache.poi.ss.usermodel.Cell)">notifyUpdateCell</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#setDebugEvaluationOutputForNextEval(boolean)">setDebugEvaluationOutputForNextEval</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#setIgnoreMissingWorkbooks(boolean)">setIgnoreMissingWorkbooks</a>, <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#setupReferencedWorkbooks(java.util.Map)">setupReferencedWorkbooks</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -292,7 +292,7 @@ extends <a href="../../../../../org/apac
  </pre>
  Be aware that your cell value will be changed to hold the
   result of the formula. If you simply want the formula
-  value computed for you, use <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#evaluateFormulaCell(org.apache.poi.ss.usermodel.Cell)"><code>BaseXSSFFormulaEvaluator.evaluateFormulaCell(org.apache.poi.ss.usermodel.Cell)</code></a> }</div>
+  value computed for you, use <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#evaluateFormulaCellEnum(org.apache.poi.ss.usermodel.Cell)"><code>BaseXSSFFormulaEvaluator.evaluateFormulaCellEnum(org.apache.poi.ss.usermodel.Cell)</code></a> }</div>
 </li>
 </ul>
 <a name="evaluateAllFormulaCells(org.apache.poi.xssf.streaming.SXSSFWorkbook, boolean)">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFRow.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFRow.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFRow.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFRow.html Mon Jul  4 13:28:24 2016
@@ -217,158 +217,167 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#createCell(int,%20int)">createCell</a></strong>(int&nbsp;column,
-          int&nbsp;type)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#createCell(int,%20org.apache.poi.ss.usermodel.CellType)">createCell</a></strong>(int&nbsp;column,
+          <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;type)</code>
 <div class="block">Use this to create new cells within the row and return it.</div>
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#createCell(int,%20int)">createCell</a></strong>(int&nbsp;column,
+          int&nbsp;type)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#createCell(int,%20org.apache.poi.ss.usermodel.CellType)"><code>createCell(int, CellType)</code></a> instead.</i></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;obj)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getCell(int)">getCell</a></strong>(int&nbsp;cellnum)</code>
 <div class="block">Get the cell representing a given column (logical cell) 0-based.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getCell(int,%20org.apache.poi.ss.usermodel.Row.MissingCellPolicy)">getCell</a></strong>(int&nbsp;cellnum,
        <a href="../../../../../org/apache/poi/ss/usermodel/Row.MissingCellPolicy.html" title="enum in org.apache.poi.ss.usermodel">Row.MissingCellPolicy</a>&nbsp;policy)</code>
 <div class="block">Returns the cell at the given (0 based) index, with the specified <a href="../../../../../org/apache/poi/ss/usermodel/Row.MissingCellPolicy.html" title="enum in org.apache.poi.ss.usermodel"><code>Row.MissingCellPolicy</code></a></div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.Boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getCollapsed()">getCollapsed</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getFirstCellNum()">getFirstCellNum</a></strong>()</code>
 <div class="block">Get the number of the first cell contained in this row.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getHeight()">getHeight</a></strong>()</code>
 <div class="block">Get the row's height measured in twips (1/20th of a point).</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>float</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getHeightInPoints()">getHeightInPoints</a></strong>()</code>
 <div class="block">Returns row height measured in point size.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>java.lang.Boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getHidden()">getHidden</a></strong>()</code>
 <div class="block">get row hidden state: Hidden (true), Unhidden (false), Undefined (null)</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>short</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getLastCellNum()">getLastCellNum</a></strong>()</code>
 <div class="block">Gets the index of the last cell contained in this row <b>PLUS ONE</b>.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getOutlineLevel()">getOutlineLevel</a></strong>()</code>
 <div class="block">Returns the rows outline level.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getPhysicalNumberOfCells()">getPhysicalNumberOfCells</a></strong>()</code>
 <div class="block">Gets the number of defined cells (NOT number of cells in the actual row!).</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getRowNum()">getRowNum</a></strong>()</code>
 <div class="block">Get row number this row represents</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getRowStyle()">getRowStyle</a></strong>()</code>
 <div class="block">Returns the whole-row cell style.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html" title="class in org.apache.poi.xssf.streaming">SXSSFSheet</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getSheet()">getSheet</a></strong>()</code>
 <div class="block">Returns the Sheet this row belongs to</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getZeroHeight()">getZeroHeight</a></strong>()</code>
 <div class="block">Get whether or not to display this row with 0 height</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#hasCustomHeight()">hasCustomHeight</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#isFormatted()">isFormatted</a></strong>()</code>
 <div class="block">Is this row formatted? Most aren't, but some rows
   do have whole-row styles.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#iterator()">iterator</a></strong>()</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#removeCell(org.apache.poi.ss.usermodel.Cell)">removeCell</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&nbsp;cell)</code>
 <div class="block">Remove the Cell from this row.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#setCollapsed(java.lang.Boolean)">setCollapsed</a></strong>(java.lang.Boolean&nbsp;collapsed)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#setHeight(short)">setHeight</a></strong>(short&nbsp;height)</code>
 <div class="block">Set the row's height or set to ff (-1) for undefined/default-height.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#setHeightInPoints(float)">setHeightInPoints</a></strong>(float&nbsp;height)</code>
 <div class="block">Set the row's height in points.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#setHidden(java.lang.Boolean)">setHidden</a></strong>(java.lang.Boolean&nbsp;hidden)</code>
 <div class="block">set row hidden state: Hidden (true), Unhidden (false), Undefined (null)</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#setRowNum(int)">setRowNum</a></strong>(int&nbsp;rowNum)</code>
 <div class="block">Set the row number of this row.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#setRowStyle(org.apache.poi.ss.usermodel.CellStyle)">setRowStyle</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/CellStyle.html" title="interface in org.apache.poi.ss.usermodel">CellStyle</a>&nbsp;style)</code>
 <div class="block">Applies a whole-row cell styling to the row.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#setZeroHeight(boolean)">setZeroHeight</a></strong>(boolean&nbsp;zHeight)</code>
 <div class="block">Set whether or not to display this row with 0 height</div>
@@ -523,7 +532,7 @@ public&nbsp;SXSSFRow(<a href="../../../.
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a>&nbsp;createCell(int&nbsp;column)</pre>
 <div class="block">Use this to create new cells within the row and return it.
  <p>
- The cell that is returned is a <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BLANK"><code>Cell.CELL_TYPE_BLANK</code></a>. The type can be changed
+ The cell that is returned is a <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BLANK"><code>CellType.BLANK</code></a>. The type can be changed
  either through calling <code>setCellValue</code> or <code>setCellType</code>.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -543,9 +552,10 @@ public&nbsp;SXSSFRow(<a href="../../../.
 <h4>createCell</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a>&nbsp;createCell(int&nbsp;column,
                    int&nbsp;type)</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3. Use <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#createCell(int,%20org.apache.poi.ss.usermodel.CellType)"><code>createCell(int, CellType)</code></a> instead.</i></div>
 <div class="block">Use this to create new cells within the row and return it.
  <p>
- The cell that is returned is a <a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BLANK"><code>Cell.CELL_TYPE_BLANK</code></a>. The type can be changed
+ The cell that is returned is a <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BLANK"><code>CellType.BLANK</code></a>. The type can be changed
  either through calling setCellValue or setCellType.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -554,12 +564,34 @@ public&nbsp;SXSSFRow(<a href="../../../.
 <dt><span class="strong">Returns:</span></dt><dd>Cell a high level representation of the created cell.</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>java.lang.IllegalArgumentException</code> - if columnIndex < 0 or greate than a maximum number of supported columns
- (255 for *.xls, 1048576 for *.xlsx)</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BLANK"><code>Cell.CELL_TYPE_BLANK</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_BOOLEAN"><code>Cell.CELL_TYPE_BOOLEAN</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_ERROR"><code>Cell.CELL_TYPE_ERROR</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_FORMULA"><code>Cell.CELL_TYPE_FORMULA</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_NUMERIC"><code>Cell.CELL_TYPE_NUMERIC</code></a>, 
-<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html#CELL_TYPE_STRING"><code>Cell.CELL_TYPE_STRING</code></a></dd></dl>
+ (255 for *.xls, 1048576 for *.xlsx)</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BLANK"><code>CellType.BLANK</code></a>, 
+<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BOOLEAN"><code>CellType.BOOLEAN</code></a>, 
+<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#ERROR"><code>CellType.ERROR</code></a>, 
+<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#FORMULA"><code>CellType.FORMULA</code></a>, 
+<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#NUMERIC"><code>CellType.NUMERIC</code></a>, 
+<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#STRING"><code>CellType.STRING</code></a></dd></dl>
+</li>
+</ul>
+<a name="createCell(int, org.apache.poi.ss.usermodel.CellType)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createCell</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a>&nbsp;createCell(int&nbsp;column,
+                   <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;type)</pre>
+<div class="block">Use this to create new cells within the row and return it.
+ <p>
+ The cell that is returned is a <a href="../../../../../org/apache/poi/ss/usermodel/CellType.html#BLANK"><code>CellType.BLANK</code></a>. The type can be changed
+ either through calling setCellValue or setCellType.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Row.html#createCell(int,%20org.apache.poi.ss.usermodel.CellType)">createCell</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>column</code> - - the column number this cell represents</dd><dd><code>type</code> - - the cell's data type</dd>
+<dt><span class="strong">Returns:</span></dt><dd>Cell a high level representation of the created cell.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if columnIndex < 0 or greate than a maximum number of supported columns
+ (255 for *.xls, 1048576 for *.xlsx)</dd></dl>
 </li>
 </ul>
 <a name="removeCell(org.apache.poi.ss.usermodel.Cell)">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/streaming/class-use/SXSSFCell.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/class-use/SXSSFCell.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/class-use/SXSSFCell.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/class-use/SXSSFCell.html Mon Jul  4 13:28:24 2016
@@ -101,26 +101,35 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></code></td>
-<td class="colLast"><span class="strong">SXSSFRow.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#createCell(int,%20int)">createCell</a></strong>(int&nbsp;column,
-          int&nbsp;type)</code>
+<td class="colLast"><span class="strong">SXSSFRow.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#createCell(int,%20org.apache.poi.ss.usermodel.CellType)">createCell</a></strong>(int&nbsp;column,
+          <a href="../../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;type)</code>
 <div class="block">Use this to create new cells within the row and return it.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></code></td>
+<td class="colLast"><span class="strong">SXSSFRow.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#createCell(int,%20int)">createCell</a></strong>(int&nbsp;column,
+          int&nbsp;type)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3. Use <a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#createCell(int,%20org.apache.poi.ss.usermodel.CellType)"><code>SXSSFRow.createCell(int, CellType)</code></a> instead.</i></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></code></td>
 <td class="colLast"><span class="strong">SXSSFFormulaEvaluator.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFFormulaEvaluator.html#evaluateInCell(org.apache.poi.ss.usermodel.Cell)">evaluateInCell</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&nbsp;cell)</code>
 <div class="block">If cell contains formula, it evaluates the formula, and
   puts the formula result back into the cell, in place
   of the old formula.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></code></td>
 <td class="colLast"><span class="strong">SXSSFRow.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getCell(int)">getCell</a></strong>(int&nbsp;cellnum)</code>
 <div class="block">Get the cell representing a given column (logical cell) 0-based.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html" title="class in org.apache.poi.xssf.streaming">SXSSFCell</a></code></td>
 <td class="colLast"><span class="strong">SXSSFRow.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html#getCell(int,%20org.apache.poi.ss.usermodel.Row.MissingCellPolicy)">getCell</a></strong>(int&nbsp;cellnum,
        <a href="../../../../../../org/apache/poi/ss/usermodel/Row.MissingCellPolicy.html" title="enum in org.apache.poi.ss.usermodel">Row.MissingCellPolicy</a>&nbsp;policy)</code>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/streaming/class-use/SXSSFRow.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/class-use/SXSSFRow.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/class-use/SXSSFRow.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/class-use/SXSSFRow.html Mon Jul  4 13:28:24 2016
@@ -145,8 +145,17 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#SXSSFCell(org.apache.poi.xssf.streaming.SXSSFRow,%20org.apache.poi.ss.usermodel.CellType)">SXSSFCell</a></strong>(<a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html" title="class in org.apache.poi.xssf.streaming">SXSSFRow</a>&nbsp;row,
+         <a href="../../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;cellType)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFCell.html#SXSSFCell(org.apache.poi.xssf.streaming.SXSSFRow,%20int)">SXSSFCell</a></strong>(<a href="../../../../../../org/apache/poi/xssf/streaming/SXSSFRow.html" title="class in org.apache.poi.xssf.streaming">SXSSFRow</a>&nbsp;row,
-         int&nbsp;cellType)</code>&nbsp;</td>
+         int&nbsp;cellType)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3.
+ Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
+</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html?rev=1751281&r1=1751280&r2=1751281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html Mon Jul  4 13:28:24 2016
@@ -179,48 +179,56 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#evaluateFormulaCellEnum(org.apache.poi.ss.usermodel.Cell)">evaluateFormulaCellEnum</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&nbsp;cell)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 3. Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#notifyDeleteCell(org.apache.poi.ss.usermodel.Cell)">notifyDeleteCell</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&nbsp;cell)</code>
 <div class="block">Should be called to tell the cell value cache that the specified cell has just become a
  formula cell, or the formula text has changed</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#notifySetFormula(org.apache.poi.ss.usermodel.Cell)">notifySetFormula</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&nbsp;cell)</code>
 <div class="block">Should be called to tell the cell value cache that the specified (value or formula) cell 
  has changed.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#notifyUpdateCell(org.apache.poi.ss.usermodel.Cell)">notifyUpdateCell</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&nbsp;cell)</code>
 <div class="block">Should be called to tell the cell value cache that the specified (value or formula) cell
  has changed.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#setDebugEvaluationOutputForNextEval(boolean)">setDebugEvaluationOutputForNextEval</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Perform detailed output of formula evaluation for next evaluation only?
  Is for developer use only (also developers using POI for their XLS files).</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#setIgnoreMissingWorkbooks(boolean)">setIgnoreMissingWorkbooks</a></strong>(boolean&nbsp;ignore)</code>
 <div class="block">Whether to ignore missing references to external workbooks and
  use cached formula results in the main workbook instead.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#setupReferencedWorkbooks(java.util.Map)">setupReferencedWorkbooks</a></strong>(java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/poi/ss/usermodel/FormulaEvaluator.html" title="interface in org.apache.poi.ss.usermodel">FormulaEvaluator</a>&gt;&nbsp;evaluators)</code>
 <div class="block">Sets up the Formula Evaluator to be able to reference and resolve
   links to other workbooks, eg [Test.xls]Sheet1!A1.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected abstract <a href="../../../../../org/apache/poi/ss/formula/EvaluationCell.html" title="interface in org.apache.poi.ss.formula">EvaluationCell</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#toEvaluationCell(org.apache.poi.ss.usermodel.Cell)">toEvaluationCell</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&nbsp;cell)</code>
 <div class="block">Turns a XSSFCell / SXSSFCell into a XSSFEvaluationCell</div>
@@ -384,7 +392,37 @@ implements <a href="../../../../../org/a
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/FormulaEvaluator.html#evaluateFormulaCell(org.apache.poi.ss.usermodel.Cell)">evaluateFormulaCell</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/FormulaEvaluator.html" title="interface in org.apache.poi.ss.usermodel">FormulaEvaluator</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>cell</code> - The cell to evaluate</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The type of the formula result (the cell's type remains as HSSFCell.CELL_TYPE_FORMULA however)</dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd>The type of the formula result (the cell's type remains as CellType.FORMULA however)</dd></dl>
+</li>
+</ul>
+<a name="evaluateFormulaCellEnum(org.apache.poi.ss.usermodel.Cell)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>evaluateFormulaCellEnum</h4>
+<pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
+public&nbsp;<a href="../../../../../org/apache/poi/ss/usermodel/CellType.html" title="enum in org.apache.poi.ss.usermodel">CellType</a>&nbsp;evaluateFormulaCellEnum(<a href="../../../../../org/apache/poi/ss/usermodel/Cell.html" title="interface in org.apache.poi.ss.usermodel">Cell</a>&nbsp;cell)</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 3. Will be deleted when we make the CellType enum transition. See bug 59791.</i></div>
+<div class="block">If cell contains formula, it evaluates the formula,
+  and saves the result of the formula. The cell
+  remains as a formula cell.
+ Else if cell does not contain formula, this method leaves
+  the cell unchanged.
+ Note that the type of the formula result is returned,
+  so you know what kind of value is also stored with
+  the formula.
+ <pre>
+ CellType evaluatedCellType = evaluator.evaluateFormulaCellEnum(cell);
+ </pre>
+ Be aware that your cell will hold both the formula,
+  and the result. If you want the cell replaced with
+  the result of the formula, use <a href="../../../../../org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.html#evaluate(org.apache.poi.ss.usermodel.Cell)"><code>evaluate(org.apache.poi.ss.usermodel.Cell)</code></a> }</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/FormulaEvaluator.html#evaluateFormulaCellEnum(org.apache.poi.ss.usermodel.Cell)">evaluateFormulaCellEnum</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/FormulaEvaluator.html" title="interface in org.apache.poi.ss.usermodel">FormulaEvaluator</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>cell</code> - The cell to evaluate</dd>
+<dt><span class="strong">Returns:</span></dt><dd>The type of the formula result (the cell's type remains as CellType.FORMULA however)</dd></dl>
 </li>
 </ul>
 <a name="doEvaluateInCell(org.apache.poi.ss.usermodel.Cell)">



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