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

svn commit: r1717960 [6/6] - in /poi/site/publish/apidocs: ./ org/apache/poi/hssf/usermodel/ org/apache/poi/ss/usermodel/ org/apache/poi/ss/util/class-use/ org/apache/poi/util/class-use/ org/apache/poi/xssf/streaming/ org/apache/poi/xssf/usermodel/

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html?rev=1717960&r1=1717959&r2=1717960&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html Fri Dec  4 13:12:04 2015
@@ -332,7 +332,7 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#findEndOfRowOutlineGroup(int)">findEndOfRowOutlineGroup</a></strong>(int&nbsp;row)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getActiveCell()">getActiveCell</a></strong>()</code>
 <div class="block">Return location of the active cell, e.g.</div>
 </td>
@@ -1042,173 +1042,181 @@ 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/usermodel/XSSFSheet.html#setActiveCell(java.lang.String)">setActiveCell</a></strong>(java.lang.String&nbsp;cellRef)</code>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setActiveCell(org.apache.poi.ss.util.CellAddress)">setActiveCell</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;address)</code>
 <div class="block">Sets location of the active cell</div>
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setActiveCell(java.lang.String)">setActiveCell</a></strong>(java.lang.String&nbsp;cellRef)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>3.14beta2 (circa 2015-12-05). Use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setActiveCell(org.apache.poi.ss.util.CellAddress)"><code>setActiveCell(CellAddress)</code></a> instead.</i></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/ss/usermodel/CellRange.html" title="interface in org.apache.poi.ss.usermodel">CellRange</a>&lt;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFCell.html" title="class in org.apache.poi.xssf.usermodel">XSSFCell</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setArrayFormula(java.lang.String,%20org.apache.poi.ss.util.CellRangeAddress)">setArrayFormula</a></strong>(java.lang.String&nbsp;formula,
                <a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;range)</code>
 <div class="block">Sets array formula to specified region for result.</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/XSSFSheet.html#setAutobreaks(boolean)">setAutobreaks</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Flag indicating whether the sheet displays Automatic Page Breaks.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFAutoFilter.html" title="class in org.apache.poi.xssf.usermodel">XSSFAutoFilter</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setAutoFilter(org.apache.poi.ss.util.CellRangeAddress)">setAutoFilter</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;range)</code>
 <div class="block">Enable filtering for a range of cells</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/XSSFSheet.html#setColumnBreak(int)">setColumnBreak</a></strong>(int&nbsp;column)</code>
 <div class="block">Sets a page break at the indicated column.</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/XSSFSheet.html#setColumnGroupCollapsed(int,%20boolean)">setColumnGroupCollapsed</a></strong>(int&nbsp;columnNumber,
                        boolean&nbsp;collapsed)</code>
 <div class="block">Expands or collapses a column group.</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/XSSFSheet.html#setColumnHidden(int,%20boolean)">setColumnHidden</a></strong>(int&nbsp;columnIndex,
                boolean&nbsp;hidden)</code>
 <div class="block">Get the visibility state for a given column.</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/XSSFSheet.html#setColumnWidth(int,%20int)">setColumnWidth</a></strong>(int&nbsp;columnIndex,
               int&nbsp;width)</code>
 <div class="block">Set the width (in units of 1/256th of a character width)</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/XSSFSheet.html#setDefaultColumnStyle(int,%20org.apache.poi.ss.usermodel.CellStyle)">setDefaultColumnStyle</a></strong>(int&nbsp;column,
                      <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">Sets the default column style for a given column.</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/XSSFSheet.html#setDefaultColumnWidth(int)">setDefaultColumnWidth</a></strong>(int&nbsp;width)</code>
 <div class="block">Specifies the number of characters of the maximum digit width of the normal style's font.</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/XSSFSheet.html#setDefaultRowHeight(short)">setDefaultRowHeight</a></strong>(short&nbsp;height)</code>
 <div class="block">Set the default row height for the sheet (if the rows do not define their own height) in
  twips (1/20 of  a point)</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/XSSFSheet.html#setDefaultRowHeightInPoints(float)">setDefaultRowHeightInPoints</a></strong>(float&nbsp;height)</code>
 <div class="block">Sets default row height measured in point size.</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/XSSFSheet.html#setDisplayFormulas(boolean)">setDisplayFormulas</a></strong>(boolean&nbsp;show)</code>
 <div class="block">Sets the flag indicating whether this sheet should display formulas.</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/XSSFSheet.html#setDisplayGridlines(boolean)">setDisplayGridlines</a></strong>(boolean&nbsp;show)</code>
 <div class="block">Sets the flag indicating whether this sheet should display the lines
  between rows and columns to make editing and reading easier.</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/XSSFSheet.html#setDisplayGuts(boolean)">setDisplayGuts</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Set whether to display the guts or not</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/XSSFSheet.html#setDisplayRowColHeadings(boolean)">setDisplayRowColHeadings</a></strong>(boolean&nbsp;show)</code>
 <div class="block">Sets the flag indicating whether this sheet should display row and column headings.</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/XSSFSheet.html#setDisplayZeros(boolean)">setDisplayZeros</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Set whether the window should show 0 (zero) in cells containing zero value.</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/XSSFSheet.html#setFitToPage(boolean)">setFitToPage</a></strong>(boolean&nbsp;b)</code>
 <div class="block">Flag indicating whether the Fit to Page print option is enabled.</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/XSSFSheet.html#setForceFormulaRecalculation(boolean)">setForceFormulaRecalculation</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Control if Excel should be asked to recalculate all formulas on this sheet
  when the workbook is opened.</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/XSSFSheet.html#setHorizontallyCenter(boolean)">setHorizontallyCenter</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Center on page horizontally when printing.</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/XSSFSheet.html#setMargin(short,%20double)">setMargin</a></strong>(short&nbsp;margin,
          double&nbsp;size)</code>
 <div class="block">Sets the size of the margin in inches.</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/XSSFSheet.html#setPrintGridlines(boolean)">setPrintGridlines</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Turns on or off the printing of gridlines.</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/XSSFSheet.html#setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingColumns</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;columnRangeRef)</code>
 <div class="block">Sets the repeating columns used when printing the sheet, as found in 
  File->PageSetup->Sheet.</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/XSSFSheet.html#setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingRows</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;rowRangeRef)</code>
 <div class="block">Sets the repeating rows used when printing the sheet, as found in 
  File->PageSetup->Sheet.</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/XSSFSheet.html#setRightToLeft(boolean)">setRightToLeft</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Sets whether the worksheet is displayed from right to left instead of from left to right.</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/XSSFSheet.html#setRowBreak(int)">setRowBreak</a></strong>(int&nbsp;row)</code>
 <div class="block">Sets a page break at the indicated row
  Breaks occur above the specified row and left of the specified column inclusive.</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/XSSFSheet.html#setRowGroupCollapsed(int,%20boolean)">setRowGroupCollapsed</a></strong>(int&nbsp;rowIndex,
                     boolean&nbsp;collapse)</code>
