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 <Color> 11 <Index>4</Index> 12 <RGB>#ff0000</RGB> 13 </Color> 14 </Colors> 15 </OfficeDocumentSettings> 16 <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"> 17 <WindowHeight>9000</WindowHeight> 18 <WindowWidth>13860</WindowWidth> 19 <WindowTopX>240</WindowTopX> 20 <WindowTopY>75</WindowTopY> 21 <ProtectStructure>False</ProtectStructure> 22 <ProtectWindows>False</ProtectWindows> 23 </ExcelWorkbook> 24 <Styles> 25 <Style ss:ID="Default" ss:Name="Default"/> 26 <Style ss:ID="Result" ss:Name="Result"> 27 <Font ss:Bold="1" ss:Italic="1" ss:Underline="Single"/> 28 </Style> 29 <Style ss:ID="Result2" ss:Name="Result2"> 30 <Font ss:Bold="1" ss:Italic="1" ss:Underline="Single"/> 31 <NumberFormat ss:Format="Currency"/> 32 </Style> 33 <Style ss:ID="Heading" ss:Name="Heading"> 34 <Alignment ss:Horizontal="Center"/> 35 <Font ss:Bold="1" ss:Italic="1" ss:Size="16"/> 36 </Style> 37 <Style ss:ID="Heading1" ss:Name="Heading1"> 38 <Alignment ss:Horizontal="Center" ss:Rotate="90"/> 39 <Font ss:Bold="1" ss:Italic="1" ss:Size="16"/> 40 </Style> 41 <Style ss:ID="co1"/> 42 <Style ss:ID="co2"/> 43 <Style ss:ID="co3"/> 44 <Style ss:ID="ta1"/> 45 <Style ss:ID="ce1"/> 46 </Styles> 47 <ss:Worksheet ss:Name="Sheet1"> 48 <Table ss:StyleID="ta1"> 49 <Column ss:Width="218.4408"/> 50 <Column ss:Width="89.9424"/> 51 <Column ss:Span="4" ss:Width="64.26"/> 52 <Row ss:Height="12.1032"> 53 <Cell ss:StyleID="ce1"> 54 <Data ss:Type="String">TestID</Data> 55 </Cell> 56 <Cell ss:StyleID="ce1"> 57 <Data ss:Type="String">TestOK</Data> 58 </Cell> 59 <Cell ss:Index="7"/> 60 </Row> 61 <Row ss:Height="23.8392"> 62 <Cell ss:StyleID="Default"> 63 <Data ss:Type="String">A cell with ss:MergeAcross=”0” 64doesn't creates an empty column to the right</Data> 65 </Cell> 66 <Cell ss:StyleID="Default" ss:Formula="=R2C6="F2""> 67 <Data ss:Type="Boolean">0</Data> 68 </Cell> 69 <Cell ss:Index="5" ss:MergeAcross="0"> 70 <Data ss:Type="String">E2 with ss:MergeAcross="0"</Data> 71 </Cell> 72 <Cell> 73 <Data ss:Type="String">F2</Data> 74 </Cell> 75 </Row> 76 </Table> 77 <x:WorksheetOptions/> 78 </ss:Worksheet> 79</Workbook> 80