SheetJS/ssf

absolute hour issue

reviewher opened this issue · 0 comments

from SheetJS/sheetjs#98 reported by @tedbeer

format_cell({v: 0, t: 'n', z: '[h]:mm'}) returns '0:01'
In Excel the cell is correctly shown as '0:00'

If format is '[h]:mm:ss' the cell is formatted correctly to '0:00:00'