xou/elixlsx

Add support for Date

Opened this issue · 0 comments

I want to be able to add a Date ~D[2020-02-27]

My current solution is to change it to {Date.to_erl(date), {0, 0, 0}} with the option yyyymmdd: true but I would like to not have to pass in the tuple.