https://bugs.documentfoundation.org/show_bug.cgi?id=75305
--- Comment #11 from Justin L <[email protected]> --- In XLSX, we can see row formatting like ht="12.75" customHeight="false" where customHeight being false should mean "automatic height" in which case ht should just be ignored. But we aren't doing that apparently. It works if ht is not specified at all (but we ALWAYS round-trip an ht value.) For Sample.xls, I see that row 2 is not custom height, but it seems like row3 is: sc/source/filter/excel/colrowst.cxx:226: --- row[3] nPrevFlags[9] (Used & Man) However, I do confirm that Excel 2003 opens Sample.xls with row 3 minimized to fit the contents, so I'm not sure what is going on there. But at least I can fix my own problem with http://gerrit.libreoffice.org/c/core/+/139822 -- You are receiving this mail because: You are the assignee for the bug.