@@ -1216,50 +1224,50 @@ implements <a href="../../../../../org/a
  the rows in question hidden.</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/XSSFSheet.html#setRowSumsBelow(boolean)">setRowSumsBelow</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Flag indicating whether summary rows appear below detail in an outline, when applying an outline.</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/XSSFSheet.html#setRowSumsRight(boolean)">setRowSumsRight</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Flag indicating whether summary columns appear to the right of detail in an outline, when applying an outline.</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/XSSFSheet.html#setSelected(boolean)">setSelected</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Sets a flag indicating whether this sheet is selected.</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/XSSFSheet.html#setSheetPassword(java.lang.String,%20org.apache.poi.poifs.crypt.HashAlgorithm)">setSheetPassword</a></strong>(java.lang.String&nbsp;password,
                 <a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;hashAlgo)</code>
 <div class="block">Sets the sheet password.</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/XSSFSheet.html#setTabColor(int)">setTabColor</a></strong>(int&nbsp;colorIndex)</code>
 <div class="block">Set background color of the sheet tab</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/XSSFSheet.html#setVerticallyCenter(boolean)">setVerticallyCenter</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Whether the output is vertically centered on the page.</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/XSSFSheet.html#setZoom(int)">setZoom</a></strong>(int&nbsp;scale)</code>
 <div class="block">Window zoom magnification for current view representing percent values.</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/XSSFSheet.html#setZoom(int,%20int)">setZoom</a></strong>(int&nbsp;numerator,
        int&nbsp;denominator)</code>
@@ -1268,7 +1276,7 @@ implements <a href="../../../../../org/a
 </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/XSSFSheet.html#shiftRows(int,%20int,%20int)">shiftRows</a></strong>(int&nbsp;startRow,
          int&nbsp;endRow,
