class RubyXL::Workbook

def date_to_num(date)

def date_to_num(date)
  date && (date.ajd - base_date().ajd).to_f
end