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

Sugam <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|NOTOURBUG                   |---
     Ever confirmed|0                           |1

--- Comment #6 from Sugam <[email protected]> ---
@Alex Thurgood :

Digged in further and found -

When the files saved as xlsx from LibreOffice are opened in Excel, the Column
widths are not proper. All the columns are displayed with default width.

Column xml written by LibreOffice,
<col collapsed="false" hidden="false" max="1" min="1" style="0"
width="47.8061224489796"/>
<col collapsed="false" hidden="false" max="2" min="2" style="0"
width="2.59183673469388"/>
<col collapsed="false" hidden="false" max="3" min="3" style="0"
width="55.4387755102041"/>
<col collapsed="false" hidden="false" max="1025" min="4" style="0"
width="11.5204081632653"/


Column xml written by Excel,
<col min="1" max="1" width="55.33203125" style="1" customWidth="1"/>
<col min="2" max="2" width="2.1640625" style="3" customWidth="1"/>
<col min="3" max="3" width="67.83203125" style="2" customWidth="1"/>

LibreOffices misses to write the attribute customWidth="1". If that attribute
is added manually to the xml, the file opens with proper width in Excel.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to