<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Java Samples]]></title>
<link><![CDATA[https://java-samples.com]]></link>
<description><![CDATA[Comments]]></description>
<generator>Commentics</generator>
<item>
<title>Bala</title>
<link><![CDATA[https://java-samples.com/showtutorial.php?tutorialid=1918&cmtx_perm=44#cmtx_perm_44]]></link>
<description><![CDATA[<p>If you are using maven, make sure you have something like this: </p><div class="cmtx_code_box">&lt;dependencies&gt;<br /> &lt;dependency&gt;<br /> &lt;groupId&gt;org.apache.poi&lt;/groupId&gt;<br /> &lt;artifactId&gt;poi&lt;/artifactId&gt;<br /> &lt;version&gt;5.2.5&lt;/version&gt;<br /> &lt;/dependency&gt;<br /> &lt;dependency&gt;<br /> &lt;groupId&gt;org.apache.poi&lt;/groupId&gt;<br /> &lt;artifactId&gt;poi-ooxml&lt;/artifactId&gt;<br /> &lt;version&gt;5.2.5&lt;/version&gt;<br /> &lt;/dependency&gt;<br />&lt;/dependencies&gt;<br /></div><p>If you are manually downloading the jar files. Make sure you download the latest apache POI jar files from <a href="https://poi.apache.org/download.html" target="_blank" rel="nofollow">https://poi.apache.org/download.html</a>. The latest version is 5.2.5</p>]]></description>
<pubDate>Thu, 11 Apr 2024 11:10:40 +0800</pubDate>
<guid isPermaLink="false">item_44</guid>
</item>
<item>
<title>Mohan Raja</title>
<link><![CDATA[https://java-samples.com/showtutorial.php?tutorialid=1918&cmtx_perm=43#cmtx_perm_43]]></link>
<description><![CDATA[<p>It is because of mismatching POI jar file versions. Ensure that all Apache POI jars (like poi-xxx.jar, poi-ooxml-xxx.jar, poi-ooxml-schemas-xxx.jar) are from the same version. If you&#39;re using Maven or Gradle, verify that your pom.xml or build.gradle file doesn&#39;t have conflicting versions.</p>]]></description>
<pubDate>Thu, 11 Apr 2024 11:06:05 +0800</pubDate>
<guid isPermaLink="false">item_43</guid>
</item>
<item>
<title>Aran Ariel</title>
<link><![CDATA[https://java-samples.com/showtutorial.php?tutorialid=1918&cmtx_perm=42#cmtx_perm_42]]></link>
<description><![CDATA[<p>Hi, </p><p>I am receiving the following: Exception in thread &quot;main&quot; java.lang.NoSuchFieldError: Factory</p>]]></description>
<pubDate>Thu, 11 Apr 2024 03:26:18 +0800</pubDate>
<guid isPermaLink="false">item_42</guid>
</item>
</channel>
</rss>