https://bugs.documentfoundation.org/show_bug.cgi?id=172044
Neil Roberts <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from Neil Roberts <[email protected]> --- Confirmed in: Version: 26.8.0.0.alpha0+ (X86_64) Build ID: d271bc432b87ae084b2463caee82dcf13fbeb9e9 CPU threads: 8; OS: Linux 6.19; UI render: default; VCL: gtk3 Locale: fr-FR (fr_FR.UTF-8); UI: eo Calc: threaded If you save file0 to an ods after the script has modified it and then examine the contents.xml inside you can see that the modified cells (and a bunch of others) have this in their style: <loext:char-complex-color loext:theme-type="dark1" loext:color-type="theme"/> A2 (the one that was presumably modified with the UI controls) doesn’t have that. I’m guessing char-complex-color is some sort of LibreOffice extension to represent some property from the OOXML format. Maybe the problem is that if you set a cell color with the UI then LibreOffice removes this internal property, but if you set it with the CharColor property then it does not. -- You are receiving this mail because: You are the assignee for the bug.
