tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sc / qa / unit / data / xml / empty-rows.xml
blob624e94bb4201f1bfc5d2a84c48f7ad7a37fcf598
1 <?xml version="1.0"?>
2 <?mso-application progid="Excel.Sheet"?>
3 <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
4  xmlns:o="urn:schemas-microsoft-com:office:office"
5  xmlns:x="urn:schemas-microsoft-com:office:excel"
6  xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
7  xmlns:html="http://www.w3.org/TR/REC-html40">
8  <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
9   <Author>Kohei Yoshida</Author>
10   <LastAuthor>Kohei Yoshida</LastAuthor>
11   <Created>2016-12-14T01:54:30Z</Created>
12   <LastSaved>2016-12-14T01:58:30Z</LastSaved>
13   <Version>15.00</Version>
14  </DocumentProperties>
15  <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
16   <AllowPNG/>
17  </OfficeDocumentSettings>
18  <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
19   <WindowHeight>14385</WindowHeight>
20   <WindowWidth>24000</WindowWidth>
21   <WindowTopX>0</WindowTopX>
22   <WindowTopY>0</WindowTopY>
23   <ProtectStructure>False</ProtectStructure>
24   <ProtectWindows>False</ProtectWindows>
25  </ExcelWorkbook>
26  <Styles>
27   <Style ss:ID="Default" ss:Name="Normal">
28    <Alignment ss:Vertical="Bottom"/>
29    <Borders/>
30    <Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#000000"/>
31    <Interior/>
32    <NumberFormat/>
33    <Protection/>
34   </Style>
35  </Styles>
36  <Worksheet ss:Name="Sheet1">
37   <Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="9" x:FullColumns="1"
38    x:FullRows="1" ss:DefaultRowHeight="15">
39    <Row>
40     <Cell><Data ss:Type="String">Top row, followed by 2 empty rows.</Data></Cell>
41    </Row>
42    <Row ss:Index="4">
43     <Cell ss:Index="2"><Data ss:Type="Number">1</Data></Cell>
44    </Row>
45    <Row>
46     <Cell ss:Index="2"><Data ss:Type="Number">2</Data></Cell>
47    </Row>
48    <Row>
49     <Cell ss:Index="2"><Data ss:Type="Number">3</Data></Cell>
50    </Row>
51    <Row>
52     <Cell ss:Index="2"><Data ss:Type="Number">4</Data></Cell>
53    </Row>
54    <Row>
55     <Cell ss:Index="2"><Data ss:Type="Number">5</Data></Cell>
56    </Row>
57    <Row>
58     <Cell ss:Index="2" ss:Formula="=SUM(R[-5]C:R[-1]C)"><Data ss:Type="Number">15</Data></Cell>
59    </Row>
60   </Table>
61   <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
62    <PageSetup>
63     <Header x:Margin="0.3"/>
64     <Footer x:Margin="0.3"/>
65     <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
66    </PageSetup>
67    <Selected/>
68    <Panes>
69     <Pane>
70      <Number>3</Number>
71      <ActiveRow>9</ActiveRow>
72      <ActiveCol>1</ActiveCol>
73     </Pane>
74    </Panes>
75    <ProtectObjects>False</ProtectObjects>
76    <ProtectScenarios>False</ProtectScenarios>
77   </WorksheetOptions>
78  </Worksheet>
79 </Workbook>