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 2016/06/20 09:13:48 UTC

svn commit: r1749281 [5/6] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/hssf/record/cf/ apidocs/org/apache/poi/hssf/usermodel/ apidocs/org/apache/poi/hssf/usermodel/class-use/ apidocs/org/apache/poi/hssf/util/ apidocs/org/apache/poi/ss/fo...

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFSheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFSheet.html?rev=1749281&r1=1749280&r2=1749281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFSheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFSheet.html Mon Jun 20 09:13:46 2016
@@ -678,251 +678,257 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html#removeMergedRegions(java.util.Collection)">removeMergedRegions</a></strong>(java.util.Collection&lt;java.lang.Integer&gt;&nbsp;indices)</code>
+<div class="block">Removes a merged region of cells (hence letting them free)</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/SXSSFSheet.html#removeRow(org.apache.poi.ss.usermodel.Row)">removeRow</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a>&nbsp;row)</code>
 <div class="block">Remove a row from this 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/streaming/SXSSFSheet.html#removeRowBreak(int)">removeRowBreak</a></strong>(int&nbsp;row)</code>
 <div class="block">Removes the page break at the indicated row</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html#rowIterator()">rowIterator</a></strong>()</code>
 <div class="block">Returns an iterator of the physical 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/streaming/SXSSFSheet.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">
+<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;? extends <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/SXSSFSheet.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/streaming/SXSSFSheet.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/ss/usermodel/AutoFilter.html" title="interface in org.apache.poi.ss.usermodel">AutoFilter</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.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/streaming/SXSSFSheet.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/streaming/SXSSFSheet.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/streaming/SXSSFSheet.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/streaming/SXSSFSheet.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/streaming/SXSSFSheet.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/streaming/SXSSFSheet.html#setDefaultColumnWidth(int)">setDefaultColumnWidth</a></strong>(int&nbsp;width)</code>
 <div class="block">Set the default column width for the sheet (if the columns do not define their own width)
  in characters</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/SXSSFSheet.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/streaming/SXSSFSheet.html#setDefaultRowHeightInPoints(float)">setDefaultRowHeightInPoints</a></strong>(float&nbsp;height)</code>
 <div class="block">Set the default row height for the sheet (if the rows do not define their own 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/SXSSFSheet.html#setDisplayFormulas(boolean)">setDisplayFormulas</a></strong>(boolean&nbsp;show)</code>
 <div class="block">Sets whether the formulas are shown in a viewer</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/SXSSFSheet.html#setDisplayGridlines(boolean)">setDisplayGridlines</a></strong>(boolean&nbsp;show)</code>
 <div class="block">Sets whether the gridlines are shown in a viewer</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/SXSSFSheet.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/streaming/SXSSFSheet.html#setDisplayRowColHeadings(boolean)">setDisplayRowColHeadings</a></strong>(boolean&nbsp;show)</code>
 <div class="block">Sets whether the RowColHeadings are shown in a viewer</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/SXSSFSheet.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/streaming/SXSSFSheet.html#setFitToPage(boolean)">setFitToPage</a></strong>(boolean&nbsp;value)</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/streaming/SXSSFSheet.html#setForceFormulaRecalculation(boolean)">setForceFormulaRecalculation</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Control if Excel should be asked to recalculate all formulas when the
   workbook is opened, via the "sheetCalcPr fullCalcOnLoad" option.</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/SXSSFSheet.html#setHorizontallyCenter(boolean)">setHorizontallyCenter</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Determines whether the output is horizontally centered on the page.</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/SXSSFSheet.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/streaming/SXSSFSheet.html#setPrintGridlines(boolean)">setPrintGridlines</a></strong>(boolean&nbsp;show)</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/streaming/SXSSFSheet.html#setPrintRowAndColumnHeadings(boolean)">setPrintRowAndColumnHeadings</a></strong>(boolean&nbsp;show)</code>
 <div class="block">Turns on or off the printing of row and column headings.</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/SXSSFSheet.html#setRandomAccessWindowSize(int)">setRandomAccessWindowSize</a></strong>(int&nbsp;value)</code>
 <div class="block">Specifies how many rows can be accessed at most via getRow().</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/SXSSFSheet.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/streaming/SXSSFSheet.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/streaming/SXSSFSheet.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/streaming/SXSSFSheet.html#setRowBreak(int)">setRowBreak</a></strong>(int&nbsp;row)</code>
 <div class="block">Sets a page break at the indicated 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/SXSSFSheet.html#setRowGroupCollapsed(int,%20boolean)">setRowGroupCollapsed</a></strong>(int&nbsp;row,
                     boolean&nbsp;collapse)</code>
 <div class="block">Set view state of a grouped range 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/streaming/SXSSFSheet.html#setRowOutlineLevel(int,%20int)">setRowOutlineLevel</a></strong>(int&nbsp;rownum,
                   int&nbsp;level)</code>
 <div class="block">Set row groupings (like groupRow) in a stream-friendly manner</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/SXSSFSheet.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="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.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="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.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="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html#setTabColor(org.apache.poi.xssf.usermodel.XSSFColor)">setTabColor</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a>&nbsp;color)</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/SXSSFSheet.html#setVerticallyCenter(boolean)">setVerticallyCenter</a></strong>(boolean&nbsp;value)</code>
 <div class="block">Determines 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/streaming/SXSSFSheet.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/streaming/SXSSFSheet.html#setZoom(int,%20int)">setZoom</a></strong>(int&nbsp;numerator,
        int&nbsp;denominator)</code>
@@ -931,7 +937,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/streaming/SXSSFSheet.html#shiftRows(int,%20int,%20int)">shiftRows</a></strong>(int&nbsp;startRow,
          int&nbsp;endRow,
@@ -941,7 +947,7 @@ implements <a href="../../../../../org/a
  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/streaming/SXSSFSheet.html#shiftRows(int,%20int,%20int,%20boolean,%20boolean)">shiftRows</a></strong>(int&nbsp;startRow,
          int&nbsp;endRow,
@@ -953,7 +959,7 @@ implements <a href="../../../../../org/a
  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/streaming/SXSSFSheet.html#showInPane(int,%20int)">showInPane</a></strong>(int&nbsp;toprow,
           int&nbsp;leftcol)</code>
