JETT - Java Excel Template Translator - an open-source Java library that creates Excel spreadsheets by publishing data to template spreadsheets.
JETT, or Java Excel Template Translator, is an open-source Java library that creates Excel spreadsheets by publishing data to template spreadsheets. It uses Apache POI for spreadsheet manipulation and Apache Commons JEXL for its expression language capability.
To use JETT, the user creates an Excel template spreadsheet first. In Java code, the user obtains data through any means, creates a Map
of bean names to bean values, and uses an ExcelTransformer
object to publish the data to the resultant Excel spreadsheet.
For more information, see the project webpage.