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

--- Comment #8 from ady <[email protected]> ---
(In reply to Eike Rathke from comment #5)
> 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.

So, IIUC, there seem to be several steps needed:

1_

> 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.

That would be a first step, IIUC (i.e. whatever is already supported, correct
the "translation" to be as "accurate" as possible).


2_ Add the relevant information / details in the Help and wiki text about which
codes are currently supported by/for .xls* format (i.e. when originally saved
first as .xls* file) and which ones are supported by/for .ods format.


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

3_ That would be step(s) 3+. Follow all the procedure(s) required so as to
effectively implement the codes that are currently not "translated"
appropriately (and their _combinations_), such as:

0 (zero)
? (question mark)
_ (underscore)

as they are present in the official LO Help, to be at par with .xls* file
format.

If it is not with their own bug reports, I am not sure how all these different
steps should be managed so as to not let them fall between the cracks
(especially since this one has no assignee yet).

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

Reply via email to