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/09/13 21:43:17 UTC

svn commit: r1702811 - in /poi/site/publish/apidocs: ./ org/apache/poi/hssf/usermodel/ org/apache/poi/ss/usermodel/ org/apache/poi/xssf/streaming/ org/apache/poi/xssf/usermodel/ org/apache/poi/xssf/usermodel/class-use/

Author: nick
Date: Sun Sep 13 19:43:13 2015
New Revision: 1702811

URL: http://svn.apache.org/r1702811
Log:
Republish javadocs

Modified:
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html
    poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html
    poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Workbook.html
    poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFDialogsheet.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFRow.html

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1702811&r1=1702810&r2=1702811&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Sun Sep 13 19:43:13 2015
@@ -9861,7 +9861,10 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/usermodel/XSSFSheet.html#createRow(int)">createRow(int)</a></span> - Method in class org.apache.poi.xssf.usermodel.<a href="./org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in org.apache.poi.xssf.usermodel">XSSFSheet</a></dt>
 <dd>
-<div class="block">Create a new row within the sheet and return the high level representation</div>
+<div class="block">Create a new row within the sheet and return the high level representation
+
+ Note: If a row already exists at this position, it is removed/overwritten and
+      any existing cell is removed!</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFTable.html#createRow()">createRow()</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFTable.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTable</a></dt>
 <dd>
@@ -71003,7 +71006,7 @@ Compound Document Format.</div>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/Workbook.html#setSheetHidden(int,%20boolean)">setSheetHidden(int, boolean)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></dt>
 <dd>
-<div class="block">Hide or unhide a sheet</div>
+<div class="block">Hide or unhide a sheet.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/usermodel/Workbook.html#setSheetHidden(int,%20int)">setSheetHidden(int, int)</a></span> - Method in interface org.apache.poi.ss.usermodel.<a href="./org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></dt>
 <dd>
@@ -71011,7 +71014,10 @@ Compound Document Format.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/streaming/SXSSFWorkbook.html#setSheetHidden(int,%20boolean)">setSheetHidden(int, boolean)</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="./org/apache/poi/xssf/streaming/SXSSFWorkbook.html" title="class in org.apache.poi.xssf.streaming">SXSSFWorkbook</a></dt>
 <dd>
-<div class="block">Hide or unhide a sheet</div>
+<div class="block">Hide or unhide a sheet
+ 
+ Please note that the sheet currently set as active sheet (sheet 0 in a newly 
+ created workbook or the one set via setActiveSheet()) cannot be hidden.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/streaming/SXSSFWorkbook.html#setSheetHidden(int,%20int)">setSheetHidden(int, int)</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="./org/apache/poi/xssf/streaming/SXSSFWorkbook.html" title="class in org.apache.poi.xssf.streaming">SXSSFWorkbook</a></dt>
 <dd>
@@ -79088,7 +79094,7 @@ Compound Document Format.</div>
 <div class="block">Returns a string representation of the cell
 
  This method returns a simple representation,
- anthing more complex should be in user code, with
+ anything more complex should be in user code, with
  knowledge of the semantics of the sheet being processed.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.html#toString()">toString()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.html" title="class in org.apache.poi.hssf.usermodel">HSSFConditionalFormatting</a></dt>

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html?rev=1702811&r1=1702810&r2=1702811&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html Sun Sep 13 19:43:13 2015
@@ -444,7 +444,7 @@ implements <a href="../../../../../org/a
 <div class="block">Returns a string representation of the cell
 
  This method returns a simple representation,
- anthing more complex should be in user code, with
+ anything more complex should be in user code, with
  knowledge of the semantics of the sheet being processed.</div>
 </td>
 </tr>
@@ -1060,7 +1060,7 @@ implements <a href="../../../../../org/a
 <div class="block">Returns a string representation of the cell
 
  This method returns a simple representation,
- anthing more complex should be in user code, with
+ anything more complex should be in user code, with
  knowledge of the semantics of the sheet being processed.
 
  Formula cells return the formula string,

Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html?rev=1702811&r1=1702810&r2=1702811&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html Sun Sep 13 19:43:13 2015
@@ -750,7 +750,7 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/usermodel/HSSFWorkbook.html#setSheetHidden(int,%20boolean)">setSheetHidden</a></strong>(int&nbsp;sheetIx,
               boolean&nbsp;hidden)</code>
