Closed this issue 3 years ago · 2 comments
Hi, I found a small problem with number format. (Version 1.7.3)
Use 0.00[0] to format number 123.4, I expect result 123.40, but got result 123.4.
0.00[0]
123.4
123.40
I think in this 0.00[0] format, you should complete the two decimals.
hi @BoBo-Git thanks for your bug report, released v1.7.4 fixes the issue
v1.7.4
Thanks! The problem is already solved.