Package | Description |
---|---|
net.sf.jett.event |
Provides support for event-based processing of template spreadsheets.
|
net.sf.jett.model |
Provides value objects for JETT processing and enumerated objects for
things like style values.
|
net.sf.jett.tag |
Provides Tag functionality, including the
Tag interface and
all built-in tag classes, plus the TagLibrary interface and
TagLibraryRegistry classes for custom tag creation and
registration. |
net.sf.jett.transform |
Provides the classes and API necessary to transform pre-existing Excel
template spreadsheets (.xls and .xlsx are supported) into new spreadsheets
that are fully populated with user data.
|
Class | Description |
---|---|
CellEvent |
A
CellEvent represents data associated with a "cell processed"
event. |
SheetEvent |
A
SheetEvent represents data associated with a "sheet
processed" event. |
TagEvent |
A
TagEvent represents data associated with a "tag processed"
event. |
TagLoopEvent |
A
TagLoopEvent represents data associated with a "tag loop
processed" event. |
Class | Description |
---|---|
CellListener |
A
CellListener is an object that has an opportunity to inspect
a Cell as it's being transformed, with access to the
Cell , the current Map of beans, and the old and
new values for the Cell . |
SheetListener |
A
SheetListener is an object that has an opportunity to inspect
a Sheet as it's being transformed, with access to the
Sheet and the current Map of beans. |
Class | Description |
---|---|
TagLoopListener |
A
TagLoopListener is an object that has an opportunity to
manipulate a block of Cells as they're being transformed while
in a looping tag, with access to the block of Cells , the
current Map of beans, and the looping index. |
Class | Description |
---|---|
CellListener |
A
CellListener is an object that has an opportunity to inspect
a Cell as it's being transformed, with access to the
Cell , the current Map of beans, and the old and
new values for the Cell . |
SheetListener |
A
SheetListener is an object that has an opportunity to inspect
a Sheet as it's being transformed, with access to the
Sheet and the current Map of beans. |
Copyright © 2012–2018 Jett Team. All rights reserved.