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<SheetListener> |
WorkbookContext.getSheetListeners() |
Returns the
SheetListeners . |
Modifier and Type | Method | Description |
---|---|---|
void |
WorkbookContext.setSheetListeners(java.util.List<SheetListener> sheetListeners) |
Sets the
SheetListeners . |
Modifier and Type | Method | Description |
---|---|---|
void |
ExcelTransformer.addSheetListener(SheetListener listener) |
Registers the given
SheetListener . |
Copyright © 2012–2018 Jett Team. All rights reserved.