Open markcatley opened 3 years ago
I am definitely interested in something like this but detecting the formatting etc is a lot of work, in particular if you want to support non-xlsx formats.
We're starting to have some support for Date format parsing fyi.
Are you interested in including functions for use with the
Deserialize
derive? eg:I tried to fix it so it just works but couldn't figure it out. I think you'd need to reliably detect the cell formatting and then provide a formatted string when asked for it via serde - currently, it provides an f64 as a string which doesn't work.
If you'd like them then let me know where to put them and what to call them and I'll create a PR for all the accepted date types.