You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/12/06 10:59:08 UTC

svn commit: r1895617 - in /poi/site/publish: changes.html components/index.html components/spreadsheet/quick-guide.html devel/history/changes-3x.html encryption.html

Author: fanningpj
Date: Mon Dec  6 10:59:08 2021
New Revision: 1895617

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

Modified:
    poi/site/publish/changes.html
    poi/site/publish/components/index.html
    poi/site/publish/components/spreadsheet/quick-guide.html
    poi/site/publish/devel/history/changes-3x.html
    poi/site/publish/encryption.html

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1895617&r1=1895616&r2=1895617&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Mon Dec  6 10:59:08 2021
@@ -222,6 +222,8 @@ document.write("Last Published: " + docu
 <ul>
             
 <li>Refactor to XSSF CommentsTable to make it more extensible</li>
+            
+<li>Upgrade BouncyCastle dependency to 1.70</li>
         
 </ul>
 <a name="Changes"></a>
@@ -259,6 +261,30 @@ document.write("Last Published: " + docu
 <tr class="action">
 <td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://github.com/apache/poi/pull/281">github-281</a></td><td>SS_Common</td><td>Cell Conditional Formatting: Change regex to account for decimals with no leading digit</td>
 </tr>
+            
+<tr class="action">
+<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://github.com/apache/poi/pull/273">github-273</a></td><td>SS_Common</td><td>Log warning when long sheet names are trimmed</td>
+</tr>
+            
+<tr class="action">
+<td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://github.com/apache/poi/pull/243">github-243</a></td><td>SS_Common</td><td>Add support for XLOOKUP and XMATCH functions</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=63211">63211</a></td><td>SS_Common</td><td>DataFormatter incorrectly formats data formats with escaped percent character</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=65701">65701</a></td><td>OOXML</td><td>Password Protecting a document when Saxon is on classpath can corrupt the output</td>
+</tr>
+            
+<tr class="action">
+<td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=65703">65703</a></td><td>SS_Common</td><td>DataFormatter: add setUse4DigitYearsInAllDateFormats(boolean) method with default of false</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=65715">65715</a></td><td>OOXML</td><td>Fix issue in XSSFSheet getDrawingPatriarch</td>
+</tr>
         
 </tbody>
 </table>
@@ -270,7 +296,7 @@ document.write("Last Published: " + docu
                 5.1.0 (2021-11-01)
             </h2>
 <div class="section">
-<a name="Summary-N1009A"></a>
+<a name="Summary-N100FD"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -297,7 +323,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-N100C2"></a>
+<a name="Changes-N10125"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -499,7 +525,7 @@ document.write("Last Published: " + docu
                 5.0.0 (2021-01-20)
             </h2>
 <div class="section">
-<a name="Summary-N103A3"></a>
+<a name="Summary-N10406"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -526,7 +552,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-N103C8"></a>
+<a name="Changes-N1042B"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -836,7 +862,7 @@ document.write("Last Published: " + docu
                 4.1.2 (2020-02-17)
             </h2>
 <div class="section">
-<a name="Summary-N10850"></a>
+<a name="Summary-N108B3"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -851,7 +877,7 @@ document.write("Last Published: " + docu
 <li>updated dependencies to Bouncycastle 1.64</li>
         
 </ul>
-<a name="Changes-N10866"></a>
+<a name="Changes-N108C9"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -985,7 +1011,7 @@ document.write("Last Published: " + docu
                 4.1.1 (2019-10-20)
             </h2>
 <div class="section">
-<a name="Summary-N10A31"></a>
+<a name="Summary-N10A94"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -1004,7 +1030,7 @@ document.write("Last Published: " + docu
 <li>CVE-2019-12415 - XML External Entity (XXE) Processing in Apache POI</li>
         
 </ul>
-<a name="Changes-N10A4D"></a>
+<a name="Changes-N10AB0"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -1154,7 +1180,7 @@ document.write("Last Published: " + docu
                 4.1.0 (2019-04-09)
             </h2>
 <div class="section">
-<a name="Summary-N10C55"></a>
+<a name="Summary-N10CB8"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -1179,7 +1205,7 @@ document.write("Last Published: " + docu
 <li>Upgrade to XMLSec 2.1.2</li>
         
 </ul>
-<a name="Changes-N10C7A"></a>
+<a name="Changes-N10CDD"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -1353,7 +1379,7 @@ document.write("Last Published: " + docu
                 4.0.1 (2018-12-03)
             </h2>
 <div class="section">
-<a name="Summary-N10EEB"></a>
+<a name="Summary-N10F4E"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -1364,7 +1390,7 @@ document.write("Last Published: " + docu
 <li>Upgrade to XMLBeans 3.0.2</li>
         
 </ul>
-<a name="Changes-N10EFB"></a>
+<a name="Changes-N10F5E"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -1522,7 +1548,7 @@ document.write("Last Published: " + docu
                 4.0.0 (2018-09-07)
             </h2>
 <div class="section">
-<a name="Summary-N1112C"></a>
+<a name="Summary-N1118F"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -1531,7 +1557,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-N11139"></a>
+<a name="Changes-N1119C"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>

Modified: poi/site/publish/components/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/index.html?rev=1895617&r1=1895616&r2=1895617&view=diff
==============================================================================
--- poi/site/publish/components/index.html (original)
+++ poi/site/publish/components/index.html Mon Dec  6 10:59:08 2021
@@ -676,11 +676,11 @@ document.write("Last Published: " + docu
 <tr>
           
 <td colspan="1" rowspan="1">poi-ooxml-full (known as ooxml-schemas)</td>
-          <td colspan="1" rowspan="1"><a href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|5.0.1|jar">xmlbeans</a>
+          <td colspan="1" rowspan="1"><a href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|5.0.2|jar">xmlbeans</a>
 <br>
             For signing:
-            <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk15on|1.69|jar">bcpkix-jdk15on</a>,
-            <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcprov-jdk15on|1.69|jar">bcprov-jdk15on</a>,
+            <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk15on|1.70|jar">bcpkix-jdk15on</a>,
+            <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcprov-jdk15on|1.70|jar">bcprov-jdk15on</a>,
             <a href="https://search.maven.org/#artifactdetails|org.apache.santuario|xmlsec|2.2.3|bundle">xmlsec</a>,
             <a href="https://search.maven.org/#artifactdetails|org.slf4j|slf4j-api|1.7.32|jar">slf4j-api</a>
           </td>

Modified: poi/site/publish/components/spreadsheet/quick-guide.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/spreadsheet/quick-guide.html?rev=1895617&r1=1895616&r2=1895617&view=diff
==============================================================================
--- poi/site/publish/components/spreadsheet/quick-guide.html (original)
+++ poi/site/publish/components/spreadsheet/quick-guide.html Mon Dec  6 10:59:08 2021
@@ -5272,7 +5272,7 @@ the data to populate another drop down l
 <span class="lineno"></span><span class="codebody"></span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">POIFSFileSystem fs = new POIFSFileSystem(new File("excel_with_embeded.xls"));</span>
+<span class="lineno"></span><span class="codebody">POIFSFileSystem fs = new POIFSFileSystem(new File("excel_with_embedded.xls"));</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody">HSSFWorkbook workbook = new HSSFWorkbook(fs);</span>

Modified: poi/site/publish/devel/history/changes-3x.html
URL: http://svn.apache.org/viewvc/poi/site/publish/devel/history/changes-3x.html?rev=1895617&r1=1895616&r2=1895617&view=diff
==============================================================================
--- poi/site/publish/devel/history/changes-3x.html (original)
+++ poi/site/publish/devel/history/changes-3x.html Mon Dec  6 10:59:08 2021
@@ -6200,7 +6200,7 @@ document.write("Last Published: " + docu
 </tr>
         
 <tr class="action">
-<td><img class="icon" alt="add" src="images/add.png"></td><td></td><td>HSMF</td><td>support attachments as embeded documents within the new outlooktextextractor</td>
+<td><img class="icon" alt="add" src="images/add.png"></td><td></td><td>HSMF</td><td>support attachments as embedded documents within the new outlooktextextractor</td>
 </tr>
         
 <tr class="action">
@@ -7236,7 +7236,7 @@ document.write("Last Published: " + docu
 </tr>
         
 <tr class="action">
-<td><img class="icon" alt="add" src="images/add.png"></td><td></td><td>OOXML</td><td>Initial ExtractorFactory support for building TextExtractors for embeded documents</td>
+<td><img class="icon" alt="add" src="images/add.png"></td><td></td><td>OOXML</td><td>Initial ExtractorFactory support for building TextExtractors for embedded documents</td>
 </tr>
       
 </tbody>
@@ -8070,11 +8070,11 @@ document.write("Last Published: " + docu
 </tr>
         
 <tr class="action">
-<td><img class="icon" alt="add" src="images/add.png"></td><td></td><td>HSLF</td><td>Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and allow reading embeded documents</td>
+<td><img class="icon" alt="add" src="images/add.png"></td><td></td><td>HSLF</td><td>Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and allow reading embedded documents</td>
 </tr>
         
 <tr class="action">
-<td><img class="icon" alt="add" src="images/add.png"></td><td></td><td>POIFS</td><td>Improve how POIFS works with directory entries, and update HWPFDocument to support reading an embeded word document</td>
+<td><img class="icon" alt="add" src="images/add.png"></td><td></td><td>POIFS</td><td>Improve how POIFS works with directory entries, and update HWPFDocument to support reading an embedded word document</td>
 </tr>
         
 <tr class="action">

Modified: poi/site/publish/encryption.html
URL: http://svn.apache.org/viewvc/poi/site/publish/encryption.html?rev=1895617&r1=1895616&r2=1895617&view=diff
==============================================================================
--- poi/site/publish/encryption.html (original)
+++ poi/site/publish/encryption.html Mon Dec  6 10:59:08 2021
@@ -562,7 +562,7 @@ document.write("Last Published: " + docu
         <a href="components/">default dependencies</a>:</p>
 <ul>
             
-<li>BouncyCastle bcpkix, bcprov and bcutil (tested against 1.69)</li>
+<li>BouncyCastle bcpkix, bcprov and bcutil (tested against 1.70)</li>
             
 <li>Apache Santuario "xmlsec" (tested against 2.2.3)</li>
             



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