blob: bb0f4c0f6a2d1329584aa4cff39e1c35c4c2d954 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
<?xml version="1.0" encoding="windows-1252"?>
<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>
|