https://bugs.documentfoundation.org/show_bug.cgi?id=147054
--- Comment #9 from Ming Hua <[email protected]> --- (In reply to Kevin Suo from comment #7) > > the number range custom field feature [1], which I do use, gives "十五" for > > 15 "correctly". > > Thanks for your hint - This "One, Two, Three, ..." format uses capitalize > ordinal-number in the "NativeNumberMode::NATNUM12" format code. This is > exactly what we need for "一、二、三" numbering in Writer. This solves a part of > bug 77803. Alas, this reminded me that the libnumbertext-based formatting is also provided through the [NatNum12] formatting in Calc. So for you original problem, using "[NatNum12]0" instead of "[NatNum4]0" format code should give you the desired result, at least on an up-to-date [1] Calc [2]. 1. Version 7.2 or earlier has a but for numbers like 201 and 2345, see https://github.com/Numbertext/libnumbertext/issues/83 2. [NatNum4] is also used for importing Microsoft's .xls/.xlsx files when they contain [DBNum1] format code, if I read bug 130193 correctly. So interoperability with Excel is still a problem. -- You are receiving this mail because: You are the assignee for the bug.
