Class: DateTime

Inherits:
Object
  • Object
show all
Defined in:
lib/to_xl.rb

Instance Method Summary collapse

Instance Method Details

#to_excelObject Also known as: to_xl



33
34
35
# File 'lib/to_xl.rb', line 33

def to_excel
  self.to_time.to_excel
end