public class ExcelExporter extends Exporter
Exporter.ColumnType, Exporter.SpanningColumn, Exporter.SpanningRow, Exporter.SpanningRowsencodingType, excludeColumns, expandedOnly, filename, HTML_TAG_PATTERN, includeFooters, includeHeaders, logger, pageOnly, postProcessor, preProcessor, selectedRowsOnly, spanningFooterRows, spanningRows, userColumnOrder| Constructor and Description |
|---|
ExcelExporter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addColumnValue(org.apache.poi.ss.usermodel.Row rowHeader,
java.util.List<javax.faces.component.UIComponent> components,
int index) |
protected void |
addColumnValue(org.apache.poi.ss.usermodel.Row rowHeader,
javax.faces.component.UIComponent component,
int index) |
protected void |
addFacetColumns(org.apache.poi.ss.usermodel.Sheet sheet,
java.util.List<javax.faces.component.UIColumn> columns,
Exporter.ColumnType columnType,
int rowIndex) |
java.lang.String |
export(javax.faces.context.FacesContext facesContext,
DataExporter component,
DataTable table) |
protected int |
exportChildRows(javax.faces.context.FacesContext context,
TreeDataModel rootModel,
RowStateMap rowStateMap,
DataTable table,
java.util.List<javax.faces.component.UIColumn> columns,
java.lang.String rootIndex,
org.apache.poi.ss.usermodel.Sheet sheet,
int sheetRowIndex,
int numberOfColumns) |
protected void |
exportConditionalRow(Row r,
org.apache.poi.ss.usermodel.Row row) |
determineHeaderColumnOrdering, exportValue, getColumnGroupFooter, getColumnGroupHeader, getColumnsToExport, getFooterRowColumnsToExport, getRowColumnsToExport, getRows, getRows, hasColumnFooter, registerResource, resolveExcludedColumnIndexes, setUp, shouldExcludeFromExportpublic java.lang.String export(javax.faces.context.FacesContext facesContext,
DataExporter component,
DataTable table)
throws java.io.IOException
protected int exportChildRows(javax.faces.context.FacesContext context,
TreeDataModel rootModel,
RowStateMap rowStateMap,
DataTable table,
java.util.List<javax.faces.component.UIColumn> columns,
java.lang.String rootIndex,
org.apache.poi.ss.usermodel.Sheet sheet,
int sheetRowIndex,
int numberOfColumns)
throws java.io.IOException
java.io.IOExceptionprotected void exportConditionalRow(Row r, org.apache.poi.ss.usermodel.Row row) throws java.io.IOException
java.io.IOExceptionprotected void addFacetColumns(org.apache.poi.ss.usermodel.Sheet sheet,
java.util.List<javax.faces.component.UIColumn> columns,
Exporter.ColumnType columnType,
int rowIndex)
protected void addColumnValue(org.apache.poi.ss.usermodel.Row rowHeader,
javax.faces.component.UIComponent component,
int index)
protected void addColumnValue(org.apache.poi.ss.usermodel.Row rowHeader,
java.util.List<javax.faces.component.UIComponent> components,
int index)
Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.