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 TypeMethodDescriptionvoidprocess(ExcelExportResult excelExportResult) Allows to modify exportedWorkbookby adding new content or removing it.
-
Method Details
-
process
Allows to modify exportedWorkbookby adding new content or removing it.- Parameters:
excelExportResult- - object represents exporting result. The object consists of exportedWorkbook, selected attributes, additional attributes and exported items.
-