extrame / xls

Pure Golang xls library
Apache License 2.0
329 stars 207 forks source link

Wrong Time Parsing #53

Open Maekes opened 5 years ago

Maekes commented 5 years ago

When i try to read out a col, that is formated as time, than i get wrong output depending on what default float value the time has. When the floating point number is periodic, like 0.340277777 for 8:10, than everything is fine. But when the number is f.e. 0,75 for 18:00, than i get the string "h:12;@" as output.

result

sergeilem commented 5 years ago

This problem solved in my fork https://github.com/sergeilem/xls .