the latest version in jXLS Web Site is v2.2.5 http://jxls.sourceforge.net/
the latest version in sourceforge is v2.2.4. http://sourceforge.net/projects/jxls/
Where can I download v2.2.5?
Thanks.
I you manage your project's dependencies with Maven or another software project management tool you con simply add the proper dependency to your project.
If you use Maven you should add these lines to your pom.xml:
<dependency>
<groupId>org.jxls</groupId>
<artifactId>jxls</artifactId>
<version>2.2.5</version>
</dependency>
Or you can go to this URL to check if a more recent version exits.