https://bugs.documentfoundation.org/show_bug.cgi?id=152724

Eike Rathke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|FILEOPEN FORMATTING Cell    |FILESAVE FORMATTING Cell
                   |custom Format Code is       |custom Format Code with _-
                   |changed (or not saved       |(UI visible space width)
                   |correctly) when reopening   |and ? (optional digit space
                   |ods file                    |placeholder) is not saved
                   |                            |correctly
                 CC|                            |[email protected]

--- Comment #5 from Eike Rathke <[email protected]> ---
That "UI visible space width" is not defined/supported by ODF
https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part3-schema/OpenDocument-v1.3-os-part3-schema.html#__RefHeading__1416346_253892949
hence is replaced with a literal space when saving.

The ?0 apparently isn't supported either, currently it's saved as

      <number:number number:decimal-places="0" number:min-decimal-places="0"
number:min-integer-digits="0"/>

hence loaded as #

That should be at least number:min-integer-digits="1" for the 0.

For everything else an ODF file format extension would be needed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to