https://bz.apache.org/bugzilla/show_bug.cgi?id=62444

--- Comment #3 from David Gauntt <[email protected]> ---
Created attachment 36574
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36574&action=edit
Zip archive containing results of testcase

This zip archive contains the 4 files described in the test case comment, plus
one of the files after it has been repaired by Excel 2010.

The repair changes the text in the file xl/tables/table1.xml inside the xlsx
archive.  It adds several xmlns attributes to the table tag, and an xr3:uid tag
to each tableColumn tag.  The contents of table1.xml are listed below.

Before the repair, table1.xml has the following content:

<?xml version="1.0" encoding="ISO-8859-1"?>
<table id="1" xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main";
name="Table1" displayName="Table1" ref="C3:F5">
<tableColumns count="4">
<tableColumn id="1" name="Col 1"/>
<tableColumn id="2" name="Col2"/>
<tableColumn id="3" name="Col3"/>
<tableColumn id="4" name="Col4"/>
</tableColumns>
<tableStyleInfo name="TableStyleMedium2" showLastColumn="false"
showFirstColumn="false" showRowStripes="true" showColumnStripes="false"/>
</table>

After the repair, table1.xml contains the following text:

<?xml version="1.0" encoding="ISO-8859-1"?>
<table id="1" ref="C3:F5" displayName="Table1" name="Table1"
xr:uid="{00000000-000C-0000-FFFF-FFFF00000000}"
xmlns:xr3="http://schemas.microsoft.com/office/spreadsheetml/2016/revision3";
xmlns:xr="http://schemas.microsoft.com/office/spreadsheetml/2014/revision";
mc:Ignorable="xr xr3"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006";
xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main";>
<tableColumns count="4">
<tableColumn id="1" name="Col 1"
xr3:uid="{00000000-0010-0000-0000-000001000000}"/>
<tableColumn id="2" name="Col2"
xr3:uid="{00000000-0010-0000-0000-000002000000}"/>
<tableColumn id="3" name="Col3"
xr3:uid="{00000000-0010-0000-0000-000003000000}"/>
<tableColumn id="4" name="Col4"
xr3:uid="{00000000-0010-0000-0000-000004000000}"/>
</tableColumns>
<tableStyleInfo name="TableStyleMedium2" showColumnStripes="0"
showRowStripes="1" showLastColumn="0" showFirstColumn="0"/>
</table>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to