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

Eike Rathke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|medium                      |low
             Status|NEEDINFO                    |NEW
           Severity|normal                      |minor

--- Comment #11 from Eike Rathke <[email protected]> ---
Citing Ecma OOXML:
21.2.2.166
separator (Separator)
This element specifies text that shall be used to separate the parts of a data
label. The default is a comma,
except for pie charts showing only category name and percentage, when a line
break shall be used instead.

But apparently Excel doesn't follow its own standard and uses a semicolon
instead, or even locale dependent? Loading the file in Excel2010 with English
locale I get semicolon as well.

However, if the value is absent we do the same and use "; ". We did not
implement anything locale specific. It's also not clear to me what separator
that would be, it might be it is the array/matrix row separator. But the Chart
model doesn't know about that anyway when reading the OOXML DrawingML part.

This ranks in a very low "fix if someone wants to scratch an itch until s/he
bleeds" importance, researching/implementing this wouldn't be trivial and the
effort per gain ratio for me just isn't worth it.

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

Reply via email to