# File lib/spreadsheet/column.rb, line 60
    def each
      @worksheet.each do |row|
        yield row[idx]
      end
    end