Interface ExcelImportWorkbookPostProcessor

    • Method Detail

      • process

        void process​(ExcelImportResult excelImportResult)
        Allows to modifying Impex object which will be imported by adding new content or removing it.
        Parameters:
        excelImportResult - - object represents importing result. The object consists of Workbook and generated impex object.
      • validate

        default java.util.Collection<ExcelValidationResult> validate​(org.apache.poi.ss.usermodel.Workbook workbook,
                                                                     java.util.Set<java.lang.String> mediaContentEntries)
        Uses list of ExcelAttributeValidator to validate excel's workbook.
        Parameters:
        workbook - - excel's workbook
        mediaContentEntries - - list of media entries
        Returns:
        Collection of ExcelValidationResult