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 Details

    • process

      @Nonnull ExcelExportParams process(@Nonnull ExcelExportParams excelExportParams)
      Allows to modify input for export ExcelExportParams by adding new content or removing it.
      Parameters:
      excelExportParams - - object that will be used at the beginning of export process