LibreOffice 3.5. I have 4 columns, all text Courier New 8pt. I have the indent set at 5pt and optimal column width with an add of 0.0. Every time I reopen the file the column indents are set to 16pt. I am saving as xlsx.
Thank you for reporting this bug! I have been able to confirm this issue. It is reproducible with LO 4.0.2.2 (Win7 Home, 64bit). Steps to Reproduce: 1. Open a new spreadsheet in CALC 2. Type "1" in the cells A1, B1, C1 and D1 3. Select these four cells and make a right mouse click on them and go to FORMAT CELLS 4. Go to the tab ALINGMENT and changed the Text Alignment / Horizontal from "Default" to "Left" and then change the Indent to 5pt and press OK 5. Select the columns A, B, C and D and go to the menu FORMAT -> COLUMN -> OPTIMAL WIDTH 6. Select Add = 0.0" and press OK 7. Save the file as a xlsx file (go to the menu FILE -> SAVE AS) 8. Close the file 9. Reopen the saved file 10. Go to the cells A1, B1, C1 and D1 and check the indent (go to the menu FORMAT -> CELLS -> tab ALIGNMENT) Result: The Indent is changed to 15pt.
reproducible with LO 4.0.3.3 (Win 7 Home Premium 32bit) It's a very strange behaviour..when I test: - save as .xlsx -> indent changed to 16pt - save as .xls -> indent changed to 10pt I remember that I previously saw that bug while opening .xls which created by Open Office and MS Office
Reproducible with LO 4.4.1.2, Win 8.1 xlsx -> indent changed to 15pt xls -> indent changed to 10pt
** 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 on a currently supported version of LibreOffice (5.0.5 or 5.1.2 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System 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) 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: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for your help! -- The LibreOffice QA Team This NEW Message was generated on: 2016-04-16
Created attachment 129474 [details] ODS, file with A1, B1, C1, D1 column indentation set to 20pt
This is an limitation of the OOXML format. The indentation is saved in .xlsx, as integer value, where an increment of 1 represents 3 spaces. https://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.alignment.aspx Unfortunately we cannot do much to fix that bug.