Created attachment 115668 [details] Comparison screenshot. Left good; right LibreOffice (bad) * Open MS2013 Template - Fitness Tracker: attachment 115661 [details] * see field 'BMI' under 'About me' (value = 26.60) (note we use a ',' here in Belgium for decimal separator, so that's not a bug). Behavior: value 26.60 is left-centered inside the cell. In Excel 2013 it is left-bottom inside the cell.
@Joren: Is this the correct attachment? It seems to be something else?
Created attachment 115669 [details] Fitness tracker template Damnit, you are right :-)
(In reply to Jorendc from comment #2) > Created attachment 115669 [details] > Fitness tracker template > > Damnit, you are right :-) Thanks for your very fast reply. Please see also Bug 91331 and 91330 with the same issue.
Reproducible with LO 4.4.3.2, Win 8.1
Created attachment 115703 [details] Simpler test document
It took me some time to understand the issue. The vertical alignment comes from the conditional format that is applied to this cell. The problem is that the conditional format style has the standard style set as parent. I consider having the standard style as parent for the conditional formatting style in OOXML a bug and will see how I can fix it.
Markus Mohrhard committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=2ae89f59fdad8ac5a98ce02ea31cbe55a5048c43 don't use default style as parent for OOXML cond format style, tdf#91335 It will be available in 5.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Markus Mohrhard committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=02b6abe87c4a9d3c11f795d36078fcabbbda498b add test for tdf#91335 It will be available in 5.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.