| Interface | Description |
|---|---|
| SpreadsheetExporter |
A common interface for all spreadsheet exporter implementations.
|
| SpreadsheetService |
The interface handles export to spreadsheets, such as Excel.
|
| WorkbookProvider |
A common interface for workbook providers.
|
| Class | Description |
|---|---|
| DefaultSpreadsheetService |
The default implementation of the SpreadsheetService interface.
|
| DefaultWorkbookProvider |
The default workbook provider will create new POI workbooks
in one of the supported workbook formats.
|
| ExportElement |
The class holds an element that is (or is not) to be exported.
|
| G9ExcelCell |
The class holds a cell.
|
| G9ExcelExporter |
The class exports dialogs to Excel.
|
| StandaloneSpreadsheetExporter |
This class can be used when one wants to generate workbooks without going through an IceFaces application.
|
| TableColumnData |
Holds information about a column in a table.
|
| Enum | Description |
|---|---|
| WorkbookProvider.WORKBOOK_FORMAT |
Enumerator to indicate workbook format.
|
Copyright © 2006–2020 Esito AS. All rights reserved.