@@ -961,57 +967,57 @@ implements <a href="../../../../../org/a
  file is first opened in a viewer.</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/SXSSFSheet.html#trackAllColumnsForAutoSizing()">trackAllColumnsForAutoSizing</a></strong>()</code>
 <div class="block">Tracks all columns in the sheet for auto-sizing.</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/SXSSFSheet.html#trackColumnForAutoSizing(int)">trackColumnForAutoSizing</a></strong>(int&nbsp;column)</code>
 <div class="block">Track a column in the sheet for auto-sizing.</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/SXSSFSheet.html#trackColumnsForAutoSizing(java.util.Collection)">trackColumnsForAutoSizing</a></strong>(java.util.Collection&lt;java.lang.Integer&gt;&nbsp;columns)</code>
 <div class="block">Track several columns in the sheet for auto-sizing.</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/SXSSFSheet.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="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.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="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html#untrackAllColumnsForAutoSizing()">untrackAllColumnsForAutoSizing</a></strong>()</code>
 <div class="block">Untracks all columns in the sheet for auto-sizing.</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/SXSSFSheet.html#untrackColumnForAutoSizing(int)">untrackColumnForAutoSizing</a></strong>(int&nbsp;column)</code>
 <div class="block">Removes a column that was previously marked for inclusion in auto-size column tracking.</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/SXSSFSheet.html#untrackColumnsForAutoSizing(java.util.Collection)">untrackColumnsForAutoSizing</a></strong>(java.util.Collection&lt;java.lang.Integer&gt;&nbsp;columns)</code>
 <div class="block">Untracks several columns in the sheet for auto-sizing.</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/SXSSFSheet.html#validateMergedRegions()">validateMergedRegions</a></strong>()</code>
 <div class="block">Verify that merged regions do not intersect multi-cell array formulas and
@@ -1484,6 +1490,20 @@ implements <a href="../../../../../org/a
 <dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - of the region to unmerge</dd></dl>
 </li>
 </ul>
+<a name="removeMergedRegions(java.util.Collection)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>removeMergedRegions</h4>
+<pre>public&nbsp;void&nbsp;removeMergedRegions(java.util.Collection&lt;java.lang.Integer&gt;&nbsp;indices)</pre>
+<div class="block">Removes a merged region of cells (hence letting them free)</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#removeMergedRegions(java.util.Collection)">removeMergedRegions</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>indices</code> - of the regions to unmerge</dd></dl>
+</li>
+</ul>
 <a name="getNumMergedRegions()">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.html?rev=1749281&r1=1749280&r2=1749281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.html Mon Jun 20 09:13:46 2016
@@ -144,14 +144,18 @@ implements <a href="../../../../../org/a
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.html#XSSFDataValidationConstraint(int,%20int,%20java.lang.String,%20java.lang.String)">XSSFDataValidationConstraint</a></strong>(int&nbsp;validationType,
                             int&nbsp;operator,
                             java.lang.String&nbsp;formula1,
-                            java.lang.String&nbsp;formula2)</code>&nbsp;</td>
+                            java.lang.String&nbsp;formula2)</code>
+<div class="block">This is the constructor called using the OOXML raw data.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.html#XSSFDataValidationConstraint(int,%20java.lang.String)">XSSFDataValidationConstraint</a></strong>(int&nbsp;validationType,
                             java.lang.String&nbsp;formula1)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.html#XSSFDataValidationConstraint(java.lang.String[])">XSSFDataValidationConstraint</a></strong>(java.lang.String[]&nbsp;explicitListOfValues)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDataValidationConstraint.html#XSSFDataValidationConstraint(java.lang.String[])">XSSFDataValidationConstraint</a></strong>(java.lang.String[]&nbsp;explicitListOfValues)</code>
+<div class="block">list literal constructor</div>
+</td>
 </tr>
 </table>
 </li>
@@ -259,6 +263,7 @@ implements <a href="../../../../../org/a
 <li class="blockList">
 <h4>XSSFDataValidationConstraint</h4>
 <pre>public&nbsp;XSSFDataValidationConstraint(java.lang.String[]&nbsp;explicitListOfValues)</pre>
+<div class="block">list literal constructor</div>
 </li>
 </ul>
 <a name="XSSFDataValidationConstraint(int, java.lang.String)">
@@ -292,6 +297,9 @@ implements <a href="../../../../../org/a
                             int&nbsp;operator,
                             java.lang.String&nbsp;formula1,
                             java.lang.String&nbsp;formula2)</pre>
