https://bugs.documentfoundation.org/show_bug.cgi?id=151075
Kevin Suo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |filter:xlsx Summary|FILESAVE XLSX: Outline |FILEOPEN XLSX: Outline |Folding is not correct |Folding/Expanding is not | |correct --- Comment #1 from Kevin Suo <[email protected]> --- This seems to be a FILEOPEN issue rather than a FILEOPEN issue. Unzip the xlsx file indicates that the columns information is correct: xl/worksheets/sheet1.xml <cols> <col collapsed="false" customWidth="false" hidden="false" outlineLevel="1" max="2" min="1" style="0" width="11.23"/> <col collapsed="false" customWidth="false" hidden="true" outlineLevel="2" max="3" min="3" style="0" width="11.23"/> <col collapsed="false" customWidth="true" hidden="true" outlineLevel="2" max="4" min="4" style="0" width="3.92"/> <col collapsed="false" customWidth="false" hidden="true" outlineLevel="3" max="6" min="5" style="0" width="11.23"/> <col collapsed="false" customWidth="false" hidden="true" outlineLevel="4" max="7" min="7" style="0" width="11.23"/> <col collapsed="false" customWidth="true" hidden="true" outlineLevel="4" max="8" min="8" style="0" width="3.92"/> <col collapsed="false" customWidth="false" hidden="true" outlineLevel="4" max="19" min="9" style="0" width="11.23"/> <col collapsed="true" customWidth="false" hidden="true" outlineLevel="3" max="20" min="20" style="0" width="11.23"/> <col collapsed="false" customWidth="false" hidden="true" outlineLevel="3" max="21" min="21" style="0" width="11.23"/> <col collapsed="false" customWidth="false" hidden="true" outlineLevel="2" max="23" min="22" style="0" width="11.23"/> <col collapsed="true" customWidth="false" hidden="false" outlineLevel="1" max="24" min="24" style="0" width="11.23"/> <col collapsed="false" customWidth="false" hidden="false" outlineLevel="1" max="26" min="25" style="0" width="11.23"/> </cols> i.e., only columns 20 (T) and 24 (X) are set to be collapsed. Also, this xlsx file opens fine in MSO Excel 2010 -- You are receiving this mail because: You are the assignee for the bug.
