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. The main API for JETT resides in
the ExcelTransformer class.
| Interface | Description |
|---|---|
| SheetTransformer.AfterOffSheetProperties |
Specifies a callback interface that is called after all off-sheet
properties are set.
|
| Class | Description |
|---|---|
| BlockTransformer |
A
BlockTransformer knows how to transform a Block
of Cells that reside on a Sheet (given with a
TagContext). |
| CellTransformer |
A
CellTransformer knows how to transform a Cell
inside of a Sheet. |
| CollectionsTransformer |
A
CollectionsTransformer knows how to perform implicit
collections processing on a group of Collections, processing an
implicit MultiForEachTag. |
| ExcelTransformer |
The
ExcelTransformer class represents the main JETT API. |
| SheetCloner |
A
SheetCloner clone sheets and can set them up for implicit
collections processing when a collection is detected as part of an
expression in a sheet name. |
| SheetTransformer |
A
SheetTransformer knows how to transform one
Sheet in an Excel spreadsheet. |
Copyright © 2012–2018 Jett Team. All rights reserved.