Author: fanningpj
Date: Thu Aug 18 23:23:10 2022
New Revision: 1903542

URL: http://svn.apache.org/viewvc?rev=1903542&view=rev
Log:
update changes

Modified:
    poi/site/publish/apidocs/dev/index-all.html
    
poi/site/publish/apidocs/dev/org/apache/poi/ss/usermodel/class-use/Sheet.html
    
poi/site/publish/apidocs/dev/org/apache/poi/ss/usermodel/class-use/Workbook.html
    poi/site/publish/apidocs/dev/org/apache/poi/ss/util/SheetUtil.html
    poi/site/publish/apidocs/dev/org/apache/poi/util/class-use/Internal.html
    poi/site/publish/apidocs/dev/org/apache/poi/xssf/streaming/SXSSFSheet.html
    poi/site/publish/changes.html

Modified: poi/site/publish/apidocs/dev/index-all.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/dev/index-all.html?rev=1903542&r1=1903541&r2=1903542&view=diff
==============================================================================
--- poi/site/publish/apidocs/dev/index-all.html (original)
+++ poi/site/publish/apidocs/dev/index-all.html Thu Aug 18 23:23:10 2022
@@ -23217,11 +23217,11 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/poi/ss/util/SheetUtil.html#getColumnWidth-org.apache.poi.ss.usermodel.Sheet-int-boolean-">getColumnWidth(Sheet,
 int, boolean)</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>
-<div class="block">Compute width of a column and return the result</div>
+<div class="block">Compute width of a column and return the result.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/poi/ss/util/SheetUtil.html#getColumnWidth-org.apache.poi.ss.usermodel.Sheet-int-boolean-int-int-">getColumnWidth(Sheet,
 int, boolean, 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>
-<div class="block">Compute width of a column based on a subset of the rows and 
return the result</div>
+<div class="block">Compute width of a column based on a subset of the rows and 
return the result.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/poi/xslf/usermodel/XSLFTable.html#getColumnWidth-int-">getColumnWidth(int)</a></span>
 - Method in class org.apache.poi.xslf.usermodel.<a 
href="org/apache/poi/xslf/usermodel/XSLFTable.html" title="class in 
org.apache.poi.xslf.usermodel">XSLFTable</a></dt>
 <dd>&nbsp;</dd>
@@ -24924,7 +24924,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/poi/ss/util/SheetUtil.html#getDefaultCharWidth-org.apache.poi.ss.usermodel.Workbook-">getDefaultCharWidth(Workbook)</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>
-<div class="block">Get default character width using the Workbook's default 
font</div>
+<div class="block">Get default character width using the Workbook's default 
font.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/poi/util/LocaleID.html#getDefaultCodepage--">getDefaultCodepage()</a></span>
 - Method in enum org.apache.poi.util.<a 
href="org/apache/poi/util/LocaleID.html" title="enum in 
org.apache.poi.util">LocaleID</a></dt>
 <dd>&nbsp;</dd>

Modified: 
poi/site/publish/apidocs/dev/org/apache/poi/ss/usermodel/class-use/Sheet.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/dev/org/apache/poi/ss/usermodel/class-use/Sheet.html?rev=1903542&r1=1903541&r2=1903542&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/dev/org/apache/poi/ss/usermodel/class-use/Sheet.html 
(original)
+++ 
poi/site/publish/apidocs/dev/org/apache/poi/ss/usermodel/class-use/Sheet.html 
Thu Aug 18 23:23:10 2022
@@ -509,7 +509,7 @@
 <td class="colLast"><span class="typeNameLabel">SheetUtil.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../org/apache/poi/ss/util/SheetUtil.html#getColumnWidth-org.apache.poi.ss.usermodel.Sheet-int-boolean-">getColumnWidth</a></span>(<a
 href="../../../../../../org/apache/poi/ss/usermodel/Sheet.html" 
title="interface in org.apache.poi.ss.usermodel">Sheet</a>&nbsp;sheet,
               int&nbsp;column,
               boolean&nbsp;useMergedCells)</code>
-<div class="block">Compute width of a column and return the result</div>
+<div class="block">Compute width of a column and return the result.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -519,7 +519,7 @@
               boolean&nbsp;useMergedCells,
               int&nbsp;firstRow,
               int&nbsp;lastRow)</code>
-<div class="block">Compute width of a column based on a subset of the rows and 
return the result</div>
+<div class="block">Compute width of a column based on a subset of the rows and 
return the result.</div>
 </td>
 </tr>
 <tr class="rowColor">

Modified: 
poi/site/publish/apidocs/dev/org/apache/poi/ss/usermodel/class-use/Workbook.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/dev/org/apache/poi/ss/usermodel/class-use/Workbook.html?rev=1903542&r1=1903541&r2=1903542&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/dev/org/apache/poi/ss/usermodel/class-use/Workbook.html
 (original)
