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

svn commit: r1718311 - in /poi/site/publish: apidocs/index-all.html apidocs/org/apache/poi/ss/util/SheetUtil.html apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html apidocs/org/apache/poi/xssf/streaming/SXSSFSheet.html changes.html changes.rss

Author: nick
Date: Mon Dec  7 11:41:06 2015
New Revision: 1718311

URL: http://svn.apache.org/viewvc?rev=1718311&view=rev
Log:
Republish site

Modified:
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/ss/util/SheetUtil.html
    poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html
    poi/site/publish/apidocs/org/apache/poi/xssf/streaming/SXSSFSheet.html
    poi/site/publish/changes.html
    poi/site/publish/changes.rss

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1718311&r1=1718310&r2=1718311&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Mon Dec  7 11:41:06 2015
@@ -6475,7 +6475,9 @@
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/CFRuleBase.html#containsBorderFormattingBlock()">containsBorderFormattingBlock()</a></span> - Method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/CFRuleBase.html" title="class in org.apache.poi.hssf.record">CFRuleBase</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/ss/util/SheetUtil.html#containsCell(org.apache.poi.ss.util.CellRangeAddress,%20int,%20int)">containsCell(CellRangeAddress, int, int)</a></span> - Static method in class org.apache.poi.ss.util.<a href="./org/apache/poi/ss/util/SheetUtil.html" title="class in org.apache.poi.ss.util">SheetUtil</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Check if the cell is in the specified cell range</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/usermodel/HSSFPatriarch.html#containsChart()">containsChart()</a></span> - Method in class org.apache.poi.hssf.usermodel.<a href="./org/apache/poi/hssf/usermodel/HSSFPatriarch.html" title="class in org.apache.poi.hssf.usermodel">HSSFPatriarch</a></dt>
 <dd>
 <div class="block">Does this HSSFPatriarch contain a chart?
@@ -82096,7 +82098,9 @@ Compound Document Format.</div>
 <div class="block">Untracks all columns in the sheet for auto-sizing.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/streaming/SXSSFSheet.html#untrackColumnForAutoSizing(int)">untrackColumnForAutoSizing(int)</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="./org/apache/poi/xssf/streaming/SXSSFSheet.html" title="class in org.apache.poi.xssf.streaming">SXSSFSheet</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Removes a column that was previously marked for inclusion in auto-size column tracking.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xssf/streaming/SXSSFSheet.html#untrackColumnsForAutoSizing(java.util.Collection)">untrackColumnsForAutoSizing(Collection&lt;Integer&gt;)</a></span> - Method in class org.apache.poi.xssf.streaming.<a href="./org/apache/poi/xssf/streaming/SXSSFSheet.html" title="class in org.apache.poi.xssf.streaming">SXSSFSheet</a></dt>
 <dd>
 <div class="block">Untracks several columns in the sheet for auto-sizing.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/SheetUtil.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/SheetUtil.html?rev=1718311&r1=1718310&r2=1718311&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/SheetUtil.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/SheetUtil.html Mon Dec  7 11:41:06 2015
@@ -145,7 +145,9 @@ extends java.lang.Object</pre>
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/ss/util/SheetUtil.html#containsCell(org.apache.poi.ss.util.CellRangeAddress,%20int,%20int)">containsCell</a></strong>(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;cr,
             int&nbsp;rowIx,
-            int&nbsp;colIx)</code>&nbsp;</td>
+            int&nbsp;colIx)</code>
+<div class="block">Check if the cell is in the specified cell range</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static double</code></td>
@@ -312,6 +314,9 @@ public static&nbsp;int&nbsp;getDefaultCh
 <pre>public static&nbsp;boolean&nbsp;containsCell(<a href="../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;cr,
                    int&nbsp;rowIx,
                    int&nbsp;colIx)</pre>
+<div class="block">Check if the cell is in the specified cell range</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>cr</code> - the cell range to check in</dd><dd><code>rowIx</code> - the row to check</dd><dd><code>colIx</code> - the column to check</dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if the range contains the cell [rowIx, colIx]</dd></dl>
 </li>
 </ul>
 <a name="getCellWithMerges(org.apache.poi.ss.usermodel.Sheet, int, int)">

