mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
poi 5.5.0
This commit is contained in:
parent
351fb01a45
commit
2cb9217100
@ -223,7 +223,7 @@ document.write("Last Published: " + document.lastModified);
|
||||
|
||||
<a name="5.5.0"></a>
|
||||
<h2 class="boxed">Version
|
||||
5.5.0 (2025-??-??)
|
||||
5.5.0 (2025-11-15)
|
||||
</h2>
|
||||
<div class="section">
|
||||
<a name="Summary"></a>
|
||||
@ -340,7 +340,7 @@ document.write("Last Published: " + document.lastModified);
|
||||
</tr>
|
||||
|
||||
<tr class="action">
|
||||
<td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://github.com/apache/poi/pull/920">github-920</a></td><td>XSSF</td><td>New api for reading XLSB files</td>
|
||||
<td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://github.com/apache/poi/pull/920">github-920</a></td><td>XSSF</td><td>New API for reading XLSB files</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
|
||||
@ -346,7 +346,7 @@ document.write("Last Published: " + document.lastModified);
|
||||
<span class="lineno"></span><span class="codebody"></span>
|
||||
</div>
|
||||
<div class="codeline">
|
||||
<span class="lineno"></span><span class="codebody">java -classpath poi-5.4.1.jar:poi-scratchpad-5.4.1.jar org.apache.poi.hmef.extractor.HMEFContentsExtractor winmail.dat /tmp/extracted/</span>
|
||||
<span class="lineno"></span><span class="codebody">java -classpath poi-5.5.0.jar:poi-scratchpad-5.5.0.jar org.apache.poi.hmef.extractor.HMEFContentsExtractor winmail.dat /tmp/extracted/</span>
|
||||
</div>
|
||||
<div class="codeline">
|
||||
<span class="lineno"></span><span class="codebody"></span>
|
||||
|
||||
@ -679,8 +679,8 @@ document.write("Last Published: " + document.lastModified);
|
||||
<td colspan="1" rowspan="1"><a href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|5.3.0|jar">xmlbeans</a>
|
||||
<br>
|
||||
For signing:
|
||||
<a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk18on|1.81|jar">bcpkix-jdk18on</a>,
|
||||
<a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcutil-jdk18on|1.81|jar">bcprov-jdk18on</a>,
|
||||
<a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk18on|1.82|jar">bcpkix-jdk18on</a>,
|
||||
<a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcutil-jdk18on|1.82|jar">bcprov-jdk18on</a>,
|
||||
<a href="https://search.maven.org/#artifactdetails|org.apache.santuario|xmlsec|3.0.6|bundle">xmlsec</a>,
|
||||
<a href="https://search.maven.org/#artifactdetails|org.slf4j|slf4j-api|2.0.17|jar">slf4j-api</a>
|
||||
</td>
|
||||
|
||||
@ -649,7 +649,7 @@ document.write("Last Published: " + document.lastModified);
|
||||
<span class="lineno"></span><span class="codebody"> for jar in ('poi', 'poi-ooxml', 'poi-ooxml-lite'):</span>
|
||||
</div>
|
||||
<div class="codeline">
|
||||
<span class="lineno"></span><span class="codebody"> sys.path.append('/path/to/%s-5.4.1.jar')</span>
|
||||
<span class="lineno"></span><span class="codebody"> sys.path.append('/path/to/%s-5.5.0.jar')</span>
|
||||
</div>
|
||||
<div class="codeline">
|
||||
<span class="lineno"></span><span class="codebody"></span>
|
||||
@ -783,13 +783,13 @@ document.write("Last Published: " + document.lastModified);
|
||||
<span class="lineno"></span><span class="codebody"> libraryDependencies ++= Seq(</span>
|
||||
</div>
|
||||
<div class="codeline">
|
||||
<span class="lineno"></span><span class="codebody"> "org.apache.poi" % "poi" % "5.4.1",</span>
|
||||
<span class="lineno"></span><span class="codebody"> "org.apache.poi" % "poi" % "5.5.0",</span>
|
||||
</div>
|
||||
<div class="codeline">
|
||||
<span class="lineno"></span><span class="codebody"> "org.apache.poi" % "poi-ooxml" % "5.4.1",</span>
|
||||
<span class="lineno"></span><span class="codebody"> "org.apache.poi" % "poi-ooxml" % "5.5.0",</span>
|
||||
</div>
|
||||
<div class="codeline">
|
||||
<span class="lineno"></span><span class="codebody"> "org.apache.poi" % "poi-ooxml-lite" % "5.4.1"</span>
|
||||
<span class="lineno"></span><span class="codebody"> "org.apache.poi" % "poi-ooxml-lite" % "5.5.0"</span>
|
||||
</div>
|
||||
<div class="codeline">
|
||||
<span class="lineno"></span><span class="codebody"> )</span>
|
||||
@ -983,10 +983,10 @@ document.write("Last Published: " + document.lastModified);
|
||||
<span class="lineno"></span><span class="codebody"> runtime 'org.codehaus.groovy:groovy-all:2.5.15'</span>
|
||||
</div>
|
||||
<div class="codeline">
|
||||
<span class="lineno"></span><span class="codebody"> runtime 'org.apache.poi:poi:5.4.1'</span>
|
||||
<span class="lineno"></span><span class="codebody"> runtime 'org.apache.poi:poi:5.5.0'</span>
|
||||
</div>
|
||||
<div class="codeline">
|
||||
<span class="lineno"></span><span class="codebody"> runtime 'org.apache.poi:poi-ooxml:5.4.1'</span>
|
||||
<span class="lineno"></span><span class="codebody"> runtime 'org.apache.poi:poi-ooxml:5.5.0'</span>
|
||||
</div>
|
||||
<div class="codeline">
|
||||
<span class="lineno"></span><span class="codebody">}</span>
|
||||
|
||||
@ -406,7 +406,7 @@ document.write("Last Published: " + document.lastModified);
|
||||
<span class="lineno"></span><span class="codebody"></span>
|
||||
</div>
|
||||
<div class="codeline">
|
||||
<span class="lineno"></span><span class="codebody">java -cp poi-5.4.1.jar:poi-ooxml-5.4.1.jar:poi-ooxml-lite-5.4.1.jar:poi-scratchpad-5.4.1.jar:lib/*:ooxml-lib/*:auxiliary/* org.apache.poi.xslf.util.PPTX2PNG -format png -fixside long -scale 1000 -charset GBK file.pptx</span>
|
||||
<span class="lineno"></span><span class="codebody">java -cp poi-5.5.0.jar:poi-ooxml-5.5.0.jar:poi-ooxml-lite-5.5.0.jar:poi-scratchpad-5.5.0.jar:lib/*:ooxml-lib/*:auxiliary/* org.apache.poi.xslf.util.PPTX2PNG -format png -fixside long -scale 1000 -charset GBK file.pptx</span>
|
||||
</div>
|
||||
<div class="codeline">
|
||||
<span class="lineno"></span><span class="codebody"></span>
|
||||
@ -421,7 +421,7 @@ document.write("Last Published: " + document.lastModified);
|
||||
|
||||
<li>Alternatively, download the jars from https://repo1.maven.org/maven2/org/apache/poi/</li>
|
||||
|
||||
<li>Exclude poi-ooxml-full-5.4.1.jar,poi-javadoc-5.4.1.jar and auxiliary/xml-apis-1.4.01.jar (Java 11+) into new subdirectory "unused"</li>
|
||||
<li>Exclude poi-ooxml-full-5.5.0.jar,poi-javadoc-5.5.0.jar and auxiliary/xml-apis-1.4.01.jar (Java 11+) into new subdirectory "unused"</li>
|
||||
|
||||
<li>Move all other jars in current directory into a new subdirectory "poi"</li>
|
||||
|
||||
|
||||
@ -205,7 +205,7 @@ document.write("Last Published: " + document.lastModified);
|
||||
|
||||
<li>
|
||||
|
||||
<a href="https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/lastSuccessfulBuild/artifact/build/dist/">
|
||||
<a href="https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/lastSuccessfulBuild/artifact/build/dist/">
|
||||
Last Successful Jenkins build for POI-trunk
|
||||
</a>
|
||||
|
||||
|
||||
@ -193,7 +193,7 @@ document.write("Last Published: " + document.lastModified);
|
||||
|
||||
<li>
|
||||
|
||||
<a href="#POI-5.4.1">The latest stable release is Apache POI 5.4.1</a>
|
||||
<a href="#POI-5.5.0">The latest stable release is Apache POI 5.5.0</a>
|
||||
|
||||
</li>
|
||||
|
||||
@ -219,13 +219,13 @@ document.write("Last Published: " + document.lastModified);
|
||||
<!-- latest final release -->
|
||||
|
||||
|
||||
<a name="POI-5.4.1"></a>
|
||||
<h2 class="boxed">6 April 2025 - POI 5.4.1 available</h2>
|
||||
<a name="POI-5.5.0"></a>
|
||||
<h2 class="boxed">15 November 2025 - POI 5.5.0 available</h2>
|
||||
<div class="section">
|
||||
<p>The Apache POI team is pleased to announce the release of 5.4.1.
|
||||
<p>The Apache POI team is pleased to announce the release of 5.5.0.
|
||||
Featured are a handful of new areas of functionality and numerous bug fixes.</p>
|
||||
<p>A summary of changes is available in the
|
||||
<a href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-5.4.1.txt">Release Notes</a>.
|
||||
<a href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-5.5.0.txt">Release Notes</a>.
|
||||
A full list of changes is available in the <a href="changes.html">change log</a>.
|
||||
People interested should also follow the <a href="help/index.html">dev list</a>
|
||||
to track progress.</p>
|
||||
@ -233,24 +233,24 @@ document.write("Last Published: " + document.lastModified);
|
||||
The POI source release is listed below.
|
||||
Pre-built versions of all <a href="components/">POI components</a>
|
||||
are available in the central Maven repository under Group ID "org.apache.poi" and Version
|
||||
"5.4.1".
|
||||
"5.5.0".
|
||||
</p>
|
||||
<a name="POI-5.4.1-src"></a>
|
||||
<a name="POI-5.5.0-src"></a>
|
||||
<h3 class="boxed">Source Distribution</h3>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="https://www.apache.org/dyn/closer.lua/poi/release/src/apache-poi-src-5.4.1-20250401.tgz">apache-poi-src-5.4.1-20250401.tgz</a>
|
||||
(116 MB, <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.4.1-20250401.tgz.asc">signature (.asc)</a>,
|
||||
checksum: <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.4.1-20250401.tgz.sha512">SHA-512</a>)
|
||||
<a href="https://www.apache.org/dyn/closer.lua/poi/release/src/apache-poi-src-5.5.0-20251106.tgz">apache-poi-src-5.5.0-20251106.tgz</a>
|
||||
(116 MB, <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.5.0-20251106.tgz.asc">signature (.asc)</a>,
|
||||
checksum: <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.5.0-20251106.tgz.sha512">SHA-512</a>)
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="https://www.apache.org/dyn/closer.lua/poi/release/src/apache-poi-src-5.4.1-20250401.zip">apache-poi-src-5.4.1-20250401.zip</a>
|
||||
(120 MB, <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.4.1-20250401.zip.asc">signature (.asc)</a>,
|
||||
checksum: <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.4.1-20250401.zip.sha512">SHA-512</a>)
|
||||
<a href="https://www.apache.org/dyn/closer.lua/poi/release/src/apache-poi-src-5.5.0-20251106.zip">apache-poi-src-5.5.0-20251106.zip</a>
|
||||
(120 MB, <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.5.0-20251106.zip.asc">signature (.asc)</a>,
|
||||
checksum: <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.5.0-20251106.zip.sha512">SHA-512</a>)
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
@ -571,7 +571,7 @@ document.write("Last Published: " + document.lastModified);
|
||||
<a href="components/">default dependencies</a>:</p>
|
||||
<ul>
|
||||
|
||||
<li>BouncyCastle bcpkix, bcprov and bcutil (tested against 1.81)</li>
|
||||
<li>BouncyCastle bcpkix, bcprov and bcutil (tested against 1.82)</li>
|
||||
|
||||
<li>Apache Santuario "xmlsec" (tested against 3.0.5)</li>
|
||||
|
||||
|
||||
@ -240,15 +240,15 @@ document.write("Last Published: " + document.lastModified);
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<a name="6+April+2025+-+POI+5.4.1+available"></a>
|
||||
<h3 class="boxed">6 April 2025 - POI 5.4.1 available</h3>
|
||||
<p>The Apache POI team is pleased to announce the release of 5.4.1.
|
||||
<a name="15+November+2025+-+POI+5.5.0+available"></a>
|
||||
<h3 class="boxed">15 November 2025 - POI 5.5.0 available</h3>
|
||||
<p>The Apache POI team is pleased to announce the release of 5.5.0.
|
||||
Several dependencies were updated to their latest versions to pick up security fixes and other improvements.</p>
|
||||
<p>A summary of changes is available in the
|
||||
<a href="https://www.apache.org/dyn/closer.lua/poi/release/RELEASE-NOTES.txt">Release Notes</a>.
|
||||
A full list of changes is available in the <a href="changes.html#5.4.1">change log</a>.
|
||||
A full list of changes is available in the <a href="changes.html#5.5.0">change log</a>.
|
||||
People interested should also follow the <a href="help/index.html">dev list</a> to track progress.</p>
|
||||
<p>See the <a href="download.html#POI-5.4.1">downloads</a> page for more details.</p>
|
||||
<p>See the <a href="download.html#POI-5.5.0">downloads</a> page for more details.</p>
|
||||
<p>POI requires Java 8 or newer since version 4.0.1.</p>
|
||||
<a name="11+November+2024+-+Avoid+log4j-api+2.24.1"></a>
|
||||
<h3 class="boxed">11 November 2024 - Avoid log4j-api 2.24.1</h3>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user