ssf
ssf copied to clipboard
Unexpected Duration Output
When I provide the value 0.00556 with the format [h]:mm:ss the result is 0:08:00 (which is correct), however when provided the value 0.00555 the result is 0:07:00. I expect that result to be 0:08:00.
@Matt-Jensen I've submitted a PR that should address this issue on the main sheetjs repo here: https://git.sheetjs.com/sheetjs/sheetjs/pulls/3006
@davidtamaki thanks probably should have published this there. Also #94.