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="702"> 68 <Data ss:Type="String">ZZ test</Data> 69 </Cell> 70 <Cell ss:Index="703"> 71 <Data ss:Type="String">AAA test</Data> 72 </Cell> 73 <Cell ss:Index="1024"> 74 <Data ss:Type="String">AMJ test</Data> 75 </Cell> 76 </Row> 77 <Row ss:Height="12.1032"> 78 <Cell> 79 <Data ss:Type="String">Y2=Y1?</Data> 80 </Cell> 81 <Cell ss:Formula="=R2C25=R1C25"> 82 <Data ss:Type="Boolean">1</Data> 83 </Cell> 84 <Cell ss:Index="25" ss:Formula="=R[-1]C"> 85 <Data ss:Type="String">Y test</Data> 86 </Cell> 87 <Cell ss:Formula="=R[-1]C"> 88 <Data ss:Type="String">Z test</Data> 89 </Cell> 90 <Cell ss:Formula="=R[-1]C"> 91 <Data ss:Type="String">AA test</Data> 92 </Cell> 93 <Cell ss:Index="702" ss:Formula="=R[-1]C"> 94 <Data ss:Type="String">ZZ test</Data> 95 </Cell> 96 <Cell ss:Index="703" ss:Formula="=R[-1]C"> 97 <Data ss:Type="String">AAA test</Data> 98 </Cell> 99 <Cell ss:Index="1024" ss:Formula="=R[-1]C"> 100 <Data ss:Type="String">AMJ test</Data> 101 </Cell> 102 </Row> 103 <Row ss:Height="13.4064"> 104 <Cell> 105 <ss:Data xmlns="http://www.w3.org/TR/REC-html40" ss:Type="String">Z2=Z1? (26th column.)</ss:Data> 106 </Cell> 107 <Cell ss:Formula="=R2C26=R1C26"> 108 <Data ss:Type="Boolean">1</Data> 109 </Cell> 110 <Cell ss:Index="1024"/> 111 </Row> 112 <Row ss:Height="12.1032"> 113 <Cell> 114 <Data ss:Type="String">AA2=AA1?</Data> 115 </Cell> 116 <Cell ss:Formula="=R2C27=R1C27"> 117 <Data ss:Type="Boolean">1</Data> 118 </Cell> 119 <Cell ss:Index="1024"/> 120 </Row> 121 <Row ss:Height="12.1032"> 122 <Cell> 123 <Data ss:Type="String">ZZ2=ZZ1? (702nd column.)</Data> 124 </Cell> 125 <Cell ss:Formula="=R2C702=R1C702"> 126 <Data ss:Type="Boolean">1</Data> 127 </Cell> 128 <Cell ss:Index="702"/> 129 </Row> 130 <Row ss:Height="13.4064"> 131 <Cell> 132 <ss:Data xmlns="http://www.w3.org/TR/REC-html40" ss:Type="String">AAA2=AAA1? (703rd column.)</ss:Data> 133 </Cell> 134 <Cell ss:Formula="=R2C703=R1C703"> 135 <Data ss:Type="Boolean">1</Data> 136 </Cell> 137 <Cell ss:Index="703"/> 138 </Row> 139 <Row ss:Height="13.4064"> 140 <Cell> 141 <ss:Data xmlns="http://www.w3.org/TR/REC-html40" ss:Type="String">AMJ2=AMJ1? (1024th column.)</ss:Data> 142 </Cell> 143 <Cell ss:Formula="=R2C1024=R1C1024"> 144 <Data ss:Type="Boolean">1</Data> 145 </Cell> 146 <Cell ss:Index="1024"/> 147 </Row> 148 </Table> 149 <x:WorksheetOptions/> 150 </ss:Worksheet> 151</Workbook> 152