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 Detail

      • getSourceRow

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

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