Class Spreadsheet::Excel::Row
In: lib/spreadsheet/excel/row.rb
Parent: Spreadsheet::Row

Excel-specific Row methods

Methods

[]   date   datetime   each  

Constants

LEAP_ERROR = Date.new 1900, 2, 28   The Excel date calculation erroneously assumes that 1900 is a leap-year. All Dates after 28.2.1900 are off by one.

Public Instance methods

Access data in this Row like you would in an Array. If a cell is formatted as a Date or DateTime, the decoded Date or DateTime value is returned.

Force convert the cell at idx to a Date

Force convert the cell at idx to a DateTime

[Validate]