Interface ExcelValidatorContext

All Superinterfaces:
ValidatorContext

public interface ExcelValidatorContext extends ValidatorContext
Deprecated.
Since 2.3.0, replaced by ValidatorContext.
Provides the validation context when importing data from an Excel file.
Since:
2.1.2
  • Method Details

    • getSourceRow

      Map<ColumnHeaderSpec,Object> getSourceRow()
      Deprecated.
      Returns a map of Excel values and uses the column header instance as the key parameter.
    • getSheetName

      String getSheetName()
      Deprecated.
      Returns a sheet name of the imported Excel file.