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

Andreas Heinisch <andreas.heini...@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andreas.heini...@yahoo.de

--- Comment #30 from Andreas Heinisch <andreas.heini...@yahoo.de> ---
Created attachment 180989
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180989&action=edit
Different views of the solutions

I investigated the issue, and I have no clear idea how to solve this problem:

The row height will be read in ImportExcel::Defrowheight345() which reads a
default row height of 160. This value will be set in
XclImpColRowSettings::SetDefHeight, and used for the height of the different
rows, as seen in the first image.

If the current nStdRowHeight of a row is 256 applied, the result is as seen in
the second column.

At the end of the import in ErrCode ImportExcel8::Read(), even a code was
removed in order to avoid the automatic adaptation of the row height:

#if 0
        // Excel documents look much better without this call; better in the
        // sense that the row heights are identical to the original heights in
        // Excel.
        if ( !rD.IsAdjustHeightLocked())
            AdjustRowHeight();
#endif

https://github.com/LibreOffice/core/commit/1363fe2fa6849aa1ac678ea444c58a82d417eb47

If we reactivate the last call, it could lead to long loading times of big
documents.

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

Reply via email to