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

--- Comment #12 from Justin L <[email protected]> ---
(In reply to krakken from comment #0)
> it will resize the whole row automatically, against what you expect.
I'm pretty sure that this is just "optimal row height" in action. For XLS, this
does not happen at import time. So the height of the rows when the document is
loaded does not match what will happen when the row eventually is resized to
obtain the optimal height.

Any kind of change ought to trigger that (expensive) height recalculation.

So this report would be 'solved' if bug 32950 was fixed (at least for the
printable section of the sheet).

It is also 'solved' if the user specifies the row height instead of leaving it
set to the default (optimal) value.

(In reply to Justin L from comment #11)
> I noticed that in empty.ods and empty.xlsx the border padding is 1pt, but
> for empty.xls the border padding is 2pt.
Yup - that is what is being said in bug 32950 comment 33, due to:
sc/source/filter/excel/xistyle.cxx's XclImpXF::CreatePattern
    // Excel's cell margins are different from Calc's default margins.
    SvxMarginItem aItem(40, 40, 40, 40, ATTR_MARGIN);

So this bug report is either a duplicate, or a NOTABUG. I'm not sure there is
anything practically actionable about it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to