Interface ValueReader

    • Method Detail

      • toString

        void toString​(StringBuilder sb)
        Writes string representation of current value into given string builder.
        Parameters:
        sb - string builder
      • getValue

        Value<?> getValue()
        Returns value object for current cell. Please note that this method will create value object for each method call.
        Returns:
        value
      • getType

        Type getType()
        Returns value type for current cell. Please note that this method will create value type for each method call.
        Returns:
        type