summaryrefslogtreecommitdiffstats
path: root/test/xls-xml/leading-whitespace/input.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/xls-xml/leading-whitespace/input.xml')
-rw-r--r--test/xls-xml/leading-whitespace/input.xml112
1 files changed, 112 insertions, 0 deletions
diff --git a/test/xls-xml/leading-whitespace/input.xml b/test/xls-xml/leading-whitespace/input.xml
new file mode 100644
index 0000000..a645015
--- /dev/null
+++ b/test/xls-xml/leading-whitespace/input.xml
@@ -0,0 +1,112 @@
+ <?xml version="1.0"?>
+<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>Kohei Yoshida</Author>
+ <LastAuthor>Kohei Yoshida</LastAuthor>
+ <Created>2013-06-15T21:47:21Z</Created>
+ <Company>SUSE</Company>
+ <Version>10.2625</Version>
+ </DocumentProperties>
+ <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
+ <DownloadComponents/>
+ <LocationOfComponents HRef="file:///D:\"/>
+ </OfficeDocumentSettings>
+ <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
+ <WindowHeight>9525</WindowHeight>
+ <WindowWidth>14355</WindowWidth>
+ <WindowTopX>240</WindowTopX>
+ <WindowTopY>30</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>
+ </Styles>
+ <Worksheet ss:Name="Data">
+ <Table ss:ExpandedColumnCount="5" ss:ExpandedRowCount="9" x:FullColumns="1"
+ x:FullRows="1">
+ <Row>
+ <Cell><Data ss:Type="String">Numbers</Data></Cell>
+ <Cell ss:Index="3"><Data ss:Type="String">Fractions</Data></Cell>
+ <Cell ss:Index="5"><Data ss:Type="String">Text</Data></Cell>
+ </Row>
+ <Row>
+ <Cell><Data ss:Type="Number">1</Data></Cell>
+ <Cell ss:Index="3"><Data ss:Type="Number">1.1</Data></Cell>
+ <Cell ss:Index="5"><Data ss:Type="String">A</Data></Cell>
+ </Row>
+ <Row>
+ <Cell><Data ss:Type="Number">2</Data></Cell>
+ <Cell ss:Index="3"><Data ss:Type="Number">1.2</Data></Cell>
+ <Cell ss:Index="5"><Data ss:Type="String">B</Data></Cell>
+ </Row>
+ <Row>
+ <Cell><Data ss:Type="Number">3</Data></Cell>
+ <Cell ss:Index="3"><Data ss:Type="Number">1.3</Data></Cell>
+ <Cell ss:Index="5"><Data ss:Type="String">C</Data></Cell>
+ </Row>
+ <Row>
+ <Cell><Data ss:Type="Number">4</Data></Cell>
+ <Cell ss:Index="3"><Data ss:Type="Number">1.4</Data></Cell>
+ <Cell ss:Index="5"><Data ss:Type="String">D</Data></Cell>
+ </Row>
+ <Row>
+ <Cell><Data ss:Type="Number">5</Data></Cell>
+ <Cell ss:Index="3"><Data ss:Type="Number">1.5</Data></Cell>
+ <Cell ss:Index="5"><Data ss:Type="String">E</Data></Cell>
+ </Row>
+ <Row>
+ <Cell><Data ss:Type="Number">6</Data></Cell>
+ <Cell ss:Index="3"><Data ss:Type="Number">1.6</Data></Cell>
+ <Cell ss:Index="5"><Data ss:Type="String">F</Data></Cell>
+ </Row>
+ <Row ss:Index="9">
+ <Cell><Data ss:Type="String">One</Data></Cell>
+ <Cell><Data ss:Type="String">Two</Data></Cell>
+ <Cell><Data ss:Type="String">Three</Data></Cell>
+ <Cell><Data ss:Type="String">Four</Data></Cell>
+ <Cell><Data ss:Type="String">Five</Data></Cell>
+ </Row>
+ </Table>
+ <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
+ <Selected/>
+ <Panes>
+ <Pane>
+ <Number>3</Number>
+ <ActiveRow>9</ActiveRow>
+ </Pane>
+ </Panes>
+ <ProtectObjects>False</ProtectObjects>
+ <ProtectScenarios>False</ProtectScenarios>
+ </WorksheetOptions>
+ </Worksheet>
+ <Worksheet ss:Name="2nd">
+ <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
+ x:FullRows="1">
+ <Row>
+ <Cell><Data ss:Type="String">Empty Sheet</Data></Cell>
+ </Row>
+ </Table>
+ <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
+ <Panes>
+ <Pane>
+ <Number>3</Number>
+ <ActiveRow>1</ActiveRow>
+ </Pane>
+ </Panes>
+ <ProtectObjects>False</ProtectObjects>
+ <ProtectScenarios>False</ProtectScenarios>
+ </WorksheetOptions>
+ </Worksheet>
+</Workbook>