45 46 47 48 49
# File 'lib/xlsx/row.rb', line 45 def each @cells.keys.sort.each do |col_no| yield @cells[col_no] end end