# File lib/spreadsheet/worksheet.rb, line 131 def each skip=dimensions[0] skip.upto(dimensions[1] - 1) do |idx| yield row(idx) end end