net.sf.jett.event.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jett-core Show documentation
Show all versions of jett-core Show documentation
JETT is a Java API that reads an Excel spreadsheet as a template, takes your data, and
creates a new Excel spreadsheet that contains your data, formatted as in the template. It
works with .xls and .xlsx template spreadsheets.
The newest version!
/**
* Provides support for event-based processing of template spreadsheets.
* This includes CellListeners
and SheetListeners
,
* which can be registered with the ExcelTransformer
, and
* TagListeners
and TagLoopListeners
, which can be
* registered on any tags in the template spreadsheet. Users can implement
* these interfaces to supply custom processing.
*
* @author Randy Gettman
* @since 0.1.0
*/
package net.sf.jett.event;