-<div class="block">Hide or unhide a sheet</div>
+<div class="block">Hide or unhide a sheet.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -1318,7 +1318,10 @@ public&nbsp;short&nbsp;getDisplayedTab()
 <pre>public&nbsp;void&nbsp;setSheetHidden(int&nbsp;sheetIx,
                   boolean&nbsp;hidden)</pre>
 <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html#setSheetHidden(int,%20boolean)">Workbook</a></code></strong></div>
-<div class="block">Hide or unhide a sheet</div>
+<div class="block">Hide or unhide a sheet.
+ 
+ Please note that the sheet currently set as active sheet (sheet 0 in a newly 
+ created workbook or the one set via setActiveSheet()) cannot be hidden.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html#setSheetHidden(int,%20boolean)">setSheetHidden</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></code></dd>
@@ -1340,7 +1343,10 @@ public&nbsp;short&nbsp;getDisplayedTab()
   <li>0 - visible. </li>
   <li>1 - hidden. </li>
   <li>2 - very hidden.</li>
- </ul></div>
+ </ul>
+ 
+ Please note that the sheet currently set as active sheet (sheet 0 in a newly 
+ created workbook or the one set via setActiveSheet()) cannot be hidden.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html#setSheetHidden(int,%20int)">setSheetHidden</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Workbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Workbook.html?rev=1702811&r1=1702810&r2=1702811&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Workbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Workbook.html Sun Sep 13 19:43:13 2015
@@ -504,7 +504,7 @@ extends java.io.Closeable</pre>
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html#setSheetHidden(int,%20boolean)">setSheetHidden</a></strong>(int&nbsp;sheetIx,
               boolean&nbsp;hidden)</code>