+++ 
poi/site/publish/apidocs/dev/org/apache/poi/ss/usermodel/class-use/Workbook.html
 Thu Aug 18 23:23:10 2022
@@ -462,7 +462,7 @@
 <tr class="altColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><span class="typeNameLabel">SheetUtil.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../org/apache/poi/ss/util/SheetUtil.html#getDefaultCharWidth-org.apache.poi.ss.usermodel.Workbook-">getDefaultCharWidth</a></span>(<a
 href="../../../../../../org/apache/poi/ss/usermodel/Workbook.html" 
title="interface in org.apache.poi.ss.usermodel">Workbook</a>&nbsp;wb)</code>
-<div class="block">Get default character width using the Workbook's default 
font</div>
+<div class="block">Get default character width using the Workbook's default 
font.</div>
 </td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/dev/org/apache/poi/ss/util/SheetUtil.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/dev/org/apache/poi/ss/util/SheetUtil.html?rev=1903542&r1=1903541&r2=1903542&view=diff
==============================================================================
--- poi/site/publish/apidocs/dev/org/apache/poi/ss/util/SheetUtil.html 
(original)
+++ poi/site/publish/apidocs/dev/org/apache/poi/ss/util/SheetUtil.html Thu Aug 
18 23:23:10 2022
@@ -218,7 +218,7 @@ extends java.lang.Object</pre>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/poi/ss/util/SheetUtil.html#getColumnWidth-org.apache.poi.ss.usermodel.Sheet-int-boolean-">getColumnWidth</a></span>(<a
 href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface 
in org.apache.poi.ss.usermodel">Sheet</a>&nbsp;sheet,
               int&nbsp;column,
               boolean&nbsp;useMergedCells)</code>
-<div class="block">Compute width of a column and return the result</div>
+<div class="block">Compute width of a column and return the result.</div>
 </td>
 </tr>
 <tr id="i6" class="altColor">
@@ -228,13 +228,13 @@ extends java.lang.Object</pre>
               boolean&nbsp;useMergedCells,
               int&nbsp;firstRow,
               int&nbsp;lastRow)</code>
-<div class="block">Compute width of a column based on a subset of the rows and 
return the result</div>
+<div class="block">Compute width of a column based on a subset of the rows and 
return the result.</div>
 </td>
 </tr>
 <tr id="i7" class="rowColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/poi/ss/util/SheetUtil.html#getDefaultCharWidth-org.apache.poi.ss.usermodel.Workbook-">getDefaultCharWidth</a></span>(<a
 href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" 
title="interface in org.apache.poi.ss.usermodel">Workbook</a>&nbsp;wb)</code>
-<div class="block">Get default character width using the Workbook's default 
font</div>
+<div class="block">Get default character width using the Workbook's default 
font.</div>
 </td>
 </tr>
 </table>
@@ -357,7 +357,8 @@ extends java.lang.Object</pre>
 <pre>public static&nbsp;double&nbsp;getColumnWidth(<a 
href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface 
in org.apache.poi.ss.usermodel">Sheet</a>&nbsp;sheet,
                                     int&nbsp;column,
                                     boolean&nbsp;useMergedCells)</pre>
-<div class="block">Compute width of a column and return the result</div>
+<div class="block">Compute width of a column and return the result.
+ Note that this fall can fail if you do not have the right fonts installed in 
your OS.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>sheet</code> - the sheet to calculate</dd>
@@ -379,7 +380,8 @@ extends java.lang.Object</pre>
                                     boolean&nbsp;useMergedCells,
                                     int&nbsp;firstRow,
                                     int&nbsp;lastRow)</pre>
-<div class="block">Compute width of a column based on a subset of the rows and 
return the result</div>
+<div class="block">Compute width of a column based on a subset of the rows and 
return the result.
+ Note that this fall can fail if you do not have the right fonts installed in 
your OS.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>sheet</code> - the sheet to calculate</dd>
@@ -400,7 +402,8 @@ extends java.lang.Object</pre>
 <h4>getDefaultCharWidth</h4>
 <pre><a href="../../../../../org/apache/poi/util/Internal.html" 
title="annotation in org.apache.poi.util">@Internal</a>
 public static&nbsp;int&nbsp;getDefaultCharWidth(<a 
href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" 
title="interface in org.apache.poi.ss.usermodel">Workbook</a>&nbsp;wb)</pre>
-<div class="block">Get default character width using the Workbook's default 
font</div>
+<div class="block">Get default character width using the Workbook's default 
font. Note that this can
+ fail if your OS does not have the right fonts installed.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>wb</code> - the workbook to get the default character width from</dd>