@@ -1276,7 +1284,7 @@ implements <a href="../../../../../org/a
 <div class="block">Shifts rows between startRow and endRow n number of rows.</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/XSSFSheet.html#shiftRows(int,%20int,%20int,%20boolean,%20boolean)">shiftRows</a></strong>(int&nbsp;startRow,
          int&nbsp;endRow,
@@ -1286,7 +1294,7 @@ implements <a href="../../../../../org/a
 <div class="block">Shifts rows between startRow and endRow n number of rows.</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/XSSFSheet.html#showInPane(int,%20int)">showInPane</a></strong>(int&nbsp;toprow,
           int&nbsp;leftcol)</code>
@@ -1294,28 +1302,28 @@ implements <a href="../../../../../org/a
  pane (when in Left-to-Right mode).</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/XSSFSheet.html#ungroupColumn(int,%20int)">ungroupColumn</a></strong>(int&nbsp;fromColumn,
              int&nbsp;toColumn)</code>
 <div class="block">Ungroup a range of columns that were previously groupped</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/XSSFSheet.html#ungroupRow(int,%20int)">ungroupRow</a></strong>(int&nbsp;fromRow,
           int&nbsp;toRow)</code>
 <div class="block">Ungroup a range of rows that were previously groupped</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/usermodel/XSSFSheet.html#validateSheetPassword(java.lang.String)">validateSheetPassword</a></strong>(java.lang.String&nbsp;password)</code>
 <div class="block">Validate the password against the stored hash, the hashing method will be determined
   by the existing password attributes</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#write(java.io.OutputStream)">write</a></strong>(java.io.OutputStream&nbsp;out)</code>&nbsp;</td>
 </tr>
@@ -3397,9 +3405,12 @@ public&nbsp;void&nbsp;removeHyperlink(in
 <ul class="blockList">
 <li class="blockList">
 <h4>getActiveCell</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getActiveCell()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;getActiveCell()</pre>
 <div class="block">Return location of the active cell, e.g. <code>A1</code>.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the location of the active cell.</dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getActiveCell()">getActiveCell</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the location of the active cell.</dd></dl>
 </li>
 </ul>
 <a name="setActiveCell(java.lang.String)">
@@ -3409,10 +3420,25 @@ public&nbsp;void&nbsp;removeHyperlink(in
 <li class="blockList">
 <h4>setActiveCell</h4>
 <pre>public&nbsp;void&nbsp;setActiveCell(java.lang.String&nbsp;cellRef)</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>3.14beta2 (circa 2015-12-05). Use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#setActiveCell(org.apache.poi.ss.util.CellAddress)"><code>setActiveCell(CellAddress)</code></a> instead.</i></div>
 <div class="block">Sets location of the active cell</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>cellRef</code> - the location of the active cell, e.g. <code>A1</code>..</dd></dl>
 </li>
 </ul>
+<a name="setActiveCell(org.apache.poi.ss.util.CellAddress)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setActiveCell</h4>
+<pre>public&nbsp;void&nbsp;setActiveCell(<a href="../../../../../org/apache/poi/ss/util/CellAddress.html" title="class in org.apache.poi.ss.util">CellAddress</a>&nbsp;address)</pre>
+<div class="block">Sets location of the active cell</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setActiveCell(org.apache.poi.ss.util.CellAddress)">setActiveCell</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>address</code> - the location of the active cell, e.g. <code>A1</code>.</dd></dl>
+</li>
+</ul>
 <a name="hasComments()">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/serialized-form.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/serialized-form.html?rev=1717960&r1=1717959&r2=1717960&view=diff
==============================================================================
--- poi/site/publish/apidocs/serialized-form.html (original)
+++ poi/site/publish/apidocs/serialized-form.html Fri Dec  4 13:12:04 2015
@@ -705,22 +705,6 @@
 </a>
 <h3>Serialized Fields</h3>
 <ul class="blockList">
-<li class="blockList">
-<h4>format1digit</h4>
-<pre>java.text.DecimalFormat format1digit</pre>
-</li>
-<li class="blockList">
-<h4>format2digits</h4>
-<pre>java.text.DecimalFormat format2digits</pre>
-</li>
-<li class="blockList">
-<h4>format3digit</h4>
-<pre>java.text.DecimalFormat format3digit</pre>
-</li>
-<li class="blockList">
-<h4>format4digits</h4>
-<pre>java.text.DecimalFormat format4digits</pre>
-</li>
 <li class="blockListLast">
 <h4>dateToBeFormatted</h4>
 <pre>double dateToBeFormatted</pre>



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