roo-xls 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +16 -0
- data/.rubocop.yml +17 -0
- data/.simplecov +4 -0
- data/.travis.yml +11 -0
- data/Gemfile +30 -0
- data/LICENSE.txt +22 -0
- data/README.md +41 -0
- data/Rakefile +23 -0
- data/defaults.reek +11 -0
- data/lib/roo-xls.rb +11 -0
- data/lib/roo/xls/excel.rb +352 -0
- data/lib/roo/xls/excel_2003_xml.rb +294 -0
- data/lib/roo/xls/spreadsheet_extensions.rb +24 -0
- data/lib/roo/xls/version.rb +5 -0
- data/roo-xls.gemspec +27 -0
- data/spec/lib/roo/xls/excel2003xml_spec.rb +15 -0
- data/spec/lib/roo/xls/excel_spec.rb +17 -0
- data/spec/spec_helper.rb +2 -0
- data/test/files/1900_base.xls +0 -0
- data/test/files/1904_base.xls +0 -0
- data/test/files/Bibelbund.csv +3741 -0
- data/test/files/Bibelbund.xls +0 -0
- data/test/files/Bibelbund.xml +62518 -0
- data/test/files/bad_excel_date.xls +0 -0
- data/test/files/bbu.xls +0 -0
- data/test/files/bbu.xml +152 -0
- data/test/files/bode-v1.xls.zip +0 -0
- data/test/files/boolean.csv +2 -0
- data/test/files/boolean.xls +0 -0
- data/test/files/boolean.xml +112 -0
- data/test/files/borders.xls +0 -0
- data/test/files/borders.xml +144 -0
- data/test/files/bug-row-column-fixnum-float.xls +0 -0
- data/test/files/bug-row-column-fixnum-float.xml +127 -0
- data/test/files/comments.xls +0 -0
- data/test/files/datetime.xls +0 -0
- data/test/files/datetime.xml +150 -0
- data/test/files/datetime_floatconv.xls +0 -0
- data/test/files/datetime_floatconv.xml +148 -0
- data/test/files/emptysheets.xls +0 -0
- data/test/files/emptysheets.xml +105 -0
- data/test/files/excel2003.xml +21140 -0
- data/test/files/excel2003_namespace.xml +197 -0
- data/test/files/false_encoding.xls +0 -0
- data/test/files/false_encoding.xml +132 -0
- data/test/files/formula.xls +0 -0
- data/test/files/formula.xml +134 -0
- data/test/files/formula_parse_error.xls +0 -0
- data/test/files/formula_parse_error.xml +1833 -0
- data/test/files/link.csv +1 -0
- data/test/files/link.xls +0 -0
- data/test/files/matrix.xls +0 -0
- data/test/files/named_cells.xls +0 -0
- data/test/files/numbers1.ods +0 -0
- data/test/files/numbers1.xls +0 -0
- data/test/files/numbers1.xlsx +0 -0
- data/test/files/numbers1.xml +312 -0
- data/test/files/only_one_sheet.xls +0 -0
- data/test/files/only_one_sheet.xml +67 -0
- data/test/files/paragraph.xls +0 -0
- data/test/files/paragraph.xml +127 -0
- data/test/files/prova.xls +0 -0
- data/test/files/simple_spreadsheet.xls +0 -0
- data/test/files/simple_spreadsheet.xml +225 -0
- data/test/files/simple_spreadsheet_from_italo.xls +0 -0
- data/test/files/simple_spreadsheet_from_italo.xml +242 -0
- data/test/files/so_datetime.csv +8 -0
- data/test/files/style.xls +0 -0
- data/test/files/style.xml +154 -0
- data/test/files/time-test.csv +2 -0
- data/test/files/time-test.xls +0 -0
- data/test/files/time-test.xml +131 -0
- data/test/files/type_excel.ods +0 -0
- data/test/files/type_excel.xlsx +0 -0
- data/test/files/type_excelx.xls +0 -0
- data/test/files/type_openoffice.xls +0 -0
- data/test/files/whitespace.xls +0 -0
- data/test/files/whitespace.xml +184 -0
- data/test/rm_test.rb +7 -0
- data/test/test_excel_2003_xml.rb +41 -0
- data/test/test_helper.rb +57 -0
- data/test/test_roo_excel.rb +1093 -0
- metadata +278 -0
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
<?xml version='1.0'?>
|
|
2
|
+
<?mso-application progid='Excel.Sheet'?>
|
|
3
|
+
<s:Workbook xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:s="urn:schemas-microsoft-com:office:spreadsheet">
|
|
4
|
+
<s:Styles>
|
|
5
|
+
<s:Style s:ID="ItemStyle">
|
|
6
|
+
<s:NumberFormat s:Format="General Number" />
|
|
7
|
+
</s:Style>
|
|
8
|
+
</s:Styles>
|
|
9
|
+
<s:Worksheet s:Name="YDNA DYS Values">
|
|
10
|
+
<s:Table>
|
|
11
|
+
<s:Row>
|
|
12
|
+
<s:Cell>
|
|
13
|
+
<s:Data s:Type="String">DYS393</s:Data>
|
|
14
|
+
</s:Cell>
|
|
15
|
+
<s:Cell>
|
|
16
|
+
<s:Data s:Type="String">DYS390</s:Data>
|
|
17
|
+
</s:Cell>
|
|
18
|
+
<s:Cell>
|
|
19
|
+
<s:Data s:Type="String">DYS19</s:Data>
|
|
20
|
+
</s:Cell>
|
|
21
|
+
<s:Cell>
|
|
22
|
+
<s:Data s:Type="String">DYS391</s:Data>
|
|
23
|
+
</s:Cell>
|
|
24
|
+
<s:Cell>
|
|
25
|
+
<s:Data s:Type="String">DYS385</s:Data>
|
|
26
|
+
</s:Cell>
|
|
27
|
+
<s:Cell>
|
|
28
|
+
<s:Data s:Type="String">DYS426</s:Data>
|
|
29
|
+
</s:Cell>
|
|
30
|
+
<s:Cell>
|
|
31
|
+
<s:Data s:Type="String">DYS388</s:Data>
|
|
32
|
+
</s:Cell>
|
|
33
|
+
<s:Cell>
|
|
34
|
+
<s:Data s:Type="String">DYS439</s:Data>
|
|
35
|
+
</s:Cell>
|
|
36
|
+
<s:Cell>
|
|
37
|
+
<s:Data s:Type="String">DYS389I</s:Data>
|
|
38
|
+
</s:Cell>
|
|
39
|
+
<s:Cell>
|
|
40
|
+
<s:Data s:Type="String">DYS392</s:Data>
|
|
41
|
+
</s:Cell>
|
|
42
|
+
<s:Cell>
|
|
43
|
+
<s:Data s:Type="String">DYS389II</s:Data>
|
|
44
|
+
</s:Cell>
|
|
45
|
+
<s:Cell>
|
|
46
|
+
<s:Data s:Type="String">DYS458</s:Data>
|
|
47
|
+
</s:Cell>
|
|
48
|
+
<s:Cell>
|
|
49
|
+
<s:Data s:Type="String">DYS459</s:Data>
|
|
50
|
+
</s:Cell>
|
|
51
|
+
<s:Cell>
|
|
52
|
+
<s:Data s:Type="String">DYS455</s:Data>
|
|
53
|
+
</s:Cell>
|
|
54
|
+
<s:Cell>
|
|
55
|
+
<s:Data s:Type="String">DYS454</s:Data>
|
|
56
|
+
</s:Cell>
|
|
57
|
+
<s:Cell>
|
|
58
|
+
<s:Data s:Type="String">DYS447</s:Data>
|
|
59
|
+
</s:Cell>
|
|
60
|
+
<s:Cell>
|
|
61
|
+
<s:Data s:Type="String">DYS437</s:Data>
|
|
62
|
+
</s:Cell>
|
|
63
|
+
<s:Cell>
|
|
64
|
+
<s:Data s:Type="String">DYS448</s:Data>
|
|
65
|
+
</s:Cell>
|
|
66
|
+
<s:Cell>
|
|
67
|
+
<s:Data s:Type="String">DYS449</s:Data>
|
|
68
|
+
</s:Cell>
|
|
69
|
+
<s:Cell>
|
|
70
|
+
<s:Data s:Type="String">DYS464</s:Data>
|
|
71
|
+
</s:Cell>
|
|
72
|
+
<s:Cell>
|
|
73
|
+
<s:Data s:Type="String">DYS460</s:Data>
|
|
74
|
+
</s:Cell>
|
|
75
|
+
<s:Cell>
|
|
76
|
+
<s:Data s:Type="String">Y-GATA-H4</s:Data>
|
|
77
|
+
</s:Cell>
|
|
78
|
+
<s:Cell>
|
|
79
|
+
<s:Data s:Type="String">YCAII</s:Data>
|
|
80
|
+
</s:Cell>
|
|
81
|
+
<s:Cell>
|
|
82
|
+
<s:Data s:Type="String">DYS456</s:Data>
|
|
83
|
+
</s:Cell>
|
|
84
|
+
<s:Cell>
|
|
85
|
+
<s:Data s:Type="String">DYS607</s:Data>
|
|
86
|
+
</s:Cell>
|
|
87
|
+
<s:Cell>
|
|
88
|
+
<s:Data s:Type="String">DYS576</s:Data>
|
|
89
|
+
</s:Cell>
|
|
90
|
+
<s:Cell>
|
|
91
|
+
<s:Data s:Type="String">DYS570</s:Data>
|
|
92
|
+
</s:Cell>
|
|
93
|
+
<s:Cell>
|
|
94
|
+
<s:Data s:Type="String">CDY</s:Data>
|
|
95
|
+
</s:Cell>
|
|
96
|
+
<s:Cell>
|
|
97
|
+
<s:Data s:Type="String">DYS442</s:Data>
|
|
98
|
+
</s:Cell>
|
|
99
|
+
<s:Cell>
|
|
100
|
+
<s:Data s:Type="String">DYS438</s:Data>
|
|
101
|
+
</s:Cell>
|
|
102
|
+
</s:Row>
|
|
103
|
+
<s:Row>
|
|
104
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
105
|
+
<s:Data s:Type="String">13</s:Data>
|
|
106
|
+
</s:Cell>
|
|
107
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
108
|
+
<s:Data s:Type="String">24</s:Data>
|
|
109
|
+
</s:Cell>
|
|
110
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
111
|
+
<s:Data s:Type="String">16</s:Data>
|
|
112
|
+
</s:Cell>
|
|
113
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
114
|
+
<s:Data s:Type="String">11</s:Data>
|
|
115
|
+
</s:Cell>
|
|
116
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
117
|
+
<s:Data s:Type="String">14-15</s:Data>
|
|
118
|
+
</s:Cell>
|
|
119
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
120
|
+
<s:Data s:Type="String">11</s:Data>
|
|
121
|
+
</s:Cell>
|
|
122
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
123
|
+
<s:Data s:Type="String">13</s:Data>
|
|
124
|
+
</s:Cell>
|
|
125
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
126
|
+
<s:Data s:Type="String">13</s:Data>
|
|
127
|
+
</s:Cell>
|
|
128
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
129
|
+
<s:Data s:Type="String">13</s:Data>
|
|
130
|
+
</s:Cell>
|
|
131
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
132
|
+
<s:Data s:Type="String">11</s:Data>
|
|
133
|
+
</s:Cell>
|
|
134
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
135
|
+
<s:Data s:Type="String">31</s:Data>
|
|
136
|
+
</s:Cell>
|
|
137
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
138
|
+
<s:Data s:Type="String">18</s:Data>
|
|
139
|
+
</s:Cell>
|
|
140
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
141
|
+
<s:Data s:Type="String">8-10</s:Data>
|
|
142
|
+
</s:Cell>
|
|
143
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
144
|
+
<s:Data s:Type="String">11</s:Data>
|
|
145
|
+
</s:Cell>
|
|
146
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
147
|
+
<s:Data s:Type="String">11</s:Data>
|
|
148
|
+
</s:Cell>
|
|
149
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
150
|
+
<s:Data s:Type="String">25</s:Data>
|
|
151
|
+
</s:Cell>
|
|
152
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
153
|
+
<s:Data s:Type="String">15</s:Data>
|
|
154
|
+
</s:Cell>
|
|
155
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
156
|
+
<s:Data s:Type="String">20</s:Data>
|
|
157
|
+
</s:Cell>
|
|
158
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
159
|
+
<s:Data s:Type="String">32</s:Data>
|
|
160
|
+
</s:Cell>
|
|
161
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
162
|
+
<s:Data s:Type="String">12-14-15-15</s:Data>
|
|
163
|
+
</s:Cell>
|
|
164
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
165
|
+
<s:Data s:Type="String">10</s:Data>
|
|
166
|
+
</s:Cell>
|
|
167
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
168
|
+
<s:Data s:Type="String">10</s:Data>
|
|
169
|
+
</s:Cell>
|
|
170
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
171
|
+
<s:Data s:Type="String">21-21</s:Data>
|
|
172
|
+
</s:Cell>
|
|
173
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
174
|
+
<s:Data s:Type="String">15</s:Data>
|
|
175
|
+
</s:Cell>
|
|
176
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
177
|
+
<s:Data s:Type="String">12</s:Data>
|
|
178
|
+
</s:Cell>
|
|
179
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
180
|
+
<s:Data s:Type="String">17</s:Data>
|
|
181
|
+
</s:Cell>
|
|
182
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
183
|
+
<s:Data s:Type="String">19</s:Data>
|
|
184
|
+
</s:Cell>
|
|
185
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
186
|
+
<s:Data s:Type="String">33-35</s:Data>
|
|
187
|
+
</s:Cell>
|
|
188
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
189
|
+
<s:Data s:Type="String">10</s:Data>
|
|
190
|
+
</s:Cell>
|
|
191
|
+
<s:Cell s:StyleID="ItemStyle">
|
|
192
|
+
<s:Data s:Type="String">10</s:Data>
|
|
193
|
+
</s:Cell>
|
|
194
|
+
</s:Row>
|
|
195
|
+
</s:Table>
|
|
196
|
+
</s:Worksheet>
|
|
197
|
+
</s:Workbook>
|
|
Binary file
|
|
@@ -0,0 +1,132 @@
|
|
|
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
|
+
<LastAuthor>Licensed User</LastAuthor>
|
|
10
|
+
<Created>2009-12-22T17:39:06Z</Created>
|
|
11
|
+
<Version>12.00</Version>
|
|
12
|
+
</DocumentProperties>
|
|
13
|
+
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
|
|
14
|
+
<WindowHeight>8190</WindowHeight>
|
|
15
|
+
<WindowWidth>16380</WindowWidth>
|
|
16
|
+
<WindowTopX>0</WindowTopX>
|
|
17
|
+
<WindowTopY>0</WindowTopY>
|
|
18
|
+
<TabRatio>211</TabRatio>
|
|
19
|
+
<ProtectStructure>False</ProtectStructure>
|
|
20
|
+
<ProtectWindows>False</ProtectWindows>
|
|
21
|
+
</ExcelWorkbook>
|
|
22
|
+
<Styles>
|
|
23
|
+
<Style ss:ID="Default" ss:Name="Normal">
|
|
24
|
+
<Alignment ss:Vertical="Bottom"/>
|
|
25
|
+
<Borders/>
|
|
26
|
+
<Font ss:FontName="Arial" x:CharSet="1" x:Family="Swiss"/>
|
|
27
|
+
<Interior/>
|
|
28
|
+
<NumberFormat/>
|
|
29
|
+
<Protection/>
|
|
30
|
+
</Style>
|
|
31
|
+
<Style ss:ID="s21">
|
|
32
|
+
<NumberFormat ss:Format="mm/dd/yy"/>
|
|
33
|
+
</Style>
|
|
34
|
+
<Style ss:ID="s22">
|
|
35
|
+
<NumberFormat ss:Format="mm/dd/yy\ hh:mm\ AM/PM"/>
|
|
36
|
+
</Style>
|
|
37
|
+
</Styles>
|
|
38
|
+
<Worksheet ss:Name="Sheet1">
|
|
39
|
+
<Table ss:ExpandedColumnCount="4" ss:ExpandedRowCount="3" x:FullColumns="1"
|
|
40
|
+
x:FullRows="1" ss:DefaultColumnWidth="61.5">
|
|
41
|
+
<Column ss:Index="3" ss:AutoFitWidth="0" ss:Width="99"/>
|
|
42
|
+
<Column ss:AutoFitWidth="0" ss:Width="103.5"/>
|
|
43
|
+
<Row>
|
|
44
|
+
<Cell ss:StyleID="s21" ss:Formula="=TODAY()"><Data ss:Type="DateTime">2009-12-22T00:00:00.000</Data></Cell>
|
|
45
|
+
<Cell ss:StyleID="s21" ss:Formula="=RC[-1]+100"><Data ss:Type="DateTime">2010-04-01T00:00:00.000</Data></Cell>
|
|
46
|
+
<Cell ss:StyleID="s22" ss:Formula="=NOW()"><Data ss:Type="DateTime">2009-12-22T11:41:08.380</Data></Cell>
|
|
47
|
+
<Cell ss:StyleID="s22" ss:Formula="=RC[-1]"><Data ss:Type="DateTime">2009-12-22T11:41:08.380</Data></Cell>
|
|
48
|
+
</Row>
|
|
49
|
+
<Row>
|
|
50
|
+
<Cell><Data ss:Type="String">H1</Data></Cell>
|
|
51
|
+
<Cell><Data ss:Type="String">H2</Data></Cell>
|
|
52
|
+
<Cell><Data ss:Type="String">H3</Data></Cell>
|
|
53
|
+
<Cell><Data ss:Type="String">H4</Data></Cell>
|
|
54
|
+
</Row>
|
|
55
|
+
<Row>
|
|
56
|
+
<Cell><Data ss:Type="String">R1</Data></Cell>
|
|
57
|
+
<Cell><Data ss:Type="String">R2</Data></Cell>
|
|
58
|
+
<Cell><Data ss:Type="String">R3</Data></Cell>
|
|
59
|
+
<Cell><Data ss:Type="String">R4</Data></Cell>
|
|
60
|
+
</Row>
|
|
61
|
+
</Table>
|
|
62
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
|
63
|
+
<PageSetup>
|
|
64
|
+
<Layout x:StartPageNumber="1"/>
|
|
65
|
+
<Header x:Margin="0.78749999999999998"
|
|
66
|
+
x:Data="&C&"Times New Roman,Regular"&12&A"/>
|
|
67
|
+
<Footer x:Margin="0.78749999999999998"
|
|
68
|
+
x:Data="&C&"Times New Roman,Regular"&12Page &P"/>
|
|
69
|
+
<PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
|
|
70
|
+
x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
|
|
71
|
+
</PageSetup>
|
|
72
|
+
<Print>
|
|
73
|
+
<ValidPrinterInfo/>
|
|
74
|
+
<HorizontalResolution>300</HorizontalResolution>
|
|
75
|
+
<VerticalResolution>300</VerticalResolution>
|
|
76
|
+
</Print>
|
|
77
|
+
<Selected/>
|
|
78
|
+
<Panes>
|
|
79
|
+
<Pane>
|
|
80
|
+
<Number>3</Number>
|
|
81
|
+
<ActiveCol>3</ActiveCol>
|
|
82
|
+
</Pane>
|
|
83
|
+
</Panes>
|
|
84
|
+
<ProtectObjects>False</ProtectObjects>
|
|
85
|
+
<ProtectScenarios>False</ProtectScenarios>
|
|
86
|
+
</WorksheetOptions>
|
|
87
|
+
</Worksheet>
|
|
88
|
+
<Worksheet ss:Name="Sheet2">
|
|
89
|
+
<Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
|
|
90
|
+
x:FullRows="1" ss:DefaultColumnWidth="61.5">
|
|
91
|
+
</Table>
|
|
92
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
|
93
|
+
<PageSetup>
|
|
94
|
+
<Header x:Margin="0.78749999999999998"
|
|
95
|
+
x:Data="&C&"Times New Roman,Regular"&12&A"/>
|
|
96
|
+
<Footer x:Margin="0.78749999999999998"
|
|
97
|
+
x:Data="&C&"Times New Roman,Regular"&12Page &P"/>
|
|
98
|
+
<PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
|
|
99
|
+
x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
|
|
100
|
+
</PageSetup>
|
|
101
|
+
<Print>
|
|
102
|
+
<ValidPrinterInfo/>
|
|
103
|
+
<HorizontalResolution>300</HorizontalResolution>
|
|
104
|
+
<VerticalResolution>300</VerticalResolution>
|
|
105
|
+
</Print>
|
|
106
|
+
<ProtectObjects>False</ProtectObjects>
|
|
107
|
+
<ProtectScenarios>False</ProtectScenarios>
|
|
108
|
+
</WorksheetOptions>
|
|
109
|
+
</Worksheet>
|
|
110
|
+
<Worksheet ss:Name="Sheet3">
|
|
111
|
+
<Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
|
|
112
|
+
x:FullRows="1" ss:DefaultColumnWidth="61.5">
|
|
113
|
+
</Table>
|
|
114
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
|
115
|
+
<PageSetup>
|
|
116
|
+
<Header x:Margin="0.78749999999999998"
|
|
117
|
+
x:Data="&C&"Times New Roman,Regular"&12&A"/>
|
|
118
|
+
<Footer x:Margin="0.78749999999999998"
|
|
119
|
+
x:Data="&C&"Times New Roman,Regular"&12Page &P"/>
|
|
120
|
+
<PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
|
|
121
|
+
x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
|
|
122
|
+
</PageSetup>
|
|
123
|
+
<Print>
|
|
124
|
+
<ValidPrinterInfo/>
|
|
125
|
+
<HorizontalResolution>300</HorizontalResolution>
|
|
126
|
+
<VerticalResolution>300</VerticalResolution>
|
|
127
|
+
</Print>
|
|
128
|
+
<ProtectObjects>False</ProtectObjects>
|
|
129
|
+
<ProtectScenarios>False</ProtectScenarios>
|
|
130
|
+
</WorksheetOptions>
|
|
131
|
+
</Worksheet>
|
|
132
|
+
</Workbook>
|
|
Binary file
|
|
@@ -0,0 +1,134 @@
|
|
|
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
|
+
<LastAuthor>Licensed User</LastAuthor>
|
|
10
|
+
<Created>2009-12-22T17:39:20Z</Created>
|
|
11
|
+
<Version>12.00</Version>
|
|
12
|
+
</DocumentProperties>
|
|
13
|
+
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
|
|
14
|
+
<WindowHeight>8190</WindowHeight>
|
|
15
|
+
<WindowWidth>16380</WindowWidth>
|
|
16
|
+
<WindowTopX>0</WindowTopX>
|
|
17
|
+
<WindowTopY>0</WindowTopY>
|
|
18
|
+
<TabRatio>395</TabRatio>
|
|
19
|
+
<ProtectStructure>False</ProtectStructure>
|
|
20
|
+
<ProtectWindows>False</ProtectWindows>
|
|
21
|
+
</ExcelWorkbook>
|
|
22
|
+
<Styles>
|
|
23
|
+
<Style ss:ID="Default" ss:Name="Normal">
|
|
24
|
+
<Alignment ss:Vertical="Bottom"/>
|
|
25
|
+
<Borders/>
|
|
26
|
+
<Font ss:FontName="Arial" x:CharSet="1" x:Family="Swiss"/>
|
|
27
|
+
<Interior/>
|
|
28
|
+
<NumberFormat/>
|
|
29
|
+
<Protection/>
|
|
30
|
+
</Style>
|
|
31
|
+
</Styles>
|
|
32
|
+
<Worksheet ss:Name="Sheet1">
|
|
33
|
+
<Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="7" x:FullColumns="1"
|
|
34
|
+
x:FullRows="1" ss:DefaultColumnWidth="60">
|
|
35
|
+
<Row>
|
|
36
|
+
<Cell><Data ss:Type="Number">1</Data></Cell>
|
|
37
|
+
</Row>
|
|
38
|
+
<Row>
|
|
39
|
+
<Cell><Data ss:Type="Number">2</Data></Cell>
|
|
40
|
+
</Row>
|
|
41
|
+
<Row>
|
|
42
|
+
<Cell><Data ss:Type="Number">3</Data></Cell>
|
|
43
|
+
</Row>
|
|
44
|
+
<Row>
|
|
45
|
+
<Cell><Data ss:Type="Number">4</Data></Cell>
|
|
46
|
+
</Row>
|
|
47
|
+
<Row>
|
|
48
|
+
<Cell><Data ss:Type="Number">5</Data></Cell>
|
|
49
|
+
</Row>
|
|
50
|
+
<Row>
|
|
51
|
+
<Cell><Data ss:Type="Number">6</Data></Cell>
|
|
52
|
+
</Row>
|
|
53
|
+
<Row>
|
|
54
|
+
<Cell ss:Formula="=SUM(R[-6]C:R[-1]C)"><Data ss:Type="Number">21</Data></Cell>
|
|
55
|
+
<Cell ss:Formula="=SUM(R1C1:R[-1]C)"><Data ss:Type="Number">21</Data></Cell>
|
|
56
|
+
</Row>
|
|
57
|
+
</Table>
|
|
58
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
|
59
|
+
<PageSetup>
|
|
60
|
+
<Layout x:StartPageNumber="1"/>
|
|
61
|
+
<Header x:Margin="0.78749999999999998"
|
|
62
|
+
x:Data="&C&"Times New Roman,Regular"&12&A"/>
|
|
63
|
+
<Footer x:Margin="0.78749999999999998"
|
|
64
|
+
x:Data="&C&"Times New Roman,Regular"&12Page &P"/>
|
|
65
|
+
<PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
|
|
66
|
+
x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
|
|
67
|
+
</PageSetup>
|
|
68
|
+
<Print>
|
|
69
|
+
<ValidPrinterInfo/>
|
|
70
|
+
<PaperSizeIndex>9</PaperSizeIndex>
|
|
71
|
+
<HorizontalResolution>300</HorizontalResolution>
|
|
72
|
+
<VerticalResolution>300</VerticalResolution>
|
|
73
|
+
</Print>
|
|
74
|
+
<Selected/>
|
|
75
|
+
<Panes>
|
|
76
|
+
<Pane>
|
|
77
|
+
<Number>3</Number>
|
|
78
|
+
<ActiveRow>6</ActiveRow>
|
|
79
|
+
<ActiveCol>1</ActiveCol>
|
|
80
|
+
</Pane>
|
|
81
|
+
</Panes>
|
|
82
|
+
<ProtectObjects>False</ProtectObjects>
|
|
83
|
+
<ProtectScenarios>False</ProtectScenarios>
|
|
84
|
+
</WorksheetOptions>
|
|
85
|
+
</Worksheet>
|
|
86
|
+
<Worksheet ss:Name="Sheet2">
|
|
87
|
+
<Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
|
|
88
|
+
x:FullRows="1" ss:DefaultColumnWidth="60">
|
|
89
|
+
</Table>
|
|
90
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
|
91
|
+
<PageSetup>
|
|
92
|
+
<Header x:Margin="0.78749999999999998"
|
|
93
|
+
x:Data="&C&"Times New Roman,Regular"&12&A"/>
|
|
94
|
+
<Footer x:Margin="0.78749999999999998"
|
|
95
|
+
x:Data="&C&"Times New Roman,Regular"&12Page &P"/>
|
|
96
|
+
<PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
|
|
97
|
+
x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
|
|
98
|
+
</PageSetup>
|
|
99
|
+
<Print>
|
|
100
|
+
<ValidPrinterInfo/>
|
|
101
|
+
<PaperSizeIndex>9</PaperSizeIndex>
|
|
102
|
+
<HorizontalResolution>300</HorizontalResolution>
|
|
103
|
+
<VerticalResolution>300</VerticalResolution>
|
|
104
|
+
</Print>
|
|
105
|
+
<PageBreakZoom>60</PageBreakZoom>
|
|
106
|
+
<ProtectObjects>False</ProtectObjects>
|
|
107
|
+
<ProtectScenarios>False</ProtectScenarios>
|
|
108
|
+
</WorksheetOptions>
|
|
109
|
+
</Worksheet>
|
|
110
|
+
<Worksheet ss:Name="Sheet3">
|
|
111
|
+
<Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
|
|
112
|
+
x:FullRows="1" ss:DefaultColumnWidth="60">
|
|
113
|
+
</Table>
|
|
114
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
|
115
|
+
<PageSetup>
|
|
116
|
+
<Header x:Margin="0.78749999999999998"
|
|
117
|
+
x:Data="&C&"Times New Roman,Regular"&12&A"/>
|
|
118
|
+
<Footer x:Margin="0.78749999999999998"
|
|
119
|
+
x:Data="&C&"Times New Roman,Regular"&12Page &P"/>
|
|
120
|
+
<PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
|
|
121
|
+
x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
|
|
122
|
+
</PageSetup>
|
|
123
|
+
<Print>
|
|
124
|
+
<ValidPrinterInfo/>
|
|
125
|
+
<PaperSizeIndex>9</PaperSizeIndex>
|
|
126
|
+
<HorizontalResolution>300</HorizontalResolution>
|
|
127
|
+
<VerticalResolution>300</VerticalResolution>
|
|
128
|
+
</Print>
|
|
129
|
+
<PageBreakZoom>60</PageBreakZoom>
|
|
130
|
+
<ProtectObjects>False</ProtectObjects>
|
|
131
|
+
<ProtectScenarios>False</ProtectScenarios>
|
|
132
|
+
</WorksheetOptions>
|
|
133
|
+
</Worksheet>
|
|
134
|
+
</Workbook>
|