Interface ExcelExportWorkbookPostProcessor

All Known Implementing Classes:
DefaultExcelExportWorkbookPostProcessor

public interface ExcelExportWorkbookPostProcessor
Backoffice Excel mechanism dedicated to postprocessing exporting process. The postprocessor is invoked when Workbook with all SelectedAttribute is exported.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(ExcelExportResult excelExportResult)
    Allows to modify exported Workbook by adding new content or removing it.
  • Method Details

    • process

      void process(ExcelExportResult excelExportResult)
      Allows to modify exported Workbook by adding new content or removing it.
      Parameters:
      excelExportResult - - object represents exporting result. The object consists of exported Workbook, selected attributes, additional attributes and exported items.