Method: Spreadsheet::Excel::Row#date

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

#date(idx) ⇒ Object

Force convert the cell at idx to a Date



15
16
17
# File 'lib/spreadsheet/excel/row.rb', line 15

def date idx
  set_date at(idx)
end