View Source Exceed.Util (Exceed v0.3.0)

Helpers for converting Elixir data formats to Excel

Summary

Functions

Converts a DateTime to a float representing days since 1900, correcting for the Lotus 123 bug

Types

Functions

Link to this function

to_excel_datetime(datetime)

View Source
@spec to_excel_datetime(
  erl_datetime_t()
  | Date.t()
  | DateTime.t()
  | NaiveDateTime.t()
) :: float()

Converts a DateTime to a float representing days since 1900, correcting for the Lotus 123 bug