1<?xml version="1.0" encoding="UTF-8"?>
2<?mso-application progid="Excel.Sheet"?>
3<Workbook xmlns:c="urn:schemas-microsoft-com:office:component:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x2="http://schemas.microsoft.com/office/excel/2003/xml" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x="urn:schemas-microsoft-com:office:excel">
4  <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
5    <Colors>
6      <Color>
7        <Index>3</Index>
8        <RGB>#c0c0c0</RGB>
9      </Color>
10    </Colors>
11  </OfficeDocumentSettings>
12  <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
13    <WindowHeight>9000</WindowHeight>
14    <WindowWidth>13860</WindowWidth>
15    <WindowTopX>240</WindowTopX>
16    <WindowTopY>75</WindowTopY>
17    <ProtectStructure>False</ProtectStructure>
18    <ProtectWindows>False</ProtectWindows>
19  </ExcelWorkbook>
20  <Styles>
21    <Style ss:ID="Default" ss:Name="Default"/>
22    <Style ss:ID="Result" ss:Name="Result">
23      <Font ss:Bold="1" ss:Italic="1" ss:Underline="Single"/>
24    </Style>
25    <Style ss:ID="Result2" ss:Name="Result2">
26      <Font ss:Bold="1" ss:Italic="1" ss:Underline="Single"/>
27    </Style>
28    <Style ss:ID="Heading" ss:Name="Heading">
29      <Alignment ss:Horizontal="Center"/>
30      <Font ss:Bold="1" ss:Italic="1" ss:Size="16"/>
31    </Style>
32    <Style ss:ID="Heading1" ss:Name="Heading1">
33      <Alignment ss:Horizontal="Center" ss:Rotate="90"/>
34      <Font ss:Bold="1" ss:Italic="1" ss:Size="16"/>
35    </Style>
36    <Style ss:ID="co1"/>
37    <Style ss:ID="co2"/>
38    <Style ss:ID="ta1"/>
39    <Style ss:ID="ce1"/>
40    <Style ss:ID="T1">
41      <Font ss:VerticalAlign="Subscript"/>
42    </Style>
43  </Styles>
44  <ss:Worksheet ss:Name="Sheet1">
45    <Table ss:StyleID="ta1">
46      <Column ss:Width="218.4408"/>
47      <Column ss:Span="1022" ss:Width="64.26"/>
48      <Row ss:Height="12.1032">
49        <Cell ss:StyleID="ce1">
50          <Data ss:Type="String">TestID</Data>
51        </Cell>
52        <Cell ss:StyleID="ce1">
53          <Data ss:Type="String">TestOK</Data>
54        </Cell>
55        <Cell ss:Index="10">
56          <Data ss:Type="String">wrapped!</Data>
57        </Cell>
58        <Cell ss:Index="25">
59          <Data ss:Type="String">Y test</Data>
60        </Cell>
61        <Cell>
62          <Data ss:Type="String">Z test</Data>
63        </Cell>
64        <Cell>
65          <Data ss:Type="String">AA test</Data>
66        </Cell>
67        <Cell ss:Index="1024">
68          <Data ss:Type="String">AMJ test</Data>
69        </Cell>
70      </Row>
71      <Row ss:Height="12.1032">
72        <Cell>
73          <Data ss:Type="String">Y2=Y1?</Data>
74        </Cell>
75        <Cell ss:Formula="=R2C25=R1C25">
76          <Data ss:Type="Boolean">1</Data>
77        </Cell>
78        <Cell ss:Index="25" ss:Formula="=R[-1]C">
79          <Data ss:Type="String">Y test</Data>
80        </Cell>
81        <Cell ss:Formula="=R[-1]C">
82          <Data ss:Type="String">Z test</Data>
83        </Cell>
84        <Cell ss:Formula="=R[-1]C">
85          <Data ss:Type="String">AA test</Data>
86        </Cell>
87        <Cell ss:Index="1024" ss:Formula="=R[-1]C">
88          <Data ss:Type="String">AMJ test</Data>
89        </Cell>
90      </Row>
91      <Row ss:Height="13.4064">
92        <Cell>
93          <ss:Data xmlns="http://www.w3.org/TR/REC-html40" ss:Type="String">Z2=Z1? (26th column.)</ss:Data>
94        </Cell>
95        <Cell ss:Formula="=R2C26=R1C26">
96          <Data ss:Type="Boolean">1</Data>
97        </Cell>
98        <Cell ss:Index="1024"/>
99      </Row>
100      <Row ss:Height="12.1032">
101        <Cell>
102          <Data ss:Type="String">AA2=AA1?</Data>
103        </Cell>
104        <Cell ss:Formula="=R2C27=R1C27">
105          <Data ss:Type="Boolean">1</Data>
106        </Cell>
107        <Cell ss:Index="1024"/>
108      </Row>
109      <Row ss:Height="13.4064">
110        <Cell>
111          <ss:Data xmlns="http://www.w3.org/TR/REC-html40" ss:Type="String">AMJ2=AMJ1? (1024th column.)</ss:Data>
112        </Cell>
113        <Cell ss:Formula="=R2C1024=R1C1024">
114          <Data ss:Type="Boolean">1</Data>
115        </Cell>
116        <Cell ss:Index="1024"/>
117      </Row>
118    </Table>
119    <x:WorksheetOptions/>
120  </ss:Worksheet>
121</Workbook>
122