roo 1.13.2 → 2.0.0beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (171) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +7 -0
  3. data/.simplecov +4 -0
  4. data/.travis.yml +13 -0
  5. data/CHANGELOG +21 -0
  6. data/Gemfile +16 -10
  7. data/Guardfile +24 -0
  8. data/LICENSE +3 -1
  9. data/README.md +254 -0
  10. data/Rakefile +23 -23
  11. data/examples/roo_soap_client.rb +28 -31
  12. data/examples/roo_soap_server.rb +4 -6
  13. data/examples/write_me.rb +9 -10
  14. data/lib/roo.rb +18 -24
  15. data/lib/roo/base.rb +303 -388
  16. data/lib/roo/csv.rb +120 -113
  17. data/lib/roo/excelx.rb +452 -484
  18. data/lib/roo/excelx/comments.rb +24 -0
  19. data/lib/roo/excelx/extractor.rb +20 -0
  20. data/lib/roo/excelx/relationships.rb +26 -0
  21. data/lib/roo/excelx/shared_strings.rb +40 -0
  22. data/lib/roo/excelx/sheet_doc.rb +202 -0
  23. data/lib/roo/excelx/styles.rb +62 -0
  24. data/lib/roo/excelx/workbook.rb +59 -0
  25. data/lib/roo/font.rb +17 -0
  26. data/lib/roo/libre_office.rb +5 -0
  27. data/lib/roo/link.rb +15 -0
  28. data/lib/roo/{openoffice.rb → open_office.rb} +678 -496
  29. data/lib/roo/spreadsheet.rb +20 -23
  30. data/lib/roo/utils.rb +78 -0
  31. data/lib/roo/version.rb +3 -0
  32. data/roo.gemspec +20 -204
  33. data/spec/lib/roo/base_spec.rb +1 -4
  34. data/spec/lib/roo/csv_spec.rb +21 -13
  35. data/spec/lib/roo/excelx/format_spec.rb +7 -6
  36. data/spec/lib/roo/excelx_spec.rb +388 -11
  37. data/spec/lib/roo/libreoffice_spec.rb +16 -6
  38. data/spec/lib/roo/openoffice_spec.rb +2 -8
  39. data/spec/lib/roo/spreadsheet_spec.rb +40 -12
  40. data/spec/lib/roo/utils_spec.rb +106 -0
  41. data/spec/spec_helper.rb +2 -1
  42. data/test/test_generic_spreadsheet.rb +19 -67
  43. data/test/test_helper.rb +9 -56
  44. data/test/test_roo.rb +252 -477
  45. metadata +63 -302
  46. data/Gemfile.lock +0 -78
  47. data/README.markdown +0 -126
  48. data/VERSION +0 -1
  49. data/lib/roo/excel.rb +0 -355
  50. data/lib/roo/excel2003xml.rb +0 -300
  51. data/lib/roo/google.rb +0 -292
  52. data/lib/roo/roo_rails_helper.rb +0 -83
  53. data/lib/roo/worksheet.rb +0 -18
  54. data/spec/lib/roo/excel2003xml_spec.rb +0 -15
  55. data/spec/lib/roo/excel_spec.rb +0 -17
  56. data/spec/lib/roo/google_spec.rb +0 -64
  57. data/test/files/1900_base.xls +0 -0
  58. data/test/files/1900_base.xlsx +0 -0
  59. data/test/files/1904_base.xls +0 -0
  60. data/test/files/1904_base.xlsx +0 -0
  61. data/test/files/Bibelbund.csv +0 -3741
  62. data/test/files/Bibelbund.ods +0 -0
  63. data/test/files/Bibelbund.xls +0 -0
  64. data/test/files/Bibelbund.xlsx +0 -0
  65. data/test/files/Bibelbund.xml +0 -62518
  66. data/test/files/Bibelbund1.ods +0 -0
  67. data/test/files/Pfand_from_windows_phone.xlsx +0 -0
  68. data/test/files/bad_excel_date.xls +0 -0
  69. data/test/files/bbu.ods +0 -0
  70. data/test/files/bbu.xls +0 -0
  71. data/test/files/bbu.xlsx +0 -0
  72. data/test/files/bbu.xml +0 -152
  73. data/test/files/bode-v1.ods.zip +0 -0
  74. data/test/files/bode-v1.xls.zip +0 -0
  75. data/test/files/boolean.csv +0 -2
  76. data/test/files/boolean.ods +0 -0
  77. data/test/files/boolean.xls +0 -0
  78. data/test/files/boolean.xlsx +0 -0
  79. data/test/files/boolean.xml +0 -112
  80. data/test/files/borders.ods +0 -0
  81. data/test/files/borders.xls +0 -0
  82. data/test/files/borders.xlsx +0 -0
  83. data/test/files/borders.xml +0 -144
  84. data/test/files/bug-numbered-sheet-names.xlsx +0 -0
  85. data/test/files/bug-row-column-fixnum-float.xls +0 -0
  86. data/test/files/bug-row-column-fixnum-float.xml +0 -127
  87. data/test/files/comments.ods +0 -0
  88. data/test/files/comments.xls +0 -0
  89. data/test/files/comments.xlsx +0 -0
  90. data/test/files/csvtypes.csv +0 -1
  91. data/test/files/datetime.ods +0 -0
  92. data/test/files/datetime.xls +0 -0
  93. data/test/files/datetime.xlsx +0 -0
  94. data/test/files/datetime.xml +0 -142
  95. data/test/files/datetime_floatconv.xls +0 -0
  96. data/test/files/datetime_floatconv.xml +0 -148
  97. data/test/files/dreimalvier.ods +0 -0
  98. data/test/files/emptysheets.ods +0 -0
  99. data/test/files/emptysheets.xls +0 -0
  100. data/test/files/emptysheets.xlsx +0 -0
  101. data/test/files/emptysheets.xml +0 -105
  102. data/test/files/excel2003.xml +0 -21140
  103. data/test/files/false_encoding.xls +0 -0
  104. data/test/files/false_encoding.xml +0 -132
  105. data/test/files/file_item_error.xlsx +0 -0
  106. data/test/files/formula.ods +0 -0
  107. data/test/files/formula.xls +0 -0
  108. data/test/files/formula.xlsx +0 -0
  109. data/test/files/formula.xml +0 -134
  110. data/test/files/formula_parse_error.xls +0 -0
  111. data/test/files/formula_parse_error.xml +0 -1833
  112. data/test/files/formula_string_error.xlsx +0 -0
  113. data/test/files/html-escape.ods +0 -0
  114. data/test/files/link.xls +0 -0
  115. data/test/files/link.xlsx +0 -0
  116. data/test/files/matrix.ods +0 -0
  117. data/test/files/matrix.xls +0 -0
  118. data/test/files/named_cells.ods +0 -0
  119. data/test/files/named_cells.xls +0 -0
  120. data/test/files/named_cells.xlsx +0 -0
  121. data/test/files/no_spreadsheet_file.txt +0 -1
  122. data/test/files/numbers1.csv +0 -18
  123. data/test/files/numbers1.ods +0 -0
  124. data/test/files/numbers1.xls +0 -0
  125. data/test/files/numbers1.xlsx +0 -0
  126. data/test/files/numbers1.xml +0 -312
  127. data/test/files/numeric-link.xlsx +0 -0
  128. data/test/files/only_one_sheet.ods +0 -0
  129. data/test/files/only_one_sheet.xls +0 -0
  130. data/test/files/only_one_sheet.xlsx +0 -0
  131. data/test/files/only_one_sheet.xml +0 -67
  132. data/test/files/paragraph.ods +0 -0
  133. data/test/files/paragraph.xls +0 -0
  134. data/test/files/paragraph.xlsx +0 -0
  135. data/test/files/paragraph.xml +0 -127
  136. data/test/files/prova.xls +0 -0
  137. data/test/files/ric.ods +0 -0
  138. data/test/files/simple_spreadsheet.ods +0 -0
  139. data/test/files/simple_spreadsheet.xls +0 -0
  140. data/test/files/simple_spreadsheet.xlsx +0 -0
  141. data/test/files/simple_spreadsheet.xml +0 -225
  142. data/test/files/simple_spreadsheet_from_italo.ods +0 -0
  143. data/test/files/simple_spreadsheet_from_italo.xls +0 -0
  144. data/test/files/simple_spreadsheet_from_italo.xml +0 -242
  145. data/test/files/so_datetime.csv +0 -7
  146. data/test/files/style.ods +0 -0
  147. data/test/files/style.xls +0 -0
  148. data/test/files/style.xlsx +0 -0
  149. data/test/files/style.xml +0 -154
  150. data/test/files/time-test.csv +0 -2
  151. data/test/files/time-test.ods +0 -0
  152. data/test/files/time-test.xls +0 -0
  153. data/test/files/time-test.xlsx +0 -0
  154. data/test/files/time-test.xml +0 -131
  155. data/test/files/type_excel.ods +0 -0
  156. data/test/files/type_excel.xlsx +0 -0
  157. data/test/files/type_excelx.ods +0 -0
  158. data/test/files/type_excelx.xls +0 -0
  159. data/test/files/type_openoffice.xls +0 -0
  160. data/test/files/type_openoffice.xlsx +0 -0
  161. data/test/files/whitespace.ods +0 -0
  162. data/test/files/whitespace.xls +0 -0
  163. data/test/files/whitespace.xlsx +0 -0
  164. data/test/files/whitespace.xml +0 -184
  165. data/test/rm_sub_test.rb +0 -12
  166. data/test/rm_test.rb +0 -7
  167. data/website/index.html +0 -385
  168. data/website/index.txt +0 -423
  169. data/website/javascripts/rounded_corners_lite.inc.js +0 -285
  170. data/website/stylesheets/screen.css +0 -130
  171. data/website/template.rhtml +0 -48