Modified: poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html?rev=1718311&r1=1718310&r2=1718311&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/util/class-use/CellRangeAddress.html Mon Dec  7 11:41:06 2015
@@ -913,7 +913,9 @@ HSSF concepts.</div>
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><span class="strong">SheetUtil.</span><code><strong><a href="../../../../../../org/apache/poi/ss/util/SheetUtil.html#containsCell(org.apache.poi.ss.util.CellRangeAddress,%20int,%20int)">containsCell</a></strong>(<a href="../../../../../../org/apache/poi/ss/util/CellRangeAddress.html" title="class in org.apache.poi.ss.util">CellRangeAddress</a>&nbsp;cr,
             int&nbsp;rowIx,
-            int&nbsp;colIx)</code>&nbsp;</td>
+            int&nbsp;colIx)</code>
+<div class="block">Check if the cell is in the specified cell range</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/ss/util/Region.html" title="class in org.apache.poi.ss.util">Region</a>[]</code></td>

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=1718311&r1=1718310&r2=1718311&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 Dec  7 11:41:06 2015
@@ -977,7 +977,9 @@ implements <a href="../../../../../org/a
 </tr>
 <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>&nbsp;</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="altColor">
 <td class="colFirst"><code>boolean</code></td>
@@ -2495,7 +2497,7 @@ public&nbsp;void&nbsp;shiftRows(int&nbsp
 <div class="block">Track a column in the sheet for auto-sizing.
  Note this has undefined behavior if a column is tracked after one or more rows are written to the sheet.
  If <code>column</code> is already tracked, this call does nothing.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>column</code> - the column to track for autosizing</dd><dt><span class="strong">Since:</span></dt>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>column</code> - the column to track for auto-sizing</dd><dt><span class="strong">Since:</span></dt>
   <dd>3.14beta1</dd>
 <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html#trackColumnsForAutoSizing(java.util.Collection)"><code>trackColumnsForAutoSizing(Collection)</code></a>, 
 <a href="../../../../../org/apache/poi/xssf/streaming/SXSSFSheet.html#trackAllColumnsForAutoSizing()"><code>trackAllColumnsForAutoSizing()</code></a></dd></dl>
@@ -2511,7 +2513,7 @@ public&nbsp;void&nbsp;shiftRows(int&nbsp
 <div class="block">Track several columns in the sheet for auto-sizing.
  Note this has undefined behavior if columns are tracked after one or more rows are written to the sheet.
  Any column in <code>columns</code> that are already tracked are ignored by this call.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columns</code> - the columns to track for autosizing</dd><dt><span class="strong">Since:</span></dt>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columns</code> - the columns to track for auto-sizing</dd><dt><span class="strong">Since:</span></dt>
   <dd>3.14beta1</dd></dl>
 </li>
 </ul>
@@ -2535,6 +2537,9 @@ public&nbsp;void&nbsp;shiftRows(int&nbsp
 <li class="blockList">
 <h4>untrackColumnForAutoSizing</h4>
 <pre>public&nbsp;boolean&nbsp;untrackColumnForAutoSizing(int&nbsp;column)</pre>
+<div class="block">Removes a column that was previously marked for inclusion in auto-size column tracking.
+ When a column is untracked, the best-fit width is forgotten.
+ If <code>column</code> is not tracked, it will be ignored by this call.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>column</code> - the index of the column to track for auto-sizing</dd>
 <dt><span class="strong">Returns:</span></dt><dd>true if column was tracked prior to this call, false if no action was taken</dd><dt><span class="strong">Since:</span></dt>
   <dd>3.14beta1</dd>

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1718311&r1=1718310&r2=1718311&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Mon Dec  7 11:41:06 2015
@@ -261,6 +261,9 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58084">58084</a> - Corrupted .xlsx file created when styles with borders are cloned from other workbooks</li>
+        
+<li>
 <img class="icon" alt="add" src="images/add.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=58570">58570</a> - Promote setting and getting the active cell in a worksheet to Common SS</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1718311&r1=1718310&r2=1718311&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Mon Dec  7 11:41:06 2015
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91"><channel><title>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> add(bug 58570)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58570) - Promote setting and getting the active cell in a worksheet to Common SS</description></item><item><title> add(bug 47904)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 47904) - Update text styles in HSLF MasterSlide</description></item><item><title> add(bug 58670)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58670) - Change underlying data structure in SXSSFRow to use a TreeMap instead of an array to store SXSSFCells</description></item><item><title> add(bug 58671)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58671) - Replace MissingCellPolicy 
 class with enum</description></item><item><title> add(bug 57450)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 57450) - Autosize columns on SXSSFSheets considering both active window and flushed rows</description></item><item><title> add(bug 58557,52903)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58557,52903) - Add support for shifting hyperlinks when shifting rows on a sheet</description></item><item><title> add(bug 58667)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58667) - Implement Comparable interface in HSSFRow, XSSFRow, and SXSSFRow classes</description></item><item><title> fix(bug 46210)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 46210) - Title placeholder not recognized by Powerpoint 2003</description></item><item><title> fix(bug 58663)</title><link>http://poi.apache.org/ch
 anges.html</link><description> fix by POI Developers (bug 58663) - Pictures cannot be removed from a slide</description></item><item><title> add(bug 58636)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58636) - Replace ClientAnchor anchor type constants with AnchorType enum</description></item><item><title> add(bug 58644)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58644) - Replace Sheet.setZoom(num, den) with Sheet.setZoom(scale)</description></item><item><title> add(bug 58642)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58642) - Remove deprecated functions</description></item><item><title> add(bug 58365)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58365) - Get all cell comments on a sheet with Sheet.getCellComments()</description></item><item><title> add(bug 58637)</title><link>http
 ://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58637) - Add CellAddress class, to be used instead of CellReference when the concept of an absolute/relative reference is not applicable.</description></item><item><title> add(bug 58617)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58617) - Add custom safe XmlBeans type loader / rename vendor specific schema packages</description></item><item><title> fix(bug 58630)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58630) - Signing failed after deletion of first sheet</description></item><item><title> fix(bug 55955)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55955) - Filling an existing ppt table stopped working with 3.9</description></item><item><title> fix(bug 54210)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 
 54210) - When saving PPT to PNG, some text is rendered backwards</description></item><item><title> fix(bug 53189)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53189) - Shapes drawn wrongly when ppt file converted to image</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Removed most reflection calls on private methods/fields from production code; others are wrapped by AccessController.doPrivileged().</description></item><item><title> fix(bug 58597)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58597) - XWPFDocument causes SecurityException under SecurityManager</description></item><item><title> fix(bug 53192)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53192) - Images in ppt file have wrong width when convering ppt to png</description></item><item><title> 
 add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Add support for HSLF metro blobs</description></item><item><title> fix(bug 52297)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 52297) - Bullets are not aligned properly while converting ppt slide to image</description></item><item><title> fix(bug 55265)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55265) - DataFormatter correct support for alternate number grouping characters, eg 1234 + #'##0 = 1'234 not 1,234</description></item><item><title> fix(bug 51622)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 51622) - autoSizeColumn incorrectly sizes columns containing leading whitespace</description></item><item><title> fix(bug 58576)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58576) - Rename mis
 spelled SheetUtil.canComputeColumnWidth</description></item><item><title> add(bug 58572)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58572) - Add getHyperlink and getHyperlinkList to Sheet interface</description></item><item><title> add(bug 58348)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58348) - Add support for copying rows in XSSFWorkbooks</description></item><item><title> fix(bug 45908)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 45908) - RichTextRun.setBullet(false) doesn't work, bullets still here</description></item><item><title> fix(bug 45088)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 45088) - POI-HSLF changeTextInRichTextRun corrupts presentation</description></item><item><title> fix(bug 45124)</title><link>http://poi.apache.org/changes.html</link><description> fix by P
 OI Developers (bug 45124) - inserting text or images wipes out boldness and makes everything italic</description></item><item><title> add(bug 58452)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58452) - Set cell formulas containing unregistered function names</description></item><item><title> add(bug 58442)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58442) - Add method to reorganize AreaPtg as top-left and bottom-right references</description></item><item><title> fix(bug 58443)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58443) - Prohibit adding merged regions that would overlap with existing merged regions</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Add a limit of the max number of characters that can be extracted to avoid sending applications out
  of memory with very large documents. Limit can be adjusted via ZipSecureFile.setMaxTextSize() if necessary</description></item><item><title> fix(bug 58516)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58516) - Rare new aioobe in 3.13 on initialization of a handful of ppts</description></item><item><title> fix(bug 56957)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56957) - Avoid error if Workbook with empty SharedStringTable is written</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - copy first paragraph / textrun properties on XSLFTextShape.setText()</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - converted ApacheconEU08 example to common sl - added missing functionality</des
 cription></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - return null instead of default values for missing borders X/HSLFTable</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - use points in HSLFTable.setColumnWidth()</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Fix appending text to empty HSLFTextParagraph</description></item><item><title> fix(bug 58558)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58558) - SXSSFCell.setCellValue((RichTextString)null) fixed to work like XSSF and HSSF</description></item><item><title> fix(bug 58536)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58536) - DataFormatter and Cell
 Format non-localised support for localised currency formats like [$$-408]</description></item><item><title> fix(bug 58532)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58532) - DataFormatter cell formatting for things like [&gt;999999]#,,"M";[&gt;999]#,"K";#</description></item><item><title> fix(bug 58085)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58085) - Fix removing sheet so not to break other existing sheet references</description></item><item><title> fix(bug 58480)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58480) - Work around problem where on Windows systems a Mapped Buffer can still lock a file even if the Channel was closed properly</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Update commons-logging to 1.2 and commons-codec to 1.10</descr
 iption></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Removed deprecated mixed case getter/setter in XSSFColor</description></item><item><title> fix(bug 55032)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55032) - Fix handling missing option values in financial functions PV, FV, NPER and PMT</description></item><item><title> fix(bug 50319)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 50319) - Make row groups which include row 0 work</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Removed deprecated HDF API</description></item><item><title> fix(bug 58466)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58466) - Improve column manipulation in XSSF to avoid changes overwriting each other</des
 cription></item><item><title> fix(bug 58471)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58471) - Improve number formatting to more closely match Excel's behaviour</description></item><item><title> fix(bug 58549)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58549) - Fix row limits for HSSFClientAnchor to allow the full range supported by Excel</description></item><item><title> fix(bug 58579)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58579) - Add CTTableStyleInfo to poi-ooxml-schemas JAR</description></item></channel></rss>