+<div class="block">This is the constructor called using the OOXML raw data.  Excel overloads formula1 to also encode explicit value lists,
+ so this constructor has to check for and parse that syntax.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>validationType</code> - </dd><dd><code>operator</code> - </dd><dd><code>formula1</code> - Overloaded: formula1 or list of explicit values</dd><dd><code>formula2</code> - (formula1 is a list of explicit values, this is ignored: use <code>null</code>)</dd></dl>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDialogsheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDialogsheet.html?rev=1749281&r1=1749280&r2=1749281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDialogsheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDialogsheet.html Mon Jun 20 09:13:46 2016
@@ -273,7 +273,7 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.poi.ss.usermodel.<a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a></h3>
-<code><a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#addMergedRegion(org.apache.poi.ss.util.CellRangeAddress)">addMergedRegion</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#addMergedRegionUnsafe(org.apache.poi.ss.util.CellRangeAddress)">addMergedRegionUnsafe</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#addValidationData(org.apache.poi.ss.usermodel.DataValidation)">addValidationData</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#autoSizeColumn(int)">autoSizeColumn</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#autoSizeColumn(int,%20boolean)">autoSizeColumn</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#createDrawingPatriarch()">createDrawingPatriarch</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#createFreezePane(int,%20int)">createFreezePane</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#createFreezePane(int,%20int,%20i
 nt,%20int)">createFreezePane</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#createSplitPane(int,%20int,%20int,%20int,%20int)">createSplitPane</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getActiveCell()">getActiveCell</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getAutobreaks()">getAutobreaks</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getCellComment(org.apache.poi.ss.util.CellAddress)">getCellComment</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getCellComment(int,%20int)">getCellComment</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getCellComments()">getCellComments</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getColumnBreaks()">getColumnBreaks</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getColumnOutlineLevel(int)">getColumnOutlineLevel</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.htm
 l#getColumnStyle(int)">getColumnStyle</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getColumnWidth(int)">getColumnWidth</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getColumnWidthInPixels(int)">getColumnWidthInPixels</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getDataValidationHelper()">getDataValidationHelper</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getDataValidations()">getDataValidations</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getDefaultColumnWidth()">getDefaultColumnWidth</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getDefaultRowHeight()">getDefaultRowHeight</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getDefaultRowHeightInPoints()">getDefaultRowHeightInPoints</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getDisplayGuts()">getDisplayGuts</a>, <a href="../../../../../org/apache/poi/ss/usermo
 del/Sheet.html#getDrawingPatriarch()">getDrawingPatriarch</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getFirstRowNum()">getFirstRowNum</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getFitToPage()">getFitToPage</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getFooter()">getFooter</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getForceFormulaRecalculation()">getForceFormulaRecalculation</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getHorizontallyCenter()">getHorizontallyCenter</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getHyperlink(int,%20int)">getHyperlink</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getHyperlinkList()">getHyperlinkList</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getLastRowNum()">getLastRowNum</a>,
  <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getLeftCol()">getLeftCol</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getMargin(short)">getMargin</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getMergedRegion(int)">getMergedRegion</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getMergedRegions()">getMergedRegions</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getNumMergedRegions()">getNumMergedRegions</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getPaneInformation()">getPaneInformation</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getPhysicalNumberOfRows()">getPhysicalNumberOfRows</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getPrintSetup()">getPrintSetup</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getProtect()">getProtect</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#ge
 tRepeatingColumns()">getRepeatingColumns</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getRepeatingRows()">getRepeatingRows</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getRow(int)">getRow</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getRowBreaks()">getRowBreaks</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getRowSumsBelow()">getRowSumsBelow</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getRowSumsRight()">getRowSumsRight</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getScenarioProtect()">getScenarioProtect</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getSheetConditionalFormatting()">getSheetConditionalFormatting</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getSheetName()">getSheetName</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getTopRow()">getTopRow</a>, <a href="../../../../../org
 /apache/poi/ss/usermodel/Sheet.html#getVerticallyCenter()">getVerticallyCenter</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getWorkbook()">getWorkbook</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#groupColumn(int,%20int)">groupColumn</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#groupRow(int,%20int)">groupRow</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isColumnBroken(int)">isColumnBroken</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isColumnHidden(int)">isColumnHidden</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isDisplayFormulas()">isDisplayFormulas</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isDisplayGridlines()">isDisplayGridlines</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isDisplayRowColHeadings()">isDisplayRowColHeadings</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isDispla
 yZeros()">isDisplayZeros</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isPrintGridlines()">isPrintGridlines</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isPrintRowAndColumnHeadings()">isPrintRowAndColumnHeadings</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isRightToLeft()">isRightToLeft</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isRowBroken(int)">isRowBroken</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isSelected()">isSelected</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#protectSheet(java.lang.String)">protectSheet</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#removeArrayFormula(org.apache.poi.ss.usermodel.Cell)">removeArrayFormula</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#removeColumnBreak(int)">removeColumnBreak</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#removeMergedRegion
 (int)">removeMergedRegion</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#removeRow(org.apache.poi.ss.usermodel.Row)">removeRow</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#removeRowBreak(int)">removeRowBreak</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#rowIterator()">rowIterator</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setActiveCell(org.apache.poi.ss.util.CellAddress)">setActiveCell</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setArrayFormula(java.lang.String,%20org.apache.poi.ss.util.CellRangeAddress)">setArrayFormula</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setAutobreaks(boolean)">setAutobreaks</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setAutoFilter(org.apache.poi.ss.util.CellRangeAddress)">setAutoFilter</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setColumnBreak(int)">setColumnBreak</a>, <a
  href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setColumnGroupCollapsed(int,%20boolean)">setColumnGroupCollapsed</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setColumnHidden(int,%20boolean)">setColumnHidden</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setColumnWidth(int,%20int)">setColumnWidth</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDefaultColumnStyle(int,%20org.apache.poi.ss.usermodel.CellStyle)">setDefaultColumnStyle</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDefaultColumnWidth(int)">setDefaultColumnWidth</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDefaultRowHeight(short)">setDefaultRowHeight</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDefaultRowHeightInPoints(float)">setDefaultRowHeightInPoints</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDisplayFormulas(boolean)">setDisplayFormulas</a
 >, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDisplayGridlines(boolean)">setDisplayGridlines</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDisplayGuts(boolean)">setDisplayGuts</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDisplayRowColHeadings(boolean)">setDisplayRowColHeadings</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDisplayZeros(boolean)">setDisplayZeros</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setFitToPage(boolean)">setFitToPage</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setForceFormulaRecalculation(boolean)">setForceFormulaRecalculation</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setHorizontallyCenter(boolean)">setHorizontallyCenter</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setMargin(short,%20double)">setMargin</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html
 #setPrintGridlines(boolean)">setPrintGridlines</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setPrintRowAndColumnHeadings(boolean)">setPrintRowAndColumnHeadings</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingColumns</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingRows</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRightToLeft(boolean)">setRightToLeft</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRowBreak(int)">setRowBreak</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRowGroupCollapsed(int,%20boolean)">setRowGroupCollapsed</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRowSumsBelow(boolean)">setRowSumsBelow</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRowSum
 sRight(boolean)">setRowSumsRight</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setSelected(boolean)">setSelected</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setVerticallyCenter(boolean)">setVerticallyCenter</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setZoom(int)">setZoom</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setZoom(int,%20int)">setZoom</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#shiftRows(int,%20int,%20int)">shiftRows</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#shiftRows(int,%20int,%20int,%20boolean,%20boolean)">shiftRows</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#showInPane(int,%20int)">showInPane</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#ungroupColumn(int,%20int)">ungroupColumn</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#ungroupRow(int,%20int)">ungroupRow</a>,
  <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#validateMergedRegions()">validateMergedRegions</a></code></li>
