View Source Exceed.Util (Exceed v0.2.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
@type erl_datetime_t() :: {{pos_integer(), pos_integer(), pos_integer()}, {non_neg_integer(), non_neg_integer(), non_neg_integer()}}
Functions
@spec to_excel_datetime(erl_datetime_t() | Date.t() | DateTime.t()) :: float()
Converts a DateTime to a float representing days since 1900, correcting for the Lotus 123 bug