Package | Description |
---|---|
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 |
---|---|---|
void |
SheetTransformer.transform(org.apache.poi.ss.usermodel.Sheet sheet,
WorkbookContext context,
java.util.Map<java.lang.String,java.lang.Object> beans,
SheetCloner cloner) |
Transforms the given
Sheet , using the given Map
of bean names to bean objects. |
Copyright © 2012–2018 Jett Team. All rights reserved.