Method: TableSetting::Sheet#cells
- Defined in:
- lib/table_setting/sheet.rb
#cells ⇒ Object
16 17 18 19 20 21 22 |
# File 'lib/table_setting/sheet.rb', line 16 def cells list = [] rows.each do |row| list.concat(row.cells) end list end |