Interface ExcelExportWorkbookDecorator
- All Superinterfaces:
org.springframework.core.Ordered
- All Known Implementing Classes:
AbstractExcelExportWorkbookDecorator,DefaultExcelExportClassificationWorkbookDecorator,ExcelSheetWorkbookDecorator,HeaderPromptWorkbookDecorator,HideUtilitySheetsDecorator,IsoCodeDecorator,RemoveSheetsDecorator
public interface ExcelExportWorkbookDecorator
extends org.springframework.core.Ordered
Excel decorator used by
ExcelExportWorkbookPostProcessor mechanism. Each decorator can modify exported
workbook by adding new content-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Modifier and TypeMethodDescriptionvoiddecorate(ExcelExportResult excelExportResult) Decorates exportedWorkbookobject.Methods inherited from interface org.springframework.core.Ordered
getOrder
-
Method Details
-
decorate
Decorates exportedWorkbookobject.- Parameters:
excelExportResult- - export result which contains exported workbook, list of selected items, list of selected attributes and list of additional attributes
-