+<code><a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#addMergedRegion(org.apache.poi.ss.util.CellRangeAddress)">addMergedRegion</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#addMergedRegionUnsafe(org.apache.poi.ss.util.CellRangeAddress)">addMergedRegionUnsafe</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#addValidationData(org.apache.poi.ss.usermodel.DataValidation)">addValidationData</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#autoSizeColumn(int)">autoSizeColumn</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#autoSizeColumn(int,%20boolean)">autoSizeColumn</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#createDrawingPatriarch()">createDrawingPatriarch</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#createFreezePane(int,%20int)">createFreezePane</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#createFreezePane(int,%20int,%20i
 nt,%20int)">createFreezePane</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#createSplitPane(int,%20int,%20int,%20int,%20int)">createSplitPane</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getActiveCell()">getActiveCell</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getAutobreaks()">getAutobreaks</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getCellComment(org.apache.poi.ss.util.CellAddress)">getCellComment</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getCellComment(int,%20int)">getCellComment</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getCellComments()">getCellComments</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getColumnBreaks()">getColumnBreaks</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getColumnOutlineLevel(int)">getColumnOutlineLevel</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.htm
 l#getColumnStyle(int)">getColumnStyle</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getColumnWidth(int)">getColumnWidth</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getColumnWidthInPixels(int)">getColumnWidthInPixels</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getDataValidationHelper()">getDataValidationHelper</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getDataValidations()">getDataValidations</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getDefaultColumnWidth()">getDefaultColumnWidth</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getDefaultRowHeight()">getDefaultRowHeight</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getDefaultRowHeightInPoints()">getDefaultRowHeightInPoints</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getDisplayGuts()">getDisplayGuts</a>, <a href="../../../../../org/apache/poi/ss/usermo
 del/Sheet.html#getDrawingPatriarch()">getDrawingPatriarch</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getFirstRowNum()">getFirstRowNum</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getFitToPage()">getFitToPage</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getFooter()">getFooter</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getForceFormulaRecalculation()">getForceFormulaRecalculation</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getHeader()">getHeader</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getHorizontallyCenter()">getHorizontallyCenter</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getHyperlink(int,%20int)">getHyperlink</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getHyperlinkList()">getHyperlinkList</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getLastRowNum()">getLastRowNum</a>,
  <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getLeftCol()">getLeftCol</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getMargin(short)">getMargin</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getMergedRegion(int)">getMergedRegion</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getMergedRegions()">getMergedRegions</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getNumMergedRegions()">getNumMergedRegions</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getPaneInformation()">getPaneInformation</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getPhysicalNumberOfRows()">getPhysicalNumberOfRows</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getPrintSetup()">getPrintSetup</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getProtect()">getProtect</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#ge
 tRepeatingColumns()">getRepeatingColumns</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getRepeatingRows()">getRepeatingRows</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getRow(int)">getRow</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getRowBreaks()">getRowBreaks</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getRowSumsBelow()">getRowSumsBelow</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getRowSumsRight()">getRowSumsRight</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getScenarioProtect()">getScenarioProtect</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getSheetConditionalFormatting()">getSheetConditionalFormatting</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getSheetName()">getSheetName</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getTopRow()">getTopRow</a>, <a href="../../../../../org
 /apache/poi/ss/usermodel/Sheet.html#getVerticallyCenter()">getVerticallyCenter</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getWorkbook()">getWorkbook</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#groupColumn(int,%20int)">groupColumn</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#groupRow(int,%20int)">groupRow</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isColumnBroken(int)">isColumnBroken</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isColumnHidden(int)">isColumnHidden</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isDisplayFormulas()">isDisplayFormulas</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isDisplayGridlines()">isDisplayGridlines</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isDisplayRowColHeadings()">isDisplayRowColHeadings</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isDispla
 yZeros()">isDisplayZeros</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isPrintGridlines()">isPrintGridlines</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isPrintRowAndColumnHeadings()">isPrintRowAndColumnHeadings</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isRightToLeft()">isRightToLeft</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isRowBroken(int)">isRowBroken</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#isSelected()">isSelected</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#protectSheet(java.lang.String)">protectSheet</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#removeArrayFormula(org.apache.poi.ss.usermodel.Cell)">removeArrayFormula</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#removeColumnBreak(int)">removeColumnBreak</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#removeMergedRegion
 (int)">removeMergedRegion</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#removeMergedRegions(java.util.Collection)">removeMergedRegions</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#removeRow(org.apache.poi.ss.usermodel.Row)">removeRow</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#removeRowBreak(int)">removeRowBreak</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#rowIterator()">rowIterator</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setActiveCell(org.apache.poi.ss.util.CellAddress)">setActiveCell</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setArrayFormula(java.lang.String,%20org.apache.poi.ss.util.CellRangeAddress)">setArrayFormula</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setAutobreaks(boolean)">setAutobreaks</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setAutoFilter(org.apache.poi.ss.util.CellRangeAddr
 ess)">setAutoFilter</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setColumnBreak(int)">setColumnBreak</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setColumnGroupCollapsed(int,%20boolean)">setColumnGroupCollapsed</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setColumnHidden(int,%20boolean)">setColumnHidden</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setColumnWidth(int,%20int)">setColumnWidth</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDefaultColumnStyle(int,%20org.apache.poi.ss.usermodel.CellStyle)">setDefaultColumnStyle</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDefaultColumnWidth(int)">setDefaultColumnWidth</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDefaultRowHeight(short)">setDefaultRowHeight</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDefaultRowHeightInPoints(float)">setDefaultRowHe
 ightInPoints</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDisplayFormulas(boolean)">setDisplayFormulas</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDisplayGridlines(boolean)">setDisplayGridlines</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDisplayGuts(boolean)">setDisplayGuts</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDisplayRowColHeadings(boolean)">setDisplayRowColHeadings</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setDisplayZeros(boolean)">setDisplayZeros</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setFitToPage(boolean)">setFitToPage</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setForceFormulaRecalculation(boolean)">setForceFormulaRecalculation</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setHorizontallyCenter(boolean)">setHorizontallyCenter</a>, <a href="../../../../../org/apache/po
 i/ss/usermodel/Sheet.html#setMargin(short,%20double)">setMargin</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setPrintGridlines(boolean)">setPrintGridlines</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setPrintRowAndColumnHeadings(boolean)">setPrintRowAndColumnHeadings</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingColumns</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress)">setRepeatingRows</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRightToLeft(boolean)">setRightToLeft</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRowBreak(int)">setRowBreak</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRowGroupCollapsed(int,%20boolean)">setRowGroupCollapsed</a>, <a href="../../../../../org/apache/poi/ss/usermodel
 /Sheet.html#setRowSumsBelow(boolean)">setRowSumsBelow</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setRowSumsRight(boolean)">setRowSumsRight</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setSelected(boolean)">setSelected</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setVerticallyCenter(boolean)">setVerticallyCenter</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setZoom(int)">setZoom</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#setZoom(int,%20int)">setZoom</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#shiftRows(int,%20int,%20int)">shiftRows</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#shiftRows(int,%20int,%20int,%20boolean,%20boolean)">shiftRows</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#showInPane(int,%20int)">showInPane</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#ungroupColumn(int
 ,%20int)">ungroupColumn</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#ungroupRow(int,%20int)">ungroupRow</a>, <a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#validateMergedRegions()">validateMergedRegions</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Iterable">

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=1749281&r1=1749280&r2=1749281&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 Mon Jun 20 09:13:46 2016
@@ -2945,7 +2945,10 @@ public&nbsp;org.openxmlformats.schemas.s
  This method can be used to bulk-remove merged regions in a way
  much faster than calling removeMergedRegion() for every single
  merged region.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>indices</code> - A set of the regions to unmerge</dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#removeMergedRegions(java.util.Collection)">removeMergedRegions</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>indices</code> - A set of the regions to unmerge</dd></dl>
 </li>
 </ul>
 <a name="removeRow(org.apache.poi.ss.usermodel.Row)">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFRow.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFRow.html?rev=1749281&r1=1749280&r2=1749281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFRow.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFRow.html Mon Jun 20 09:13:46 2016