Binary file
Binary file
Binary file
Binary file
@@ -1,152 +0,0 @@
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:36:10Z</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>344</TabRatio>
19
- <ActiveSheet>1</ActiveSheet>
20
- <ProtectStructure>False</ProtectStructure>
21
- <ProtectWindows>False</ProtectWindows>
22
- </ExcelWorkbook>
23
- <Styles>
24
- <Style ss:ID="Default" ss:Name="Normal">
25
- <Alignment ss:Vertical="Bottom"/>
26
- <Borders/>
27
- <Font ss:FontName="Arial" x:Family="Swiss"/>
28
- <Interior/>
29
- <NumberFormat/>
30
- <Protection/>
31
- </Style>
32
- <Style ss:ID="s21">
33
- <Font ss:FontName="Arial" x:Family="Swiss" ss:Bold="1"/>
34
- </Style>
35
- <Style ss:ID="s22">
36
- <NumberFormat ss:Format="dd/mm/yy"/>
37
- </Style>
38
- <Style ss:ID="s23">
39
- <NumberFormat/>
40
- </Style>
41
- </Styles>
42
- <Worksheet ss:Name="2007_12">
43
- <Table ss:ExpandedColumnCount="6" ss:ExpandedRowCount="4" x:FullColumns="1"
44
- x:FullRows="1" ss:DefaultColumnWidth="60.75">
45
- <Row ss:StyleID="s21">
46
- <Cell><Data ss:Type="String">Datum</Data></Cell>
47
- <Cell><Data ss:Type="String">von</Data></Cell>
48
- <Cell><Data ss:Type="String">bis</Data></Cell>
49
- <Cell><Data ss:Type="String">Pause</Data></Cell>
50
- <Cell><Data ss:Type="String">total</Data></Cell>
51
- <Cell><Data ss:Type="String">Bemerkung</Data></Cell>
52
- </Row>
53
- <Row>
54
- <Cell ss:StyleID="s22"><Data ss:Type="DateTime">2007-12-17T00:00:00.000</Data></Cell>
55
- <Cell><Data ss:Type="Number">10</Data></Cell>
56
- <Cell><Data ss:Type="Number">14</Data></Cell>
57
- <Cell><Data ss:Type="Number">0</Data></Cell>
58
- <Cell ss:Formula="=RC[-2]-RC[-3]-RC[-1]"><Data ss:Type="Number">4</Data></Cell>
59
- <Cell><Data ss:Type="String">so vereinbart, gilt als 8 h Tag</Data></Cell>
60
- </Row>
61
- <Row>
62
- <Cell ss:StyleID="s22"><Data ss:Type="DateTime">2007-12-18T00:00:00.000</Data></Cell>
63
- <Cell><Data ss:Type="Number">12</Data></Cell>
64
- <Cell><Data ss:Type="Number">20</Data></Cell>
65
- <Cell><Data ss:Type="Number">0</Data></Cell>
66
- <Cell ss:Formula="=RC[-2]-RC[-3]-RC[-1]"><Data ss:Type="Number">8</Data></Cell>
67
- <Cell><Data ss:Type="String">so vereinbart, gilt als 8 h Tag</Data></Cell>
68
- </Row>
69
- <Row>
70
- <Cell ss:StyleID="s22"><Data ss:Type="DateTime">2007-12-19T00:00:00.000</Data></Cell>
71
- <Cell><Data ss:Type="Number">10</Data></Cell>
72
- <Cell ss:StyleID="s23"><Data ss:Type="Number">20.5</Data></Cell>
73
- <Cell><Data ss:Type="Number">0</Data></Cell>
74
- <Cell ss:Formula="=RC[-2]-RC[-3]-RC[-1]"><Data ss:Type="Number">10.5</Data></Cell>
75
- </Row>
76
- </Table>
77
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
78
- <PageSetup>
79
- <Layout x:StartPageNumber="1"/>
80
- <Header x:Margin="0.78749999999999998"
81
- x:Data="&amp;C&amp;&quot;Times New Roman,Standard&quot;&amp;12&amp;A"/>
82
- <Footer x:Margin="0.78749999999999998"
83
- x:Data="&amp;C&amp;&quot;Times New Roman,Standard&quot;&amp;12Seite &amp;P"/>
84
- <PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
85
- x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
86
- </PageSetup>
87
- <Print>
88
- <ValidPrinterInfo/>
89
- <PaperSizeIndex>9</PaperSizeIndex>
90
- <HorizontalResolution>300</HorizontalResolution>
91
- <VerticalResolution>300</VerticalResolution>
92
- </Print>
93
- <Panes>
94
- <Pane>
95
- <Number>3</Number>
96
- <ActiveRow>3</ActiveRow>
97
- <ActiveCol>5</ActiveCol>
98
- </Pane>
99
- </Panes>
100
- <ProtectObjects>False</ProtectObjects>
101
- <ProtectScenarios>False</ProtectScenarios>
102
- </WorksheetOptions>
103
- </Worksheet>
104
- <Worksheet ss:Name="Tabelle2">
105
- <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
106
- x:FullRows="1" ss:DefaultColumnWidth="60.75">
107
- </Table>
108
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
109
- <PageSetup>
110
- <Header x:Margin="0.78749999999999998"
111
- x:Data="&amp;C&amp;&quot;Times New Roman,Standard&quot;&amp;12&amp;A"/>
112
- <Footer x:Margin="0.78749999999999998"
113
- x:Data="&amp;C&amp;&quot;Times New Roman,Standard&quot;&amp;12Seite &amp;P"/>
114
- <PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
115
- x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
116
- </PageSetup>
117
- <Print>
118
- <ValidPrinterInfo/>
119
- <PaperSizeIndex>9</PaperSizeIndex>
120
- <HorizontalResolution>300</HorizontalResolution>
121
- <VerticalResolution>300</VerticalResolution>
122
- </Print>
123
- <Selected/>
124
- <ProtectObjects>False</ProtectObjects>
125
- <ProtectScenarios>False</ProtectScenarios>
126
- </WorksheetOptions>
127
- </Worksheet>
128
- <Worksheet ss:Name="Tabelle3">
129
- <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
130
- x:FullRows="1" ss:DefaultColumnWidth="60.75">
131
- </Table>
132
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
133
- <PageSetup>
134
- <Header x:Margin="0.78749999999999998"
135
- x:Data="&amp;C&amp;&quot;Times New Roman,Standard&quot;&amp;12&amp;A"/>
136
- <Footer x:Margin="0.78749999999999998"
137
- x:Data="&amp;C&amp;&quot;Times New Roman,Standard&quot;&amp;12Seite &amp;P"/>
138
- <PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
139
- x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
140
- </PageSetup>
141
- <Print>
142
- <ValidPrinterInfo/>
143
- <PaperSizeIndex>9</PaperSizeIndex>
144
- <HorizontalResolution>300</HorizontalResolution>
145
- <VerticalResolution>300</VerticalResolution>
146
- </Print>
147
- <PageBreakZoom>60</PageBreakZoom>
148
- <ProtectObjects>False</ProtectObjects>
149
- <ProtectScenarios>False</ProtectScenarios>
150
- </WorksheetOptions>
151
- </Worksheet>
152
- </Workbook>
Binary file
Binary file
@@ -1,2 +0,0 @@
1
- "true"
2
- "false"
Binary file
Binary file
Binary file
@@ -1,112 +0,0 @@
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:37:13Z</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
- <ProtectStructure>False</ProtectStructure>
19
- <ProtectWindows>False</ProtectWindows>
20
- </ExcelWorkbook>
21
- <Styles>
22
- <Style ss:ID="Default" ss:Name="Normal">
23
- <Alignment ss:Vertical="Bottom"/>
24
- <Borders/>
25
- <Font ss:FontName="Arial" x:Family="Swiss"/>
26
- <Interior/>
27
- <NumberFormat/>
28
- <Protection/>
29
- </Style>
30
- <Style ss:ID="s21">
31
- <Alignment ss:Horizontal="Left" ss:Vertical="Bottom"/>
32
- </Style>
33
- <Style ss:ID="s22">
34
- <Alignment ss:Horizontal="Left" ss:Vertical="Bottom"/>
35
- <NumberFormat ss:Format="&quot;TRUE&quot;;&quot;TRUE&quot;;&quot;FALSE&quot;"/>
36
- </Style>
37
- </Styles>
38
- <Worksheet ss:Name="Sheet1">
39
- <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="2" x:FullColumns="1"
40
- x:FullRows="1">
41
- <Column ss:StyleID="s21" ss:AutoFitWidth="0" ss:Width="47.25"/>
42
- <Row>
43
- <Cell ss:StyleID="s22"><Data ss:Type="Boolean">1</Data></Cell>
44
- </Row>
45
- <Row>
46
- <Cell ss:StyleID="s22"><Data ss:Type="Boolean">0</Data></Cell>
47
- </Row>
48
- </Table>
49
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
50
- <PageSetup>
51
- <Header x:Margin="0.51180555555555551"/>
52
- <Footer x:Margin="0.51180555555555551"/>
53
- <PageMargins x:Bottom="0.98402777777777772" x:Left="0.74791666666666667"
54
- x:Right="0.74791666666666667" x:Top="0.98402777777777772"/>
55
- </PageSetup>
56
- <Print>
57
- <ValidPrinterInfo/>
58
- <HorizontalResolution>300</HorizontalResolution>
59
- <VerticalResolution>300</VerticalResolution>
60
- </Print>
61
- <Selected/>
62
- <Panes>
63
- <Pane>
64
- <Number>3</Number>
65
- <ActiveRow>2</ActiveRow>
66
- </Pane>
67
- </Panes>
68
- <ProtectObjects>False</ProtectObjects>
69
- <ProtectScenarios>False</ProtectScenarios>
70
- </WorksheetOptions>
71
- </Worksheet>
72
- <Worksheet ss:Name="Sheet2">
73
- <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
74
- x:FullRows="1">
75
- </Table>
76
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
77
- <PageSetup>
78
- <Header x:Margin="0.51180555555555551"/>
79
- <Footer x:Margin="0.51180555555555551"/>
80
- <PageMargins x:Bottom="0.98402777777777772" x:Left="0.74791666666666667"
81
- x:Right="0.74791666666666667" x:Top="0.98402777777777772"/>
82
- </PageSetup>
83
- <Print>
84
- <ValidPrinterInfo/>
85
- <HorizontalResolution>300</HorizontalResolution>
86
- <VerticalResolution>300</VerticalResolution>
87
- </Print>
88
- <ProtectObjects>False</ProtectObjects>
89
- <ProtectScenarios>False</ProtectScenarios>
90
- </WorksheetOptions>
91
- </Worksheet>
92
- <Worksheet ss:Name="Sheet3">
93
- <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
94
- x:FullRows="1">
95
- </Table>
96
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
97
- <PageSetup>
98
- <Header x:Margin="0.51180555555555551"/>
99
- <Footer x:Margin="0.51180555555555551"/>
100
- <PageMargins x:Bottom="0.98402777777777772" x:Left="0.74791666666666667"
101
- x:Right="0.74791666666666667" x:Top="0.98402777777777772"/>
102
- </PageSetup>
103
- <Print>
104
- <ValidPrinterInfo/>
105
- <HorizontalResolution>300</HorizontalResolution>
106
- <VerticalResolution>300</VerticalResolution>
107
- </Print>
108
- <ProtectObjects>False</ProtectObjects>
109
- <ProtectScenarios>False</ProtectScenarios>
110
- </WorksheetOptions>
111
- </Worksheet>
112
- </Workbook>
Binary file
Binary file
Binary file
@@ -1,144 +0,0 @@
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:37:33Z</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
- <ActiveSheet>1</ActiveSheet>
20
- <ProtectStructure>False</ProtectStructure>
21
- <ProtectWindows>False</ProtectWindows>
22
- </ExcelWorkbook>
23
- <Styles>
24
- <Style ss:ID="Default" ss:Name="Normal">
25
- <Alignment ss:Vertical="Bottom"/>
26
- <Borders/>
27
- <Font ss:FontName="Arial" x:CharSet="1" x:Family="Swiss"/>
28
- <Interior/>
29
- <NumberFormat/>
30
- <Protection/>
31
- </Style>
32
- </Styles>
33
- <Worksheet ss:Name="Sheet1">
34
- <Table ss:ExpandedColumnCount="7" ss:ExpandedRowCount="10" x:FullColumns="1"
35
- x:FullRows="1" ss:DefaultColumnWidth="60">
36
- <Row ss:Index="5">
37
- <Cell ss:Index="3"><Data ss:Type="String">lalala</Data></Cell>
38
- </Row>
39
- <Row ss:Index="10">
40
- <Cell ss:Index="7"><Data ss:Type="String">huhuhu</Data></Cell>
41
- </Row>
42
- </Table>
43
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
44
- <PageSetup>
45
- <Layout x:StartPageNumber="1"/>
46
- <Header x:Margin="0.78749999999999998"
47
- x:Data="&amp;C&amp;&quot;Times New Roman,Regular&quot;&amp;12&amp;A"/>
48
- <Footer x:Margin="0.78749999999999998"
49
- x:Data="&amp;C&amp;&quot;Times New Roman,Regular&quot;&amp;12Page &amp;P"/>
50
- <PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
51
- x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
52
- </PageSetup>
53
- <Print>
54
- <ValidPrinterInfo/>
55
- <PaperSizeIndex>9</PaperSizeIndex>
56
- <HorizontalResolution>300</HorizontalResolution>
57
- <VerticalResolution>300</VerticalResolution>
58
- </Print>
59
- <Panes>
60
- <Pane>
61
- <Number>3</Number>
62
- <ActiveRow>9</ActiveRow>
63
- <ActiveCol>6</ActiveCol>
64
- </Pane>
65
- </Panes>
66
- <ProtectObjects>False</ProtectObjects>
67
- <ProtectScenarios>False</ProtectScenarios>
68
- </WorksheetOptions>
69
- </Worksheet>
70
- <Worksheet ss:Name="Sheet2">
71
- <Table ss:ExpandedColumnCount="8" ss:ExpandedRowCount="11" x:FullColumns="1"
72
- x:FullRows="1" ss:DefaultColumnWidth="60">
73
- <Row ss:Index="6">
74
- <Cell ss:Index="4"><Data ss:Type="String">lalala</Data></Cell>
75
- </Row>
76
- <Row ss:Index="11">
77
- <Cell ss:Index="8"><Data ss:Type="String">huhuhu</Data></Cell>
78
- </Row>
79
- </Table>
80
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
81
- <PageSetup>
82
- <Header x:Margin="0.78749999999999998"
83
- x:Data="&amp;C&amp;&quot;Times New Roman,Regular&quot;&amp;12&amp;A"/>
84
- <Footer x:Margin="0.78749999999999998"
85
- x:Data="&amp;C&amp;&quot;Times New Roman,Regular&quot;&amp;12Page &amp;P"/>
86
- <PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
87
- x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
88
- </PageSetup>
89
- <Print>
90
- <ValidPrinterInfo/>
91
- <PaperSizeIndex>9</PaperSizeIndex>
92
- <HorizontalResolution>300</HorizontalResolution>
93
- <VerticalResolution>300</VerticalResolution>
94
- </Print>
95
- <Selected/>
96
- <Panes>
97
- <Pane>
98
- <Number>3</Number>
99
- <ActiveRow>19</ActiveRow>
100
- <ActiveCol>1</ActiveCol>
101
- </Pane>
102
- </Panes>
103
- <ProtectObjects>False</ProtectObjects>
104
- <ProtectScenarios>False</ProtectScenarios>
105
- </WorksheetOptions>
106
- </Worksheet>
107
- <Worksheet ss:Name="Sheet3">
108
- <Table ss:ExpandedColumnCount="9" ss:ExpandedRowCount="12" x:FullColumns="1"
109
- x:FullRows="1" ss:DefaultColumnWidth="60">
110
- <Row ss:Index="7">
111
- <Cell ss:Index="5"><Data ss:Type="String">lalala</Data></Cell>
112
- </Row>
113
- <Row ss:Index="12">
114
- <Cell ss:Index="9"><Data ss:Type="String">huhuhu</Data></Cell>
115
- </Row>
116
- </Table>
117
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
118
- <PageSetup>
119
- <Header x:Margin="0.78749999999999998"
120
- x:Data="&amp;C&amp;&quot;Times New Roman,Regular&quot;&amp;12&amp;A"/>
121
- <Footer x:Margin="0.78749999999999998"
122
- x:Data="&amp;C&amp;&quot;Times New Roman,Regular&quot;&amp;12Page &amp;P"/>
123
- <PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
124
- x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
125
- </PageSetup>
126
- <Print>
127
- <ValidPrinterInfo/>
128
- <PaperSizeIndex>9</PaperSizeIndex>
129
- <HorizontalResolution>300</HorizontalResolution>
130
- <VerticalResolution>300</VerticalResolution>
131
- </Print>
132
- <LeftColumnVisible>2</LeftColumnVisible>
133
- <Panes>
134
- <Pane>
135
- <Number>3</Number>
136
- <ActiveRow>6</ActiveRow>
137
- <ActiveCol>8</ActiveCol>
138
- </Pane>
139
- </Panes>
140
- <ProtectObjects>False</ProtectObjects>
141
- <ProtectScenarios>False</ProtectScenarios>
142
- </WorksheetOptions>
143
- </Worksheet>
144
- </Workbook>
@@ -1,127 +0,0 @@
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:37:56Z</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>344</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:Family="Swiss"/>
27
- <Interior/>
28
- <NumberFormat/>
29
- <Protection/>
30
- </Style>
31
- </Styles>
32
- <Worksheet ss:Name="Tabelle1">
33
- <Table ss:ExpandedColumnCount="3" ss:ExpandedRowCount="3" x:FullColumns="1"
34
- x:FullRows="1" ss:DefaultColumnWidth="60.75">
35
- <Row>
36
- <Cell><Data ss:Type="String">abc</Data></Cell>
37
- <Cell><Data ss:Type="String">def</Data></Cell>
38
- <Cell><Data ss:Type="Number">42</Data></Cell>
39
- </Row>
40
- <Row>
41
- <Cell><Data ss:Type="String">hij</Data></Cell>
42
- <Cell><Data ss:Type="Number">42.5</Data></Cell>
43
- <Cell><Data ss:Type="Number">43</Data></Cell>
44
- </Row>
45
- <Row>
46
- <Cell><Data ss:Type="String">klm</Data></Cell>
47
- <Cell><Data ss:Type="String">nop</Data></Cell>
48
- <Cell><Data ss:Type="String">xyz</Data></Cell>
49
- </Row>
50
- </Table>
51
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
52
- <PageSetup>
53
- <Layout x:StartPageNumber="1"/>
54
- <Header x:Margin="0.78749999999999998"
55
- x:Data="&amp;C&amp;&quot;Times New Roman,Standard&quot;&amp;12&amp;A"/>
56
- <Footer x:Margin="0.78749999999999998"
57
- x:Data="&amp;C&amp;&quot;Times New Roman,Standard&quot;&amp;12Seite &amp;P"/>
58
- <PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
59
- x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
60
- </PageSetup>
61
- <Print>
62
- <ValidPrinterInfo/>
63
- <PaperSizeIndex>9</PaperSizeIndex>
64
- <HorizontalResolution>300</HorizontalResolution>
65
- <VerticalResolution>300</VerticalResolution>
66
- </Print>
67
- <Selected/>
68
- <Panes>
69
- <Pane>
70
- <Number>3</Number>
71
- <ActiveRow>3</ActiveRow>
72
- <ActiveCol>2</ActiveCol>
73
- </Pane>
74
- </Panes>
75
- <ProtectObjects>False</ProtectObjects>
76
- <ProtectScenarios>False</ProtectScenarios>
77
- </WorksheetOptions>
78
- </Worksheet>
79
- <Worksheet ss:Name="Tabelle2">
80
- <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
81
- x:FullRows="1" ss:DefaultColumnWidth="60.75">
82
- </Table>
83
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
84
- <PageSetup>
85
- <Header x:Margin="0.78749999999999998"
86
- x:Data="&amp;C&amp;&quot;Times New Roman,Standard&quot;&amp;12&amp;A"/>
87
- <Footer x:Margin="0.78749999999999998"
88
- x:Data="&amp;C&amp;&quot;Times New Roman,Standard&quot;&amp;12Seite &amp;P"/>
89
- <PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
90
- x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
91
- </PageSetup>
92
- <Print>
93
- <ValidPrinterInfo/>
94
- <PaperSizeIndex>9</PaperSizeIndex>
95
- <HorizontalResolution>300</HorizontalResolution>
96
- <VerticalResolution>300</VerticalResolution>
97
- </Print>
98
- <PageBreakZoom>60</PageBreakZoom>
99
- <ProtectObjects>False</ProtectObjects>
100
- <ProtectScenarios>False</ProtectScenarios>
101
- </WorksheetOptions>
102
- </Worksheet>
103
- <Worksheet ss:Name="Tabelle3">
104
- <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
105
- x:FullRows="1" ss:DefaultColumnWidth="60.75">
106
- </Table>
107
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
108
- <PageSetup>
109
- <Header x:Margin="0.78749999999999998"
110
- x:Data="&amp;C&amp;&quot;Times New Roman,Standard&quot;&amp;12&amp;A"/>
111
- <Footer x:Margin="0.78749999999999998"
112
- x:Data="&amp;C&amp;&quot;Times New Roman,Standard&quot;&amp;12Seite &amp;P"/>
113
- <PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
114
- x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
115
- </PageSetup>
116
- <Print>
117
- <ValidPrinterInfo/>
118
- <PaperSizeIndex>9</PaperSizeIndex>
119
- <HorizontalResolution>300</HorizontalResolution>
120
- <VerticalResolution>300</VerticalResolution>
121
- </Print>
122
- <PageBreakZoom>60</PageBreakZoom>
123
- <ProtectObjects>False</ProtectObjects>
124
- <ProtectScenarios>False</ProtectScenarios>
125
- </WorksheetOptions>
126
- </Worksheet>
127
- </Workbook>