jsonkenl / xlsxir

Xlsx parser for the Elixir language.
MIT License
215 stars 85 forks source link

Add "7" date style #97

Closed danielberkompas closed 4 years ago

danielberkompas commented 4 years ago

My xlsx file contains dates in with the style "7". This change fixes the parsing when I make it to my local version of xlsxir, as described in the "Number Styles" doc: https://hexdocs.pm/xlsxir/1.6.4/number_styles.html

danielberkompas commented 4 years ago

This actually seems to be incorrect. The 7 style may be a number / currency style after all. Closing this PR while I investigate.