public class DefaultExcelExportWorkbookPostProcessor extends java.lang.Object implements ExcelExportWorkbookPostProcessor
ExcelExportWorkbookPostProcessor. It is aggregator for
ExcelExportWorkbookDecorators.| Constructor and Description |
|---|
DefaultExcelExportWorkbookPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExcelExportWorkbookDecorator> |
getDecorators() |
void |
process(ExcelExportResult excelExportResult)
Delegates decorating process to collection of
ExcelExportWorkbookDecorators which can be set using
setDecorators(List) |
void |
setDecorators(java.util.List<ExcelExportWorkbookDecorator> decorators) |
public DefaultExcelExportWorkbookPostProcessor()
public void process(ExcelExportResult excelExportResult)
ExcelExportWorkbookDecorators which can be set using
setDecorators(List)process in interface ExcelExportWorkbookPostProcessorexcelExportResult - - object represents exporting result. The object consists of exported
org.apache.poi.ss.usermodel.Workbook, selected attributes, additional attributes and exportedpublic java.util.List<ExcelExportWorkbookDecorator> getDecorators()
public void setDecorators(java.util.List<ExcelExportWorkbookDecorator> decorators)
Copyright © 2018 SAP SE. All Rights Reserved.