25 26 27
# File 'lib/excelerate/worksheet.rb', line 25 def rows cells.map { |c| c.map(&AS_CELL) } end