[Libreoffice-bugs] [Bug 127817] New: Excel XML format will not load if a color is included in the style declaration <s:Font s:Color="Red"/>
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Sep 27 09:23:48 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=127817
Bug ID: 127817
Summary: Excel XML format will not load if a color is included
in the style declaration <s:Font s:Color="Red"/>
Product: LibreOffice
Version: 6.3.1.2 release
Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: rolfherbert at yahoo.co.uk
Description:
If you try to open an excel XML doc that has styles defined that include color
it will not open and gives the input/output error. In addition it also ignores
all style declarations.
Steps to Reproduce:
1.Create a suitable XML document and save;
<?xml version='1.0'?>
<ss:Workbook xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
<ss:Styles>
<ss:Style ss:ID="myTitles">
<ss:Font ss:Color="Red"/>
</ss:Style>
</ss:Styles>
<ss:Worksheet ss:Name="Sheet1">
<ss:Table>
<ss:Row>
<ss:Cell ss:StyleID="myTitles">
<ss:Data ss:Type="String">First Name</ss:Data>
</ss:Cell>
<ss:Cell>
<ss:Data ss:Type="String">Last Name</ss:Data>
</ss:Cell>
<ss:Cell>
<ss:Data ss:Type="String">Phone Number</ss:Data>
</ss:Cell>
</ss:Row>
</ss:Table>
</ss:Worksheet>
</ss:Workbook>
2.Save as test.xls
3.Attempt to open in Libre office
Actual Results:
You get a general error, general input/output error
Expected Results:
Should open and obey the style declarations
Reproducible: Always
User Profile Reset: Yes
Additional Info:
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190927/3dd540c5/attachment.html>
More information about the Libreoffice-bugs
mailing list