Package com.jrefinery.report.targets.table.excel

The Excel output target.

See:
          Description

Class Summary
DateExcelCellData A Date excel cell.
DefaultExcelCellData The DefaultExcelCellData stores generic text data.
ExcelCellData Abstract base class for all Excel data cells.
ExcelCellDataFactory The cell data factory is responsible for converting elements into excel cell data.
ExcelCellStyleFactory The CellStyle factory is used to convert JFreeReport style information into excel styles.
ExcelDataCellStyle The ExcelDataCellStyle is used to collect style information for an excel cell.
ExcelFontFactory This class keeps track of all fonts that we have used so far in our Excel file.
ExcelProcessor A report processor that coordinates the output process for generating Excel files.
ExcelProducer An output target for the report engine that generates an Excel file using the hffs class library from the Apache Jakarta Project (see http://jakarta.apache.org/poi/index.html.
ExcelToolLibrary POI Excel utility methods.
HSSFFontWrapper The HSSFFontWrapper is used to store excel style font informations.
NumericExcelCellData A excel cell that stores a number.
 

Package com.jrefinery.report.targets.table.excel Description

The Excel output target.

This target uses the POI library.