| Package | Description | 
|---|---|
| net.sf.jett.tag | 
 Provides Tag functionality, including the  
Tag interface and
 all built-in tag classes, plus the TagLibrary interface and
 TagLibraryRegistry classes for custom tag creation and
 registration. | 
| 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 | Class | Description | 
|---|---|---|
class  | 
JtTagLibrary | 
 A  
JtTagLibrary represents the built-in TagLibrary. | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
TagLibraryRegistry.registerTagLibrary(java.lang.String namespace,
                  TagLibrary library) | 
 Add the given  
TagLibrary to the registry, associated with
 the given namespace. | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
ExcelTransformer.registerTagLibrary(java.lang.String namespace,
                  TagLibrary library) | 
 Registers the given  
TagLibrary so that this
 ExcelTransformer can recognize tags from the given
 namespace. | 
Copyright © 2012–2018 Jett Team. All rights reserved.