xls icon indicating copy to clipboard operation
xls copied to clipboard

Wrong Time Parsing

Open Maekes opened this issue 6 years ago • 1 comments

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

Maekes avatar Feb 23 '19 23:02 Maekes

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

sergeilem avatar Mar 06 '19 20:03 sergeilem