@@ -77,10 +77,6 @@
 <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.helpers">org.apache.poi.xssf.usermodel.helpers</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -152,27 +148,6 @@
 </td>
 </tr>
 </tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.poi.xssf.usermodel.helpers">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a> in <a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/package-summary.html">org.apache.poi.xssf.usermodel.helpers</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/xssf/usermodel/helpers/package-summary.html">org.apache.poi.xssf.usermodel.helpers</a> with parameters of type <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</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>void</code></td>
-<td class="colLast"><span class="strong">XSSFRowShifter.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateRowFormulas(org.apache.poi.xssf.usermodel.XSSFRow,%20org.apache.poi.ss.formula.FormulaShifter)">updateRowFormulas</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a>&nbsp;row,
-                 <a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a>&nbsp;shifter)</code>
-<div class="block">Update the formulas in specified row using the formula shifting policy specified by shifter</div>
-</td>
-</tr>
-</tbody>
 </table>
 </li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html?rev=1749281&r1=1749280&r2=1749281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html Mon Jun 20 09:13:46 2016
@@ -60,7 +60,7 @@
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#fields_inherited_from_class_org.apache.poi.ss.usermodel.helpers.RowShifter">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
@@ -85,24 +85,46 @@
 <li>java.lang.Object</li>
 <li>
 <ul class="inheritance">
+<li><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">org.apache.poi.ss.usermodel.helpers.RowShifter</a></li>
+<li>
+<ul class="inheritance">
 <li>org.apache.poi.xssf.usermodel.helpers.XSSFRowShifter</li>
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
 <hr>
 <br>
 <pre>public final class <span class="strong">XSSFRowShifter</span>
-extends java.lang.Object</pre>
-<div class="block">Helper for shifting rows up or down</div>
+extends <a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">RowShifter</a></pre>
+<div class="block">Helper for shifting rows up or down
+ 
+ When possible, code should be implemented in the RowShifter abstract class to avoid duplication with <a href="../../../../../../org/apache/poi/hssf/usermodel/helpers/HSSFRowShifter.html" title="class in org.apache.poi.hssf.usermodel.helpers"><code>HSSFRowShifter</code></a></div>
 </li>
 </ul>
 </div>
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.ss.usermodel.helpers.RowShifter">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.poi.ss.usermodel.helpers.<a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">RowShifter</a></h3>
+<code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#sheet">sheet</a></code></li>
+</ul>
+</li>
+</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_summary">
@@ -137,7 +159,9 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#shiftMerged(int,%20int,%20int)">shiftMerged</a></strong>(int&nbsp;startRow,
            int&nbsp;endRow,
            int&nbsp;n)</code>
-<div class="block">Shift merged regions</div>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.15 beta 2. Use <a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#shiftMergedRegions(int,%20int,%20int)"><code>RowShifter.shiftMergedRegions(int, int, int)</code></a> instead.</i></div>
+</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -165,13 +189,20 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateRowFormulas(org.apache.poi.xssf.usermodel.XSSFRow,%20org.apache.poi.ss.formula.FormulaShifter)">updateRowFormulas</a></strong>(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a>&nbsp;row,
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html#updateRowFormulas(org.apache.poi.ss.usermodel.Row,%20org.apache.poi.ss.formula.FormulaShifter)">updateRowFormulas</a></strong>(<a href="../../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a>&nbsp;row,
                  <a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a>&nbsp;shifter)</code>
 <div class="block">Update the formulas in specified row using the formula shifting policy specified by shifter</div>
 </td>
 </tr>
 </table>
 <ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ss.usermodel.helpers.RowShifter">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.poi.ss.usermodel.helpers.<a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">RowShifter</a></h3>
+<code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#shiftMergedRegions(int,%20int,%20int)">shiftMergedRegions</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
@@ -218,9 +249,10 @@ extends java.lang.Object</pre>
 <pre>public&nbsp;java.util.List&lt;<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&gt;&nbsp;shiftMerged(int&nbsp;startRow,
                                            int&nbsp;endRow,
                                            int&nbsp;n)</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.15 beta 2. Use <a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#shiftMergedRegions(int,%20int,%20int)"><code>RowShifter.shiftMergedRegions(int, int, int)</code></a> instead.</i></div>
 <div class="block">Shift merged regions</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>startRow</code> - the row to start shifting</dd><dd><code>endRow</code> - the row to end shifting</dd><dd><code>n</code> - the number of rows to shift</dd>
