Johann Tuffe
Johann Tuffe
Sorry I probably do not understand your error. Are you using [Range::range](https://docs.rs/calamine/0.15.3/calamine/struct.Range.html#method.range) method? Are you then deserializing with this subrange?
> but I didn't notice that only nonempty rows would be returned by `Range.rows()`. It is not the case. Do you have an example? I think what you're confused about...
Thanks for reporting it, I'll try to have a look but I don't have lot of time at the moment.
Yes, internal representations of date and times are float in excel (just type this float value in a cell and force a time format on it). Unfortunately calamine doesn't yest...
I'd love to do it but I don't have lot of time to do it properly. I'd accept any PR though 😄
Just fyi, I've added a simple `dates` feature to try converting a `DataType` into a `NaiveDate(Time)`. There is no automatic detection as it is more complicated but hopefully it'll be...
You're right! Happy to merge any PR, else I'll probably do it next week.
You mean adding calamine support for google sheet right? I guess, this could be done behind a feature flag (I'd rather avoid adding all these dependencies in the regular case).
No unfortunately the SpreadsheetML is not supported at the moment. Looking at the [spec](https://docs.microsoft.com/en-us/previous-versions/office/developer/office-xp/aa140066(v=office.10)) it doesn't look to hard to add this. I don't have a lot of time for...
To be honest I've never heard of those files 😄 But I'd be happy for calamine to support them nonetheless! I have lot of thing on my plate at the...