Package com.extentech.ExtenXLS.binder

The ExtenXLS binder package contains the CellBinder API which automates mapping of data to spreadsheets.

See:
          Description

Interface Summary
BoundCell This class represents a single WorkBook Cell which has been bound to an Object.
ObjectValueAdapter  
 

Class Summary
BeanBoundCell The BeanBoundCell class extends the CellHandle class with data binding functionality
using the value Object.
BeanBoundCellRange Binds a Cell range to a List of Bean values.
CellBinder The CellBinder maintains arbitrary mappings between
WorkBook CellRanges and external data sources such as a SQL Resultset.


The CellBinder uses an XML mapping file to determine which Cells in the
WorkBook to map to which values in the data source.

CellBinderUtils Utility Class for CellBinder API
CellRangeDataObject DataObject bound to a Cell Range.
customBindings CustomBindings allows for conversion of OfficeWriter templates containing OfficeWriter tags into ExtenXLS CellBinder RDFs.
DataBoundCell The DataBoundCell class extends the CellHandle class with data binding functionality
using the ExtenDataObject persistent data bean classes.
DataBoundCellRange Binds a Cell range to a JDBC Recordset.
ExtenXLSReportFactory This class is responsible for managing ExtenXLS Reporting
sessions for a single ExtenXLS Report.


Provides:

- shared XLS template instance
- manages CellBinders


GenerateRDF  
NamedRangeDataObject NamedRangeDataObject is an implementation of the DataObject that is intialized off of an ExtenXLS NamedRange
SimpleCellBinder SimpleCellBinder is a lightweight and reduced-complexity CellBinder for use with token-based Spreadsheet mappings.
XMLBeanObjectValueAdapter  
XMLCellBinder A CellBinder Factory that reads an XML Stream and dynamically binds input XML node values to RDF defined template ranges.
 

Exception Summary
BeanInstantiationException  
DataAccessException  
 

Package com.extentech.ExtenXLS.binder Description

The ExtenXLS binder package contains the CellBinder API which automates mapping of data to spreadsheets. See: ExtenXLS Docs



Copyright © 2011 Extentech Inc. All Rights Reserved.