Created attachment 115538 [details] Original File Steps to Reproduce: 1. Create on calc file in Office and insert text into textbox. 2. Verify that text Autofit property "Allow text to overflow shape" is uncheked. 3. Save file in as .xlsx in office. 4. Roundtrip same file in LO 5. After roundtrip verify that Text box text Autofit property "Allow text to overflow shape" is uncheked. Actual Result "Allow text to overflow shape" is checked and because of which text from text box pushed on second line. Expected Result: "Allow text to overflow shape" is unchecked and text from text box pushed should not be pushed on second line.
Created attachment 115544 [details] After Roundtrip File
Created attachment 115545 [details] Difference in Original and RT files
Reproducible, tested using Windows 7. LibreOffice Version: 5.0.0.0.alpha1+ (x64) Build ID: 9d0c51daea67104349cac26de9839afa8baeb099 TinderBox: Win-x86_64@42, Branch:master, Time: 2015-05-15_23:59:35 Locale: nl-BE (nl_BE) Opened using Word 2010.
The text from Text Box is not pushed because of the AutoFit propert. But LO writes the default column width around (8.42 or 8.67) for all columns in x:Cols data. Because of this, the columns are displayed with the custom width and Text box width is also shrinker also.
Hi Ravindra, I'm setting this ticket back to NEW as it has been inactive for more than 3 months. Feel free to assign it back to you if you're still working on this. Regards
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
still repro with Version: 6.0.1.1 (x64) Build-ID: 60bfb1526849283ce2491346ed2aa51c465abfe6 CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; Gebietsschema: de-DE (de_DE); Calc: CL
Overflow is not yet implemented, see commented out lines https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/textbodypropertiescontext.cxx?r=e7c0bc48#88
Created attachment 165472 [details] Screenshot of the original file in current Calc and Excel The original file has "Word wrap text in shape" property turned OFF in Excel but it opens still as turned ON in Calc. Version: 7.1.0.0.alpha0+ (x64) Build ID: bcf1917a0934417226d2357b514df398129a7fab CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win Locale: en-US (hu_HU); UI: en-US Calc: CL
Erm, wrong highlighting. There is no equivalent in Calc UI for the "Allow text to overflow shape" property.
Regényi Balázs committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/79737c8b0d84d4967c5f1c41b740a8a52db8b551 tdf#91251 XLSX textbox export: fix missing overflow properties It will be available in 7.1.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.