Package 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.

See:
          Description

Class Summary
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.
SheetTransformer A SheetTransformer knows how to transform one Sheet in an Excel spreadsheet.
 

Package net.sf.jett.transform Description

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.

Since:
0.1.0
Author:
Randy Gettman


Copyright © 2012-2013 Jett Team. All Rights Reserved.