Interface ExcelExportPreProcessor
-
- All Known Implementing Classes:
DefaultExcelExportPreProcessor
public interface ExcelExportPreProcessorBackoffice Excel mechanism dedicated to pre-processing exporting process -- just before exporting process. It can modify the input of export.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExcelExportParamsprocess(ExcelExportParams excelExportParams)Allows to modify input for exportExcelExportParamsby adding new content or removing it.
-
-
-
Method Detail
-
process
@Nonnull ExcelExportParams process(@Nonnull ExcelExportParams excelExportParams)
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
-
-