default heights are lost when exporting xlsx documents.
taking it
Created attachment 68080 [details] test document * open attached document * view row heights for row 1-5, 6-11, 18-21, they should be row 1-5 5.29mm row 6-11 10.58mm row 18-21 17.67mm * save-as something.xlsx * reload document * again review the row heights row 1-5 will be the calc default row height ( 4.52mm for me ) row 6-11 10.58mm row 18-21 17.67mm this is a regression
Noel Power committed a patch related to this issue. It has been pushed to "libreoffice-3-6": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6b686a18539b384d032358879bd06d2def280842&g=libreoffice-3-6 really export default row heights for xlsx fdo#55621 It will be available in LibreOffice 3.6.3. 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.
Noel Power committed a patch related to this issue. It has been pushed to "libreoffice-3-6": http://cgit.freedesktop.org/libreoffice/core/commit/?id=743e9b1b63574fa79aff934369454868895d510c&g=libreoffice-3-6 Revert "really export default row heights for xlsx fdo#55621" wrong branch It will be available in LibreOffice 3.6.3. 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.
Noel Power committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=5a651522acb42fcffa6defc212cb8d0e9b9b7d3f really export default row heights for xlsx fdo#55621 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.
Noel Power committed a patch related to this issue. It has been pushed to "libreoffice-3-6": http://cgit.freedesktop.org/libreoffice/core/commit/?id=07a4f761ddead5e1f2af96ab5793fcc94d1abcaa&g=libreoffice-3-6 really export default row heights for xlsx fdo#55621 It will be available in LibreOffice 3.6.3. 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.
When I create a own test file I can reproduce this behavior. Steps: * Open calc * Set row heights as mentioned in Comment 1 * Save as xlsx * Reopen sheet Behavior: miscalculated row heights. Some rows are higher then others that normally should have same row height. Tested with LibreOffice 4.0.0.2 rc2 with Linux Mint 14 x64
(In reply to comment #7) > When I create a own test file I can reproduce this behavior. > > Steps: > * Open calc > * Set row heights as mentioned in Comment 1 > * Save as xlsx > * Reopen sheet > > Behavior: miscalculated row heights. Some rows are higher then others that > normally should have same row height. > > Tested with LibreOffice 4.0.0.2 rc2 with Linux Mint 14 x64 totally different issue, this bug is about saving to xlsx the default row height ( which it does ) and the test document above still works ( on master ) the issue you point out is valid though but deserves a new bug ( and this one should have been closed a long time ago )
(In reply to comment #8) [...] > the issue you point out is valid though but deserves a new bug ( and this > one should have been closed a long time ago ) see bug# 59973
Noel Power committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9327467a2c5537613fa59013258532028da9c43b better default row detection ( associated with fdo#55621 ) 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.