-<dt><span class="strong">Returns:</span></dt><dd>an array of affected cell regions</dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd>an array of merged cell regions</dd></dl>
 </li>
 </ul>
 <a name="updateNamedRanges(org.apache.poi.ss.formula.FormulaShifter)">
@@ -231,6 +263,10 @@ extends java.lang.Object</pre>
 <h4>updateNamedRanges</h4>
 <pre>public&nbsp;void&nbsp;updateNamedRanges(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a>&nbsp;shifter)</pre>
 <div class="block">Updated named ranges</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#updateNamedRanges(org.apache.poi.ss.formula.FormulaShifter)">updateNamedRanges</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">RowShifter</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="updateFormulas(org.apache.poi.ss.formula.FormulaShifter)">
@@ -241,19 +277,26 @@ extends java.lang.Object</pre>
 <h4>updateFormulas</h4>
 <pre>public&nbsp;void&nbsp;updateFormulas(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a>&nbsp;shifter)</pre>
 <div class="block">Update formulas.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#updateFormulas(org.apache.poi.ss.formula.FormulaShifter)">updateFormulas</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">RowShifter</a></code></dd>
+</dl>
 </li>
 </ul>
-<a name="updateRowFormulas(org.apache.poi.xssf.usermodel.XSSFRow, org.apache.poi.ss.formula.FormulaShifter)">
+<a name="updateRowFormulas(org.apache.poi.ss.usermodel.Row, org.apache.poi.ss.formula.FormulaShifter)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>updateRowFormulas</h4>
 <pre><a href="../../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-public&nbsp;void&nbsp;updateRowFormulas(<a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a>&nbsp;row,
+public&nbsp;void&nbsp;updateRowFormulas(<a href="../../../../../../org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a>&nbsp;row,
                               <a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a>&nbsp;shifter)</pre>
 <div class="block">Update the formulas in specified row using the formula shifting policy specified by shifter</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - the row to update the formulas on</dd><dd><code>shifter</code> - the formula shifting policy</dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#updateRowFormulas(org.apache.poi.ss.usermodel.Row,%20org.apache.poi.ss.formula.FormulaShifter)">updateRowFormulas</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">RowShifter</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>row</code> - the row to update the formulas on</dd><dd><code>shifter</code> - the formula shifting policy</dd></dl>
 </li>
 </ul>
 <a name="updateConditionalFormatting(org.apache.poi.ss.formula.FormulaShifter)">
