Package | Description |
---|---|
net.sf.jett.model |
Provides value objects for JETT processing and enumerated objects for
things like style values.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<CellListener> |
WorkbookContext.getCellListeners() |
Returns the
CellListeners . |
Modifier and Type | Method | Description |
---|---|---|
void |
WorkbookContext.setCellListeners(java.util.List<CellListener> cellListeners) |
Sets the
CellListeners . |
Modifier and Type | Method | Description |
---|---|---|
void |
ExcelTransformer.addCellListener(CellListener listener) |
Registers the given
CellListener . |
Copyright © 2012–2018 Jett Team. All rights reserved.