Modified: 
poi/site/publish/apidocs/dev/org/apache/poi/util/class-use/Internal.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/dev/org/apache/poi/util/class-use/Internal.html?rev=1903542&r1=1903541&r2=1903542&view=diff
==============================================================================
--- poi/site/publish/apidocs/dev/org/apache/poi/util/class-use/Internal.html 
(original)
+++ poi/site/publish/apidocs/dev/org/apache/poi/util/class-use/Internal.html 
Thu Aug 18 23:23:10 2022
@@ -11482,7 +11482,7 @@
 <tr class="altColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><span class="typeNameLabel">SheetUtil.</span><code><span 
class="memberNameLink"><a 
href="../../../../../org/apache/poi/ss/util/SheetUtil.html#getDefaultCharWidth-org.apache.poi.ss.usermodel.Workbook-">getDefaultCharWidth</a></span>(<a
 href="../../../../../org/apache/poi/ss/usermodel/Workbook.html" 
title="interface in org.apache.poi.ss.usermodel">Workbook</a>&nbsp;wb)</code>
-<div class="block">Get default character width using the Workbook's default 
font</div>
+<div class="block">Get default character width using the Workbook's default 
font.</div>
 </td>
 </tr>
 </tbody>

Modified: 
poi/site/publish/apidocs/dev/org/apache/poi/xssf/streaming/SXSSFSheet.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/dev/org/apache/poi/xssf/streaming/SXSSFSheet.html?rev=1903542&r1=1903541&r2=1903542&view=diff
==============================================================================
--- poi/site/publish/apidocs/dev/org/apache/poi/xssf/streaming/SXSSFSheet.html 
(original)
+++ poi/site/publish/apidocs/dev/org/apache/poi/xssf/streaming/SXSSFSheet.html 
Thu Aug 18 23:23:10 2022
@@ -1283,7 +1283,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>_autoSizeColumnTracker</h4>
-<pre>protected final&nbsp;org.apache.poi.xssf.streaming.AutoSizeColumnTracker 
_autoSizeColumnTracker</pre>
+<pre>protected&nbsp;org.apache.poi.xssf.streaming.AutoSizeColumnTracker 
_autoSizeColumnTracker</pre>
 </li>
 </ul>
 </li>
