<?xml version="1.0" encoding="UTF-8"?>
<!-- the processing instruction in this file has been outcommented
     to enable inspecting the xml in a browser
<?mso-application progid="Excel.Sheet"?>
-->

<!--      THIS IS AN EXCEL-FILE OF TYPE SpreadsheetML.        -->
<!--                   IF YOU READ THIS                       -->
<!--    YOU PROBABLY NEED A MORE RECENT VERSION OF EXCEL.     -->
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40">
<x:ExcelWorkbook/>
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
      <Alignment ss:Vertical="Bottom"/>
      <Borders/>
      <Font/>
      <Interior/>
      <NumberFormat/>
      <Protection/>
    </Style>
</Styles>
<ss:Worksheet ss:Name="Sheet1">
<ss:Table>
<ss:Row>
<ss:Cell>
<Data ss:Type="String">Hello Excel!</Data>
</ss:Cell>
</ss:Row>
</ss:Table>
</ss:Worksheet>
</Workbook>