-<div class="block">Hide or unhide a sheet</div>
+<div class="block">Hide or unhide a sheet.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -1369,7 +1369,10 @@ void&nbsp;setRepeatingRowsAndColumns(int
 <h4>setSheetHidden</h4>
 <pre>void&nbsp;setSheetHidden(int&nbsp;sheetIx,
                   boolean&nbsp;hidden)</pre>
-<div class="block">Hide or unhide a sheet</div>
+<div class="block">Hide or unhide a sheet.
+ 
+ Please note that the sheet currently set as active sheet (sheet 0 in a newly 
+ created workbook or the one set via setActiveSheet()) cannot be hidden.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>sheetIx</code> - the sheet index (0-based)</dd><dd><code>hidden</code> - True to mark the sheet as hidden, false otherwise</dd></dl>
 </li>
 </ul>
@@ -1387,7 +1390,10 @@ void&nbsp;setRepeatingRowsAndColumns(int
   <li>0 - visible. </li>
   <li>1 - hidden. </li>
   <li>2 - very hidden.</li>
- </ul></div>
+ </ul>
+ 
+ Please note that the sheet currently set as active sheet (sheet 0 in a newly 
+ created workbook or the one set via setActiveSheet()) cannot be hidden.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>sheetIx</code> - the sheet index (0-based)</dd><dd><code>hidden</code> - one of the following <code>Workbook</code> constants:
         <code>Workbook.SHEET_STATE_VISIBLE</code>,
         <code>Workbook.SHEET_STATE_HIDDEN</code>, or

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html?rev=1702811&r1=1702810&r2=1702811&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFWorkbook.html Sun Sep 13 19:43:13 2015
@@ -552,7 +552,10 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFWorkbook.html#setSheetHidden(int,%20boolean)">setSheetHidden</a></strong>(int&nbsp;sheetIx,
               boolean&nbsp;hidden)</code>
-<div class="block">Hide or unhide a sheet</div>
+<div class="block">Hide or unhide a sheet
+ 
+ Please note that the sheet currently set as active sheet (sheet 0 in a newly 
+ created workbook or the one set via setActiveSheet()) cannot be hidden.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -1640,7 +1643,10 @@ public&nbsp;void&nbsp;setRepeatingRowsAn
 <h4>setSheetHidden</h4>
 <pre>public&nbsp;void&nbsp;setSheetHidden(int&nbsp;sheetIx,
                   boolean&nbsp;hidden)</pre>
-<div class="block">Hide or unhide a sheet</div>
+<div class="block">Hide or unhide a sheet
+ 
+ Please note that the sheet currently set as active sheet (sheet 0 in a newly 
+ created workbook or the one set via setActiveSheet()) cannot be hidden.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html#setSheetHidden(int,%20boolean)">setSheetHidden</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></code></dd>
@@ -1661,7 +1667,10 @@ public&nbsp;void&nbsp;setRepeatingRowsAn
   <li>0 - visible. </li>
   <li>1 - hidden. </li>
   <li>2 - very hidden.</li>
- </ul></div>
+ </ul>
+ 
+ Please note that the sheet currently set as active sheet (sheet 0 in a newly 
+ created workbook or the one set via setActiveSheet()) cannot be hidden.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html#setSheetHidden(int,%20int)">setSheetHidden</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></code></dd>

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=1702811&r1=1702810&r2=1702811&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 Sun Sep 13 19:43:13 2015
@@ -191,7 +191,10 @@ implements <a href="../../../../../org/a
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFDialogsheet.html#createRow(int)">createRow</a></strong>(int&nbsp;rowNum)</code>
-<div class="block">Create a new row within the sheet and return the high level representation</div>
+<div class="block">Create a new row within the sheet and return the high level representation
+
+ Note: If a row already exists at this position, it is removed/overwritten and
+      any existing cell is removed!</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -326,7 +329,10 @@ implements <a href="../../../../../org/a
 <h4>createRow</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a>&nbsp;createRow(int&nbsp;rowNum)</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#createRow(int)">XSSFSheet</a></code></strong></div>
-<div class="block">Create a new row within the sheet and return the high level representation</div>
+<div class="block">Create a new row within the sheet and return the high level representation
+
+ Note: If a row already exists at this position, it is removed/overwritten and
+      any existing cell is removed!</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#createRow(int)">createRow</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>

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=1702811&r1=1702810&r2=1702811&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 Sun Sep 13 19:43:13 2015
@@ -286,7 +286,10 @@ implements <a href="../../../../../org/a
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#createRow(int)">createRow</a></strong>(int&nbsp;rownum)</code>
-<div class="block">Create a new row within the sheet and return the high level representation</div>
+<div class="block">Create a new row within the sheet and return the high level representation
+
+ Note: If a row already exists at this position, it is removed/overwritten and
+      any existing cell is removed!</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -1768,7 +1771,10 @@ public&nbsp;<a href="../../../../../org/
 <li class="blockList">
 <h4>createRow</h4>
 <pre>public&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a>&nbsp;createRow(int&nbsp;rownum)</pre>
-<div class="block">Create a new row within the sheet and return the high level representation</div>
+<div class="block">Create a new row within the sheet and return the high level representation
+
+ Note: If a row already exists at this position, it is removed/overwritten and
+      any existing cell is removed!</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#createRow(int)">createRow</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>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html?rev=1702811&r1=1702810&r2=1702811&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html Sun Sep 13 19:43:13 2015
@@ -2095,7 +2095,10 @@ public&nbsp;boolean&nbsp;isDate1904()</p
  <br/>
    Calling <code>setSheetHidden(sheetIndex, false)</code> is equivalent to
    <code>setSheetHidden(sheetIndex, Workbook.SHEET_STATE_VISIBLE)</code>.
- </p></div>
+ </p>
+ 
+ Please note that the sheet currently set as active sheet (sheet 0 in a newly 
+ created workbook or the one set via setActiveSheet()) cannot be hidden.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html#setSheetHidden(int,%20boolean)">setSheetHidden</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></code></dd>
@@ -2116,7 +2119,10 @@ public&nbsp;boolean&nbsp;isDate1904()</p
   <li>0 - visible. </li>
   <li>1 - hidden. </li>
   <li>2 - very hidden.</li>
- </ul></div>
+ </ul>
+ 
+ Please note that the sheet currently set as active sheet (sheet 0 in a newly 
+ created workbook or the one set via setActiveSheet()) cannot be hidden.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html#setSheetHidden(int,%20int)">setSheetHidden</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" title="interface in org.apache.poi.ss.usermodel">Workbook</a></code></dd>

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=1702811&r1=1702810&r2=1702811&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 Sun Sep 13 19:43:13 2015
@@ -100,7 +100,10 @@
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFRow.html" title="class in org.apache.poi.xssf.usermodel">XSSFRow</a></code></td>
 <td class="colLast"><span class="strong">XSSFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#createRow(int)">createRow</a></strong>(int&nbsp;rownum)</code>
-<div class="block">Create a new row within the sheet and return the high level representation</div>
+<div class="block">Create a new row within the sheet and return the high level representation
+
+ Note: If a row already exists at this position, it is removed/overwritten and
+      any existing cell is removed!</div>
 </td>
 </tr>
 <tr class="altColor">



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