\ No newline at end of file
+<rss version="0.91"><channel><title>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> add(bug 58084)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58084) - Corrupted .xlsx file created when styles with borders are cloned from other workbooks</description></item><item><title> add(bug 58570)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58570) - Promote setting and getting the active cell in a worksheet to Common SS</description></item><item><title> add(bug 47904)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 47904) - Update text styles in HSLF MasterSlide</description></item><item><title> add(bug 58670)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58670) - Change underlying data structure in SXSSFR
 ow to use a TreeMap instead of an array to store SXSSFCells</description></item><item><title> add(bug 58671)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58671) - Replace MissingCellPolicy class with enum</description></item><item><title> add(bug 57450)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 57450) - Autosize columns on SXSSFSheets considering both active window and flushed rows</description></item><item><title> add(bug 58557,52903)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58557,52903) - Add support for shifting hyperlinks when shifting rows on a sheet</description></item><item><title> add(bug 58667)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58667) - Implement Comparable interface in HSSFRow, XSSFRow, and SXSSFRow classes</description></item><item><title> fix(bug 46210)</ti
 tle><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 46210) - Title placeholder not recognized by Powerpoint 2003</description></item><item><title> fix(bug 58663)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58663) - Pictures cannot be removed from a slide</description></item><item><title> add(bug 58636)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58636) - Replace ClientAnchor anchor type constants with AnchorType enum</description></item><item><title> add(bug 58644)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58644) - Replace Sheet.setZoom(num, den) with Sheet.setZoom(scale)</description></item><item><title> add(bug 58642)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58642) - Remove deprecated functions</description></item><item><title> add(bug 
 58365)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58365) - Get all cell comments on a sheet with Sheet.getCellComments()</description></item><item><title> add(bug 58637)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58637) - Add CellAddress class, to be used instead of CellReference when the concept of an absolute/relative reference is not applicable.</description></item><item><title> add(bug 58617)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58617) - Add custom safe XmlBeans type loader / rename vendor specific schema packages</description></item><item><title> fix(bug 58630)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58630) - Signing failed after deletion of first sheet</description></item><item><title> fix(bug 55955)</title><link>http://poi.apache.org/changes.html</link><descripti
 on> fix by POI Developers (bug 55955) - Filling an existing ppt table stopped working with 3.9</description></item><item><title> fix(bug 54210)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 54210) - When saving PPT to PNG, some text is rendered backwards</description></item><item><title> fix(bug 53189)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53189) - Shapes drawn wrongly when ppt file converted to image</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Removed most reflection calls on private methods/fields from production code; others are wrapped by AccessController.doPrivileged().</description></item><item><title> fix(bug 58597)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58597) - XWPFDocument causes SecurityException under SecurityManager</descripti
 on></item><item><title> fix(bug 53192)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 53192) - Images in ppt file have wrong width when convering ppt to png</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Add support for HSLF metro blobs</description></item><item><title> fix(bug 52297)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 52297) - Bullets are not aligned properly while converting ppt slide to image</description></item><item><title> fix(bug 55265)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55265) - DataFormatter correct support for alternate number grouping characters, eg 1234 + #'##0 = 1'234 not 1,234</description></item><item><title> fix(bug 51622)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 5162
 2) - autoSizeColumn incorrectly sizes columns containing leading whitespace</description></item><item><title> fix(bug 58576)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58576) - Rename misspelled SheetUtil.canComputeColumnWidth</description></item><item><title> add(bug 58572)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58572) - Add getHyperlink and getHyperlinkList to Sheet interface</description></item><item><title> add(bug 58348)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58348) - Add support for copying rows in XSSFWorkbooks</description></item><item><title> fix(bug 45908)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 45908) - RichTextRun.setBullet(false) doesn't work, bullets still here</description></item><item><title> fix(bug 45088)</title><link>http://poi.apache.org/changes.ht
 ml</link><description> fix by POI Developers (bug 45088) - POI-HSLF changeTextInRichTextRun corrupts presentation</description></item><item><title> fix(bug 45124)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 45124) - inserting text or images wipes out boldness and makes everything italic</description></item><item><title> add(bug 58452)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58452) - Set cell formulas containing unregistered function names</description></item><item><title> add(bug 58442)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58442) - Add method to reorganize AreaPtg as top-left and bottom-right references</description></item><item><title> fix(bug 58443)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58443) - Prohibit adding merged regions that would overlap with existing merge
 d regions</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Add a limit of the max number of characters that can be extracted to avoid sending applications out of memory with very large documents. Limit can be adjusted via ZipSecureFile.setMaxTextSize() if necessary</description></item><item><title> fix(bug 58516)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58516) - Rare new aioobe in 3.13 on initialization of a handful of ppts</description></item><item><title> fix(bug 56957)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56957) - Avoid error if Workbook with empty SharedStringTable is written</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - copy first paragraph / textrun properties on XSLFTextShape.setT
 ext()</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - converted ApacheconEU08 example to common sl - added missing functionality</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - return null instead of default values for missing borders X/HSLFTable</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Common sl unification - use points in HSLFTable.setColumnWidth()</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Fix appending text to empty HSLFTextParagraph</description></item><item><title> fix(bug 58558)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58558) - SXSSFCell.setC
 ellValue((RichTextString)null) fixed to work like XSSF and HSSF</description></item><item><title> fix(bug 58536)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58536) - DataFormatter and CellFormat non-localised support for localised currency formats like [$$-408]</description></item><item><title> fix(bug 58532)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58532) - DataFormatter cell formatting for things like [&gt;999999]#,,"M";[&gt;999]#,"K";#</description></item><item><title> fix(bug 58085)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58085) - Fix removing sheet so not to break other existing sheet references</description></item><item><title> fix(bug 58480)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58480) - Work around problem where on Windows systems a Mapped Buffer can still lock 
 a file even if the Channel was closed properly</description></item><item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Update commons-logging to 1.2 and commons-codec to 1.10</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Removed deprecated mixed case getter/setter in XSSFColor</description></item><item><title> fix(bug 55032)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55032) - Fix handling missing option values in financial functions PV, FV, NPER and PMT</description></item><item><title> fix(bug 50319)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 50319) - Make row groups which include row 0 work</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Removed deprecated HD
 F API</description></item><item><title> fix(bug 58466)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58466) - Improve column manipulation in XSSF to avoid changes overwriting each other</description></item><item><title> fix(bug 58471)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58471) - Improve number formatting to more closely match Excel's behaviour</description></item><item><title> fix(bug 58549)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58549) - Fix row limits for HSSFClientAnchor to allow the full range supported by Excel</description></item><item><title> fix(bug 58579)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 58579) - Add CTTableStyleInfo to poi-ooxml-schemas JAR</description></item></channel></rss>
\ No newline at end of file



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