xls
xls copied to clipboard
Wrong Time Parsing
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.
This problem solved in my fork https://github.com/sergeilem/xls .