Interface WorkbookValidator

    • Method Detail

      • validate

        java.util.List<ExcelValidationResult> validate​(org.apache.poi.ss.usermodel.Workbook workbook)
        Validates workbook. If workbook doesn't have validation issues then empty list should be returned.
        Parameters:
        workbook -
        Returns:
        list of validation results. If workbook doesn't have validation issues then empty list should be returned.