Created attachment 105978 [details] XLSX spreadsheet Opening this XLSX in Calc does not display all conditional formats: 1. wrong font in conditional formatted cells (all bold values seem to use Arial or Calibri instead of Futura); font is not changeable and document contains hundreds of condional style templates (one for every cell?) - changing those also does not change font; creating new template with other font also has no effect conditional rule here is: cell value smaller or equal to =MIN(H$13:H$432)*1,1 then use bold font 2. some conditional format rules are not displayed (see attached pictures) - all cells with yellow background (H19, i25, J24..) conditional rule here is: cell value is =MIN(H$13:H$417) then use bold font and yellow background spreadsheet opened in Excel 2010: http:\\www.squeezechart.com\xlsx.png spreadsheet opened in Calc 4.3.1.2 http:\\www.squeezechart.com\ods.png
Created attachment 105979 [details] spreadsheet opened in Excel 2010:
Created attachment 105980 [details] spreadsheet opened in Calc 4.3.1.2:
(In reply to comment #0) About point 1, I fon't have Futura font on my OS... and I think this bug (false font in CF opening Excel file) is already reported. I don't have time to check now.. (sorry) > 2. some conditional format rules are not displayed (see attached pictures) - > all cells with yellow background (H19, i25, J24..) > > conditional rule here is: cell value is =MIN(H$13:H$417) then use bold font > and yellow background You have 2 rules for the same range: 1st condition ------------- cell value smaller or equal to =MIN(H$13:H$432)*1,1 then use bold font 2nd condition ------------- cell value is =MIN(H$13:H$417) then use bold font and yellow background In LibreOffice, conditions are tested (and applied if true) *one* by *one*. If cell value is equal to =MIN(H$13:H$417), this same cell value is inevitably smaller then MIN(H$13:H$432)*1,1 So condition 1 is true → style for condition 1 is applied... Conditions should be in reverse order.
AS Uncormfirmed, this cannot be in MAB, so I delete from mab4.3.
(In reply to GerardF from comment #3) > (In reply to comment #0) > and I think this bug (false font in CF opening Excel file) is already > reported. > I don't have time to check now.. (sorry) Did you mean bug 34412?
Looks like duplicate of bug 34412 *** This bug has been marked as a duplicate of bug 34412 ***