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 Type
    Method
    Description
    void
    decorate(ExcelExportResult excelExportResult)
    Decorates exported Workbook object.

    Methods inherited from interface org.springframework.core.Ordered

    getOrder
  • Method Details

    • decorate

      void decorate(ExcelExportResult excelExportResult)
      Decorates exported Workbook object.
      Parameters:
      excelExportResult - - export result which contains exported workbook, list of selected items, list of selected attributes and list of additional attributes