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

            Bug ID: 148705
           Summary: [FILEOPEN] SpreadsheetML 2003 parser missing text wrap
                    setting
           Product: LibreOffice
           Version: 7.2.6.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Description:
SpreadsheetML 2003 supports text wrap but LO is not applying the setting.

Steps to Reproduce:
https://raw.githubusercontent.com/SheetJS/test_files/master/crlf/crlf.xml
(download and open)

Actual Results:
Cell B1 wrap text not enabled, text `abcdef` rendered in one line

Expected Results:
Cell B1 wrap text enabled, text `abc
def` rendered in two lines


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Cell style has wrap text enabled:

```xml
  <Style ss:ID="s16">
   <Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
  </Style>
```

Cell data includes "\n" encoded in the decimal form:

```xml
    <Cell ss:StyleID="s16"><Data ss:Type="String">abc&#10;def</Data></Cell>
```

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to