https://bz.apache.org/ooo/show_bug.cgi?id=126827
Issue ID: 126827
Issue Type: DEFECT
Summary: breaks custom cell number format in ods after save
Product: Calc
Version: 4.1.2
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: save-export
Assignee: [email protected]
Reporter: [email protected]
Create custom number format for cell like: 0"A"0"B"0"C"0"D"."E"0"F"0"G"00"L"
and save document as ODS.
When close Cals and open this document cell format is breaks and now it like:
0"A"0"B"0"C"0.0000"DEFGL".
When unpack document in styles.xml you can see next:
<number:number-style style:name="N106">
<number:number number:decimal-places="4" number:min-integer-digits="4">
<number:embedded-text number:position="3">A</number:embedded-text>
<number:embedded-text number:position="2">B</number:embedded-text>
<number:embedded-text number:position="1">C</number:embedded-text>
</number:number>
<number:text>DEFGL</number:text>
</number:number-style>
This bug is repeated in LibreOffice Calc too:
https://bugs.documentfoundation.org/show_bug.cgi?id=96723 - not fixed
(2016.02.07).
--
You are receiving this mail because:
You are the assignee for the issue.