class RubyXL::ColumnRanges

def find(col_index)

def find(col_index)
  column_ranges && column_ranges.find { |range| range.include?(col_index) }
end