@@ -263,6 +306,10 @@ public&nbsp;void&nbsp;updateRowFormulas(
 <li class="blockList">
 <h4>updateConditionalFormatting</h4>
 <pre>public&nbsp;void&nbsp;updateConditionalFormatting(<a href="../../../../../../org/apache/poi/ss/formula/FormulaShifter.html" title="class in org.apache.poi.ss.formula">FormulaShifter</a>&nbsp;shifter)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#updateConditionalFormatting(org.apache.poi.ss.formula.FormulaShifter)">updateConditionalFormatting</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">RowShifter</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="updateHyperlinks(org.apache.poi.ss.formula.FormulaShifter)">
@@ -275,7 +322,10 @@ public&nbsp;void&nbsp;updateRowFormulas(
 <div class="block">Shift the Hyperlink anchors (not the hyperlink text, even if the hyperlink
  is of type LINK_DOCUMENT and refers to a cell that was shifted). Hyperlinks
  do not track the content they point to.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>shifter</code> - </dd></dl>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html#updateHyperlinks(org.apache.poi.ss.formula.FormulaShifter)">updateHyperlinks</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers">RowShifter</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>shifter</code> - </dd></dl>
 </li>
 </ul>
 </li>
@@ -330,7 +380,7 @@ public&nbsp;void&nbsp;updateRowFormulas(
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#fields_inherited_from_class_org.apache.poi.ss.usermodel.helpers.RowShifter">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-summary.html?rev=1749281&r1=1749280&r2=1749281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-summary.html Mon Jun 20 09:13:46 2016
@@ -103,7 +103,9 @@
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers">XSSFRowShifter</a></td>
 <td class="colLast">
-<div class="block">Helper for shifting rows up or down</div>
+<div class="block">Helper for shifting rows up or down
+ 
+ When possible, code should be implemented in the RowShifter abstract class to avoid duplication with <a href="../../../../../../org/apache/poi/hssf/usermodel/helpers/HSSFRowShifter.html" title="class in org.apache.poi.hssf.usermodel.helpers"><code>HSSFRowShifter</code></a></div>
 </td>
 </tr>
 <tr class="altColor">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-tree.html?rev=1749281&r1=1749280&r2=1749281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/helpers/package-tree.html Mon Jun 20 09:13:46 2016
@@ -74,10 +74,14 @@
 <ul>
 <li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/ColumnHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="strong">ColumnHelper</span></a></li>
 <li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/HeaderFooterHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="strong">HeaderFooterHelper</span></a></li>
+<li type="circle">org.apache.poi.ss.usermodel.helpers.<a href="../../../../../../org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers"><span class="strong">RowShifter</span></a>
+<ul>
+<li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="strong">XSSFRowShifter</span></a></li>
+</ul>
+</li>
 <li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFFormulaUtils.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="strong">XSSFFormulaUtils</span></a></li>
 <li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFIgnoredErrorHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="strong">XSSFIgnoredErrorHelper</span></a></li>
 <li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFPaswordHelper.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="strong">XSSFPaswordHelper</span></a></li>
-<li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="strong">XSSFRowShifter</span></a></li>
 <li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFSingleXmlCell.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="strong">XSSFSingleXmlCell</span></a></li>
 <li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="../../../../../../org/apache/poi/xssf/usermodel/helpers/XSSFXmlColumnPr.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="strong">XSSFXmlColumnPr</span></a></li>
 </ul>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html?rev=1749281&r1=1749280&r2=1749281&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/package-use.html Mon Jun 20 09:13:46 2016
@@ -644,16 +644,11 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFRow.html#org.apache.poi.xssf.usermodel.helpers">XSSFRow</a>
-<div class="block">High level representation of a row of a spreadsheet.</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFSheet.html#org.apache.poi.xssf.usermodel.helpers">XSSFSheet</a>
 <div class="block">High level representation of a SpreadsheetML worksheet.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFTable.html#org.apache.poi.xssf.usermodel.helpers">XSSFTable</a>
 <div class="block">This class implements the Table Part (Open Office XML Part 4:
  chapter 3.5.1)
@@ -661,7 +656,7 @@
  This implementation works under the assumption that a table contains mappings to a subtree of an XML.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/poi/xssf/usermodel/class-use/XSSFWorkbook.html#org.apache.poi.xssf.usermodel.helpers">XSSFWorkbook</a>
 <div class="block">High level representation of a SpreadsheetML workbook.</div>
 </td>

Modified: poi/site/publish/apidocs/overview-frame.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-frame.html?rev=1749281&r1=1749280&r2=1749281&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-frame.html (original)
+++ poi/site/publish/apidocs/overview-frame.html Mon Jun 20 09:13:46 2016
@@ -66,6 +66,7 @@
 <li><a href="org/apache/poi/hssf/record/crypto/package-frame.html" target="packageFrame">org.apache.poi.hssf.record.crypto</a></li>
 <li><a href="org/apache/poi/hssf/record/pivottable/package-frame.html" target="packageFrame">org.apache.poi.hssf.record.pivottable</a></li>
 <li><a href="org/apache/poi/hssf/usermodel/package-frame.html" target="packageFrame">org.apache.poi.hssf.usermodel</a></li>
+<li><a href="org/apache/poi/hssf/usermodel/helpers/package-frame.html" target="packageFrame">org.apache.poi.hssf.usermodel.helpers</a></li>
 <li><a href="org/apache/poi/hssf/util/package-frame.html" target="packageFrame">org.apache.poi.hssf.util</a></li>
 <li><a href="org/apache/poi/hwmf/draw/package-frame.html" target="packageFrame">org.apache.poi.hwmf.draw</a></li>
 <li><a href="org/apache/poi/hwmf/record/package-frame.html" target="packageFrame">org.apache.poi.hwmf.record</a></li>
@@ -119,6 +120,7 @@
 <li><a href="org/apache/poi/ss/formula/udf/package-frame.html" target="packageFrame">org.apache.poi.ss.formula.udf</a></li>
 <li><a href="org/apache/poi/ss/usermodel/package-frame.html" target="packageFrame">org.apache.poi.ss.usermodel</a></li>
 <li><a href="org/apache/poi/ss/usermodel/charts/package-frame.html" target="packageFrame">org.apache.poi.ss.usermodel.charts</a></li>
+<li><a href="org/apache/poi/ss/usermodel/helpers/package-frame.html" target="packageFrame">org.apache.poi.ss.usermodel.helpers</a></li>
 <li><a href="org/apache/poi/ss/util/package-frame.html" target="packageFrame">org.apache.poi.ss.util</a></li>
 <li><a href="org/apache/poi/ss/util/cellwalk/package-frame.html" target="packageFrame">org.apache.poi.ss.util.cellwalk</a></li>
 <li><a href="org/apache/poi/util/package-frame.html" target="packageFrame">org.apache.poi.util</a></li>

Modified: poi/site/publish/apidocs/overview-summary.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-summary.html?rev=1749281&r1=1749280&r2=1749281&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-summary.html (original)
+++ poi/site/publish/apidocs/overview-summary.html Mon Jun 20 09:13:46 2016
@@ -181,10 +181,14 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/poi/ss/util/package-summary.html">org.apache.poi.ss.util</a></td>
+<td class="colFirst"><a href="org/apache/poi/ss/usermodel/helpers/package-summary.html">org.apache.poi.ss.usermodel.helpers</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="org/apache/poi/ss/util/package-summary.html">org.apache.poi.ss.util</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="org/apache/poi/ss/util/cellwalk/package-summary.html">org.apache.poi.ss.util.cellwalk</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -282,6 +286,10 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="org/apache/poi/hssf/usermodel/helpers/package-summary.html">org.apache.poi.hssf.usermodel.helpers</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="org/apache/poi/hssf/util/package-summary.html">org.apache.poi.hssf.util</a></td>
 <td class="colLast">
 <div class="block">util package contains tools needed for writing HSSF files that are not necesarily "real" 

Modified: poi/site/publish/apidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1749281&r1=1749280&r2=1749281&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-tree.html (original)
+++ poi/site/publish/apidocs/overview-tree.html Mon Jun 20 09:13:46 2016
@@ -120,6 +120,7 @@
 <li><a href="org/apache/poi/hssf/record/crypto/package-tree.html">org.apache.poi.hssf.record.crypto</a>, </li>
 <li><a href="org/apache/poi/hssf/record/pivottable/package-tree.html">org.apache.poi.hssf.record.pivottable</a>, </li>
 <li><a href="org/apache/poi/hssf/usermodel/package-tree.html">org.apache.poi.hssf.usermodel</a>, </li>
+<li><a href="org/apache/poi/hssf/usermodel/helpers/package-tree.html">org.apache.poi.hssf.usermodel.helpers</a>, </li>
 <li><a href="org/apache/poi/hssf/util/package-tree.html">org.apache.poi.hssf.util</a>, </li>
 <li><a href="org/apache/poi/hwmf/draw/package-tree.html">org.apache.poi.hwmf.draw</a>, </li>
 <li><a href="org/apache/poi/hwmf/record/package-tree.html">org.apache.poi.hwmf.record</a>, </li>
@@ -173,6 +174,7 @@
 <li><a href="org/apache/poi/ss/formula/udf/package-tree.html">org.apache.poi.ss.formula.udf</a>, </li>
 <li><a href="org/apache/poi/ss/usermodel/package-tree.html">org.apache.poi.ss.usermodel</a>, </li>
 <li><a href="org/apache/poi/ss/usermodel/charts/package-tree.html">org.apache.poi.ss.usermodel.charts</a>, </li>
+<li><a href="org/apache/poi/ss/usermodel/helpers/package-tree.html">org.apache.poi.ss.usermodel.helpers</a>, </li>
 <li><a href="org/apache/poi/ss/util/package-tree.html">org.apache.poi.ss.util</a>, </li>
 <li><a href="org/apache/poi/ss/util/cellwalk/package-tree.html">org.apache.poi.ss.util.cellwalk</a>, </li>
 <li><a href="org/apache/poi/util/package-tree.html">org.apache.poi.util</a>, </li>
@@ -390,7 +392,7 @@
 </ul>
 </li>
 <li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/CellRangeAddressList.html" title="class in org.apache.poi.ss.util"><span class="strong">CellRangeAddressList</span></a></li>
-<li type="circle">org.apache.poi.hssf.record.cf.<a href="org/apache/poi/hssf/record/cf/CellRangeUtil.html" title="class in org.apache.poi.hssf.record.cf"><span class="strong">CellRangeUtil</span></a></li>
+<li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/CellRangeUtil.html" title="class in org.apache.poi.ss.util"><span class="strong">CellRangeUtil</span></a></li>
 <li type="circle">org.apache.poi.ss.util.<a href="org/apache/poi/ss/util/CellReference.html" title="class in org.apache.poi.ss.util"><span class="strong">CellReference</span></a>
 <ul>
 <li type="circle">org.apache.poi.hssf.util.<a href="org/apache/poi/hssf/util/CellReference.html" title="class in org.apache.poi.hssf.util"><span class="strong">CellReference</span></a></li>
@@ -2303,6 +2305,12 @@
 <li type="circle">org.apache.poi.hssf.util.<a href="org/apache/poi/hssf/util/RKUtil.html" title="class in org.apache.poi.hssf.util"><span class="strong">RKUtil</span></a></li>
 <li type="circle">org.apache.poi.hssf.model.<a href="org/apache/poi/hssf/model/RowBlocksReader.html" title="class in org.apache.poi.hssf.model"><span class="strong">RowBlocksReader</span></a></li>
 <li type="circle">org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/RowFunc.html" title="class in org.apache.poi.ss.formula.functions"><span class="strong">RowFunc</span></a> (implements org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function0Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function0Arg</a>, org.apache.poi.ss.formula.functions.<a href="org/apache/poi/ss/formula/functions/Function1Arg.html" title="interface in org.apache.poi.ss.formula.functions">Function1Arg</a>)</li>
+<li type="circle">org.apache.poi.ss.usermodel.helpers.<a href="org/apache/poi/ss/usermodel/helpers/RowShifter.html" title="class in org.apache.poi.ss.usermodel.helpers"><span class="strong">RowShifter</span></a>
+<ul>
+<li type="circle">org.apache.poi.hssf.usermodel.helpers.<a href="org/apache/poi/hssf/usermodel/helpers/HSSFRowShifter.html" title="class in org.apache.poi.hssf.usermodel.helpers"><span class="strong">HSSFRowShifter</span></a></li>
+<li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="strong">XSSFRowShifter</span></a></li>
+</ul>
+</li>
 <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/SavedByEntry.html" title="class in org.apache.poi.hwpf.model"><span class="strong">SavedByEntry</span></a></li>
 <li type="circle">org.apache.poi.hwpf.model.<a href="org/apache/poi/hwpf/model/SavedByTable.html" title="class in org.apache.poi.hwpf.model"><span class="strong">SavedByTable</span></a></li>
 <li type="circle">org.apache.poi.util.<a href="org/apache/poi/util/SAXHelper.html" title="class in org.apache.poi.util"><span class="strong">SAXHelper</span></a></li>
@@ -2834,7 +2842,6 @@
 <li type="circle">org.apache.poi.xssf.eventusermodel.<a href="org/apache/poi/xssf/eventusermodel/XSSFReader.SheetIterator.html" title="class in org.apache.poi.xssf.eventusermodel"><span class="strong">XSSFReader.SheetIterator</span></a> (implements java.util.Iterator&lt;E&gt;)</li>
 <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFRichTextString.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFRichTextString</span></a> (implements org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/RichTextString.html" title="interface in org.apache.poi.ss.usermodel">RichTextString</a>)</li>
 <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFRow</span></a> (implements java.lang.Comparable&lt;T&gt;, org.apache.poi.ss.usermodel.<a href="org/apache/poi/ss/usermodel/Row.html" title="interface in org.apache.poi.ss.usermodel">Row</a>)</li>
-<li type="circle">org.apache.poi.xssf.usermodel.helpers.<a href="org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.html" title="class in org.apache.poi.xssf.usermodel.helpers"><span class="strong">XSSFRowShifter</span></a></li>
 <li type="circle">org.apache.poi.xssf.dev.<a href="org/apache/poi/xssf/dev/XSSFSave.html" title="class in org.apache.poi.xssf.dev"><span class="strong">XSSFSave</span></a></li>
 <li type="circle">org.apache.poi.xssf.usermodel.charts.<a href="org/apache/poi/xssf/usermodel/charts/XSSFScatterChartData.html" title="class in org.apache.poi.xssf.usermodel.charts"><span class="strong">XSSFScatterChartData</span></a> (implements org.apache.poi.ss.usermodel.charts.<a href="org/apache/poi/ss/usermodel/charts/ScatterChartData.html" title="interface in org.apache.poi.ss.usermodel.charts">ScatterChartData</a>)</li>
 <li type="circle">org.apache.poi.xssf.usermodel.<a href="org/apache/poi/xssf/usermodel/XSSFShape.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">XSSFShape</span></a>

Modified: poi/site/publish/apidocs/package-list
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/package-list?rev=1749281&r1=1749280&r2=1749281&view=diff
==============================================================================
--- poi/site/publish/apidocs/package-list (original)
+++ poi/site/publish/apidocs/package-list Mon Jun 20 09:13:46 2016
@@ -54,6 +54,7 @@ org.apache.poi.hssf.record.cont
 org.apache.poi.hssf.record.crypto
 org.apache.poi.hssf.record.pivottable
 org.apache.poi.hssf.usermodel
+org.apache.poi.hssf.usermodel.helpers
 org.apache.poi.hssf.util
 org.apache.poi.hwmf.draw
 org.apache.poi.hwmf.record
@@ -107,6 +108,7 @@ org.apache.poi.ss.formula.ptg
 org.apache.poi.ss.formula.udf
 org.apache.poi.ss.usermodel
 org.apache.poi.ss.usermodel.charts
+org.apache.poi.ss.usermodel.helpers
 org.apache.poi.ss.util
 org.apache.poi.ss.util.cellwalk
 org.apache.poi.util




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