Skip to content

net.retailnext.sstemplates-core 2.0.0-rc.1 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>net.retailnext</groupId>
  <artifactId>sstemplates-core</artifactId>
  <version>2.0.0-rc.1</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

SSTemplates produces Excel documents using XML templates. The model is very similar to producing HTML
using JSP pages. You can use SSTemplates as a standalone component for producing Excel documents in your Java
application or as a servlet for rending Excel documents from your web application.