Interface ExcelExportWorkbookPostProcessor
-
- All Known Implementing Classes:
DefaultExcelExportWorkbookPostProcessor
public interface ExcelExportWorkbookPostProcessorBackoffice Excel mechanism dedicated to postprocessing exporting process. The postprocessor is invoked whenWorkbookwith allSelectedAttributeis exported.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(ExcelExportResult excelExportResult)Allows to modify exportedWorkbookby adding new content or removing it.
-
-
-
Method Detail
-
process
void process(ExcelExportResult excelExportResult)
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.
-
-