https://bugs.documentfoundation.org/show_bug.cgi?id=102507
--- Comment #3 from Laurent BP <[email protected]> ---
(In reply to m.a.riosv from comment #2)
> Works fine with '# ???/##?'
>
> In agreement with the help I'm not sure this is really a bug.
> https://help.libreoffice.org/Common/
> Number_Format_Codes#Decimal_Places_and_Significant_Digits
>
> ? is to displays space characters instead of extra zeros.
Hi Miguel,
Actually, # does not allow alignment of fractions (with a monotype font).
Format # ???/##? will result in:
PI() => 3__16/113
0.5 => ___1/2
3.5 => 3___1/2
2.22 => 2__11/50
Whereas format # ???/??? result in:
PI() => 3__16/113
0.5 => ___1/__2
3.5 => 3___1/__2
2.22 => 2__11/_50
Expected result would be:
PI() => 3__16/113
0.5 => ___1/2__
3.5 => 3___1/2__
2.22 => 2__11/50_
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs