Interface ExcelExportPreProcessor
- All Known Implementing Classes:
DefaultExcelExportPreProcessor
public interface ExcelExportPreProcessor
Backoffice Excel mechanism dedicated to pre-processing exporting process -- just before exporting process. It can
modify the input of export.
-
Method Summary
Modifier and TypeMethodDescriptionprocess(ExcelExportParams excelExportParams) Allows to modify input for exportExcelExportParamsby adding new content or removing it.
-
Method Details
-
process
Allows to modify input for exportExcelExportParamsby adding new content or removing it.- Parameters:
excelExportParams- - object that will be used at the beginning of export process
-