@@ -3202,6 +3202,8 @@ public&nbsp;void&nbsp;createSplitPane(in
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>column</code> - the column to track for auto-sizing</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if autoSizeColumnTracker 
failed to initialize (possibly due to fonts not being installed in your OS)</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>3.14beta1</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -3223,6 +3225,8 @@ public&nbsp;void&nbsp;createSplitPane(in
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>columns</code> - the columns to track for auto-sizing</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if autoSizeColumnTracker 
failed to initialize (possibly due to fonts not being installed in your OS)</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>3.14beta1</dd>
 </dl>
@@ -3238,6 +3242,8 @@ public&nbsp;void&nbsp;createSplitPane(in
 <div class="block">Tracks all columns in the sheet for auto-sizing. If this is 
called, individual columns do not need to be tracked.
  Because determining the best-fit width for a cell is expensive, this may 
affect the performance.</div>
 <dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if autoSizeColumnTracker 
failed to initialize (possibly due to fonts not being installed in your OS)</dd>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>3.14beta1</dd>
 </dl>
@@ -3401,6 +3407,8 @@ public&nbsp;void&nbsp;createSplitPane(in
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>column</code> - the column index to auto-size</dd>
 <dd><code>useMergedCells</code> - whether to use the contents of merged cells 
when calculating the width of the column</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if autoSizeColumnTracker 
failed to initialize (possibly due to fonts not being installed in your OS)</dd>
 </dl>
 </li>
 </ul>

Modified: poi/site/publish/changes.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1903542&r1=1903541&r2=1903542&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Thu Aug 18 23:23:10 2022
@@ -398,6 +398,18 @@ document.write("Last Published: " + docu
 <tr class="action">
 <td><img class="icon" alt="fix" src="images/fix.png"></td><td><a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=66212";>66212</a></td><td>XSSF</td><td>XSSFSheet.removeTable
 did not remove the links to the table part reference from the sheet</td>
 </tr>
+            
+<tr class="action">
+<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=66215";>66215</a></td><td>XSSF</td><td>Shifting
 rows or columns can damage formulas in tables</td>
+</tr>
+            
+<tr class="action">
+<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=66216";>66216</a></td><td>XSSF</td><td>XSSFPivotTable.getPivotCacheDefinition()
 does not work properly when XSSFPivotTable was read from an existing *.xlsx 
file</td>
+</tr>
+            
+<tr class="action">
+<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=66230";>66230</a></td><td>SXSSF</td><td>SXSSFWorkbook
 should work even when fonts not installed on OS</td>
+</tr>
         
 </tbody>
 </table>
@@ -409,14 +421,14 @@ document.write("Last Published: " + docu
                 5.2.2 (2022-03-19)
             </h2>
 <div class="section">
-<a name="Summary-N1029C"></a>
+<a name="Summary-N102CC"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
 <li>Upgrade log4j-api dependency to 2.17.2 and graphics2d dependency to 0.35 
as well as some test dependencies</li>
         
 </ul>
-<a name="Changes-N102A6"></a>
+<a name="Changes-N102D6"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -470,14 +482,14 @@ document.write("Last Published: " + docu
                 5.2.1 (2022-03-03)
             </h2>
 <div class="section">
-<a name="Summary-N10337"></a>
+<a name="Summary-N10367"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
 <li>Upgrade curvesapi dependency to 1.07</li>
         
 </ul>
-<a name="Changes-N10341"></a>
+<a name="Changes-N10371"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -551,7 +563,7 @@ document.write("Last Published: " + docu
                 5.2.0 (2022-01-14)
             </h2>
 <div class="section">
-<a name="Summary-N10422"></a>
+<a name="Summary-N10452"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -564,7 +576,7 @@ document.write("Last Published: " + docu
 <li>Upgrade PDFBox Graphics2d dependency to 0.34 and PDFBox dependency to 
2.0.25</li>
         
 </ul>
-<a name="Changes-N10435"></a>
+<a name="Changes-N10465"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -658,7 +670,7 @@ document.write("Last Published: " + docu
                 5.1.0 (2021-11-01)
             </h2>
 <div class="section">
-<a name="Summary-N10566"></a>
+<a name="Summary-N10596"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -685,7 +697,7 @@ document.write("Last Published: " + docu
 <li>By default, no DTDs will be accepted in XML files. This can be relaxed by 
setting 
POIXMLTypeLoader.DEFAULT_XML_OPTIONS.setDisallowDocTypeDeclaration(false).</li>
         
 </ul>
-<a name="Changes-N1058E"></a>
+<a name="Changes-N105BE"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -887,7 +899,7 @@ document.write("Last Published: " + docu
                 5.0.0 (2021-01-20)
             </h2>
 <div class="section">
-<a name="Summary-N1086F"></a>
+<a name="Summary-N1089F"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -914,7 +926,7 @@ document.write("Last Published: " + docu
 <li>new experimental DeferredSXSSFWorkbook which creates fewer temp files by 
lazily generating rows (see DeferredGeneration in poi-examples)</li>
         
 </ul>
-<a name="Changes-N10894"></a>
+<a name="Changes-N108C4"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -1224,7 +1236,7 @@ document.write("Last Published: " + docu
                 4.1.2 (2020-02-17)
             </h2>
 <div class="section">
-<a name="Summary-N10D1C"></a>
+<a name="Summary-N10D4C"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -1239,7 +1251,7 @@ document.write("Last Published: " + docu
 <li>updated dependencies to Bouncycastle 1.64</li>
         
 </ul>
-<a name="Changes-N10D32"></a>
+<a name="Changes-N10D62"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -1373,7 +1385,7 @@ document.write("Last Published: " + docu
                 4.1.1 (2019-10-20)
             </h2>
 <div class="section">
-<a name="Summary-N10EFD"></a>
+<a name="Summary-N10F2D"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -1392,7 +1404,7 @@ document.write("Last Published: " + docu
 <li>CVE-2019-12415 - XML External Entity (XXE) Processing in Apache POI</li>
         
 </ul>
-<a name="Changes-N10F19"></a>
+<a name="Changes-N10F49"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -1542,7 +1554,7 @@ document.write("Last Published: " + docu
                 4.1.0 (2019-04-09)
             </h2>
 <div class="section">
-<a name="Summary-N11121"></a>
+<a name="Summary-N11151"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -1567,7 +1579,7 @@ document.write("Last Published: " + docu
 <li>Upgrade to XMLSec 2.1.2</li>
         
 </ul>
-<a name="Changes-N11146"></a>
+<a name="Changes-N11176"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -1741,7 +1753,7 @@ document.write("Last Published: " + docu
                 4.0.1 (2018-12-03)
             </h2>
 <div class="section">
-<a name="Summary-N113B7"></a>
+<a name="Summary-N113E7"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -1752,7 +1764,7 @@ document.write("Last Published: " + docu
 <li>Upgrade to XMLBeans 3.0.2</li>
         
 </ul>
-<a name="Changes-N113C7"></a>
+<a name="Changes-N113F7"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -1910,7 +1922,7 @@ document.write("Last Published: " + docu
                 4.0.0 (2018-09-07)
             </h2>
 <div class="section">
-<a name="Summary-N115F8"></a>
+<a name="Summary-N11628"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -1919,7 +1931,7 @@ document.write("Last Published: " + docu
 <li>New OOXML schema (1.4) necessary, because of incompatible XMLBeans loading 
not anymore through POIXMLTypeLoader</li>
         
 </ul>
-<a name="Changes-N11605"></a>
+<a name="Changes-N11635"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to