summaryrefslogtreecommitdiff
path: root/testautomation/global/input/xml_filter/excel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/global/input/xml_filter/excel.xml')
-rwxr-xr-xtestautomation/global/input/xml_filter/excel.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/testautomation/global/input/xml_filter/excel.xml b/testautomation/global/input/xml_filter/excel.xml
new file mode 100755
index 000000000000..5c451adf18aa
--- /dev/null
+++ b/testautomation/global/input/xml_filter/excel.xml
@@ -0,0 +1,74 @@
+<?xml version="1.0"?>
+<?mso-application progid="Excel.Sheet"?>
+<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">
+ <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
+ <Author>Joerg Sievers</Author>
+ <LastAuthor>Joerg Sievers</LastAuthor>
+ <Created>2004-03-29T11:42:58Z</Created>
+ <Company>Sun Microsystems GmbH</Company>
+ <Version>11.5606</Version>
+ </DocumentProperties>
+ <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
+ <WindowHeight>10620</WindowHeight>
+ <WindowWidth>13260</WindowWidth>
+ <WindowTopX>480</WindowTopX>
+ <WindowTopY>120</WindowTopY>
+ <ProtectStructure>False</ProtectStructure>
+ <ProtectWindows>False</ProtectWindows>
+ </ExcelWorkbook>
+ <Styles>
+ <Style ss:ID="Default" ss:Name="Normal">
+ <Alignment ss:Vertical="Bottom"/>
+ <Borders/>
+ <Font/>
+ <Interior/>
+ <NumberFormat/>
+ <Protection/>
+ </Style>
+ <Style ss:ID="s22">
+ <NumberFormat ss:Format="#,##0"/>
+ </Style>
+ </Styles>
+ <Worksheet ss:Name="Sheet1">
+ <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="4" x:FullColumns="1"
+ x:FullRows="1">
+ <Column ss:Width="66.75"/>
+ <Row>
+ <Cell><Data ss:Type="String">Just a testfile.</Data></Cell>
+ </Row>
+ <Row ss:Index="3">
+ <Cell><Data ss:Type="String">made with Excel 2003</Data></Cell>
+ </Row>
+ <Row>
+ <Cell ss:StyleID="s22"><Data ss:Type="String" x:Ticked="1">11.5612.5606</Data></Cell>
+ </Row>
+ </Table>
+ <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
+ <Selected/>
+ <Panes>
+ <Pane>
+ <Number>3</Number>
+ <ActiveRow>3</ActiveRow>
+ </Pane>
+ </Panes>
+ <ProtectObjects>False</ProtectObjects>
+ <ProtectScenarios>False</ProtectScenarios>
+ </WorksheetOptions>
+ </Worksheet>
+ <Worksheet ss:Name="Sheet2">
+ <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
+ <ProtectObjects>False</ProtectObjects>
+ <ProtectScenarios>False</ProtectScenarios>
+ </WorksheetOptions>
+ </Worksheet>
+ <Worksheet ss:Name="Sheet3">
+ <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
+ <ProtectObjects>False</ProtectObjects>
+ <ProtectScenarios>False</ProtectScenarios>
+ </WorksheetOptions>
+ </Worksheet>
+</Workbook>