Method: Spreadsheet::Excel::Row#to_a

Defined in:
lib/spreadsheet/excel/row.rb

#to_aObject

Returns data as an array. If a cell is formatted as a Date or DateTime, the decoded Date or DateTime value is returned.



52
53
54
# File 'lib/spreadsheet/excel/row.rb', line 52

def to_a
  self[0...length]
end