jsonkenl / xlsxir

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

Handle floats in scientific notation #41

Closed dparnell closed 7 years ago

dparnell commented 7 years ago

Hi,

for some reason the xlsx files I have to work with have scientific notation floats in them. This broke the convert_char_number function. I've updated the function to handle this case.

Thanks

Daniel

jsonkenl commented 7 years ago

Thanks @dparnell