roo 1.10.1 → 1.10.2
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.
- data/.gitignore +2 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +38 -0
- data/History.txt +4 -4
- data/License.txt +20 -0
- data/Manifest.txt +68 -0
- data/README.markdown +109 -0
- data/Rakefile +5 -4
- data/bin/roo +0 -0
- data/examples/roo_soap_client.rb +53 -0
- data/examples/roo_soap_server.rb +29 -0
- data/examples/write_me.rb +33 -0
- data/lib/roo.rb +20 -61
- data/lib/roo/csv.rb +13 -11
- data/lib/roo/excel.rb +108 -219
- data/lib/roo/excel2003xml.rb +312 -0
- data/lib/roo/excelx.rb +205 -341
- data/lib/roo/generic_spreadsheet.rb +371 -268
- data/lib/roo/google.rb +64 -54
- data/lib/roo/openoffice.rb +101 -156
- data/lib/roo/roo_rails_helper.rb +5 -5
- data/lib/roo/worksheet.rb +18 -0
- data/roo.gemspec +43 -0
- data/scripts/txt2html +67 -0
- data/test/all_ss.rb +8 -10
- data/test/{1900_base.xls → files/1900_base.xls} +0 -0
- data/test/{1904_base.xls → files/1904_base.xls} +0 -0
- data/test/{Bibelbund.csv → files/Bibelbund.csv} +0 -0
- data/test/{Bibelbund.ods → files/Bibelbund.ods} +0 -0
- data/test/{Bibelbund.xls → files/Bibelbund.xls} +0 -0
- data/test/{Bibelbund.xlsx → files/Bibelbund.xlsx} +0 -0
- data/test/files/Bibelbund.xml +62518 -0
- data/test/{Bibelbund1.ods → files/Bibelbund1.ods} +0 -0
- data/test/{Pfand_from_windows_phone.xlsx → files/Pfand_from_windows_phone.xlsx} +0 -0
- data/test/files/bad_excel_date.xls +0 -0
- data/test/{bbu.ods → files/bbu.ods} +0 -0
- data/test/{bbu.xls → files/bbu.xls} +0 -0
- data/test/{bbu.xlsx → files/bbu.xlsx} +0 -0
- data/test/files/bbu.xml +152 -0
- data/test/{bode-v1.ods.zip → files/bode-v1.ods.zip} +0 -0
- data/test/{bode-v1.xls.zip → files/bode-v1.xls.zip} +0 -0
- data/test/{boolean.ods → files/boolean.ods} +0 -0
- data/test/{boolean.xls → files/boolean.xls} +0 -0
- data/test/{boolean.xlsx → files/boolean.xlsx} +0 -0
- data/test/files/boolean.xml +112 -0
- data/test/{borders.ods → files/borders.ods} +0 -0
- data/test/{borders.xls → files/borders.xls} +0 -0
- data/test/{borders.xlsx → files/borders.xlsx} +0 -0
- data/test/files/borders.xml +144 -0
- data/test/{bug-row-column-fixnum-float.xls → files/bug-row-column-fixnum-float.xls} +0 -0
- data/test/files/bug-row-column-fixnum-float.xml +127 -0
- data/test/{comments.ods → files/comments.ods} +0 -0
- data/test/{comments.xls → files/comments.xls} +0 -0
- data/test/{comments.xlsx → files/comments.xlsx} +0 -0
- data/test/{csvtypes.csv → files/csvtypes.csv} +0 -0
- data/test/{datetime.ods → files/datetime.ods} +0 -0
- data/test/{datetime.xls → files/datetime.xls} +0 -0
- data/test/{datetime.xlsx → files/datetime.xlsx} +0 -0
- data/test/files/datetime.xml +142 -0
- data/test/{datetime_floatconv.xls → files/datetime_floatconv.xls} +0 -0
- data/test/files/datetime_floatconv.xml +148 -0
- data/test/{dreimalvier.ods → files/dreimalvier.ods} +0 -0
- data/test/{emptysheets.ods → files/emptysheets.ods} +0 -0
- data/test/{emptysheets.xls → files/emptysheets.xls} +0 -0
- data/test/{emptysheets.xlsx → files/emptysheets.xlsx} +0 -0
- data/test/files/emptysheets.xml +105 -0
- data/test/files/excel2003.xml +21140 -0
- data/test/{false_encoding.xls → files/false_encoding.xls} +0 -0
- data/test/files/false_encoding.xml +132 -0
- data/test/{formula.ods → files/formula.ods} +0 -0
- data/test/{formula.xls → files/formula.xls} +0 -0
- data/test/{formula.xlsx → files/formula.xlsx} +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/{formula_string_error.xlsx → files/formula_string_error.xlsx} +0 -0
- data/test/{html-escape.ods → files/html-escape.ods} +0 -0
- data/test/{matrix.ods → files/matrix.ods} +0 -0
- data/test/{matrix.xls → files/matrix.xls} +0 -0
- data/test/{named_cells.ods → files/named_cells.ods} +0 -0
- data/test/{named_cells.xls → files/named_cells.xls} +0 -0
- data/test/{named_cells.xlsx → files/named_cells.xlsx} +0 -0
- data/test/{no_spreadsheet_file.txt → files/no_spreadsheet_file.txt} +0 -0
- data/test/{numbers1.csv → files/numbers1.csv} +0 -0
- data/test/{numbers1.ods → files/numbers1.ods} +0 -0
- data/test/{numbers1.xls → files/numbers1.xls} +0 -0
- data/test/{numbers1.xlsx → files/numbers1.xlsx} +0 -0
- data/test/files/numbers1.xml +312 -0
- data/test/{only_one_sheet.ods → files/only_one_sheet.ods} +0 -0
- data/test/{only_one_sheet.xls → files/only_one_sheet.xls} +0 -0
- data/test/{only_one_sheet.xlsx → files/only_one_sheet.xlsx} +0 -0
- data/test/files/only_one_sheet.xml +67 -0
- data/test/{paragraph.ods → files/paragraph.ods} +0 -0
- data/test/{paragraph.xls → files/paragraph.xls} +0 -0
- data/test/{paragraph.xlsx → files/paragraph.xlsx} +0 -0
- data/test/files/paragraph.xml +127 -0
- data/test/{prova.xls → files/prova.xls} +0 -0
- data/test/{ric.ods → files/ric.ods} +0 -0
- data/test/{simple_spreadsheet.ods → files/simple_spreadsheet.ods} +0 -0
- data/test/{simple_spreadsheet.xls → files/simple_spreadsheet.xls} +0 -0
- data/test/{simple_spreadsheet.xlsx → files/simple_spreadsheet.xlsx} +0 -0
- data/test/files/simple_spreadsheet.xml +225 -0
- data/test/{simple_spreadsheet_from_italo.ods → files/simple_spreadsheet_from_italo.ods} +0 -0
- data/test/{simple_spreadsheet_from_italo.xls → files/simple_spreadsheet_from_italo.xls} +0 -0
- data/test/files/simple_spreadsheet_from_italo.xml +242 -0
- data/test/{so_datetime.csv → files/so_datetime.csv} +0 -0
- data/test/{style.ods → files/style.ods} +0 -0
- data/test/{style.xls → files/style.xls} +0 -0
- data/test/{style.xlsx → files/style.xlsx} +0 -0
- data/test/files/style.xml +154 -0
- data/test/{time-test.csv → files/time-test.csv} +0 -0
- data/test/{time-test.ods → files/time-test.ods} +0 -0
- data/test/{time-test.xls → files/time-test.xls} +0 -0
- data/test/{time-test.xlsx → files/time-test.xlsx} +0 -0
- data/test/files/time-test.xml +131 -0
- data/test/{type_excel.ods → files/type_excel.ods} +0 -0
- data/test/{type_excel.xlsx → files/type_excel.xlsx} +0 -0
- data/test/{type_excelx.ods → files/type_excelx.ods} +0 -0
- data/test/{type_excelx.xls → files/type_excelx.xls} +0 -0
- data/test/{type_openoffice.xls → files/type_openoffice.xls} +0 -0
- data/test/{type_openoffice.xlsx → files/type_openoffice.xlsx} +0 -0
- data/test/{whitespace.ods → files/whitespace.ods} +0 -0
- data/test/{whitespace.xls → files/whitespace.xls} +0 -0
- data/test/{whitespace.xlsx → files/whitespace.xlsx} +0 -0
- data/test/files/whitespace.xml +184 -0
- data/test/test_generic_spreadsheet.rb +257 -0
- data/test/test_helper.rb +167 -27
- data/test/test_roo.rb +1178 -930
- data/website/index.html +385 -0
- data/website/index.txt +423 -0
- data/website/javascripts/rounded_corners_lite.inc.js +285 -0
- data/website/stylesheets/screen.css +130 -0
- data/website/template.rhtml +48 -0
- metadata +151 -121
- data/README.txt +0 -110
- data/lib/roo/.csv.rb.swp +0 -0
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,154 @@
|
|
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:40:52Z</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
|
+
<Font ss:FontName="Arial" x:Family="Swiss" ss:Bold="1"/>
|
32
|
+
</Style>
|
33
|
+
<Style ss:ID="s22">
|
34
|
+
<Font ss:FontName="Arial" x:Family="Swiss" ss:Italic="1"/>
|
35
|
+
</Style>
|
36
|
+
<Style ss:ID="s23">
|
37
|
+
<Font ss:FontName="Arial" x:Family="Swiss" ss:Underline="Single"/>
|
38
|
+
</Style>
|
39
|
+
<Style ss:ID="s24">
|
40
|
+
<Font ss:FontName="Arial" x:Family="Swiss" ss:Bold="1" ss:Italic="1"/>
|
41
|
+
</Style>
|
42
|
+
<Style ss:ID="s25">
|
43
|
+
<Font ss:FontName="Arial" x:Family="Swiss" ss:Bold="1" ss:Underline="Single"/>
|
44
|
+
</Style>
|
45
|
+
<Style ss:ID="s26">
|
46
|
+
<Font ss:FontName="Arial" x:Family="Swiss" ss:Italic="1" ss:Underline="Single"/>
|
47
|
+
</Style>
|
48
|
+
</Styles>
|
49
|
+
<Worksheet ss:Name="Sheet1">
|
50
|
+
<Table ss:ExpandedColumnCount="4" ss:ExpandedRowCount="11" x:FullColumns="1"
|
51
|
+
x:FullRows="1">
|
52
|
+
<Column ss:AutoFitWidth="0" ss:Width="69"/>
|
53
|
+
<Column ss:StyleID="s21" ss:AutoFitWidth="0" ss:Width="79.5"/>
|
54
|
+
<Column ss:StyleID="s22" ss:AutoFitWidth="0" ss:Width="116.25"/>
|
55
|
+
<Row>
|
56
|
+
<Cell ss:StyleID="s21"><Data ss:Type="String">Bold</Data></Cell>
|
57
|
+
</Row>
|
58
|
+
<Row>
|
59
|
+
<Cell ss:StyleID="s22"><Data ss:Type="String">Italic</Data></Cell>
|
60
|
+
</Row>
|
61
|
+
<Row>
|
62
|
+
<Cell><Data ss:Type="String">Normal</Data></Cell>
|
63
|
+
</Row>
|
64
|
+
<Row>
|
65
|
+
<Cell ss:StyleID="s23"><Data ss:Type="String">Underline</Data></Cell>
|
66
|
+
</Row>
|
67
|
+
<Row>
|
68
|
+
<Cell ss:StyleID="s24"><Data ss:Type="String">Bold-Italic</Data></Cell>
|
69
|
+
</Row>
|
70
|
+
<Row>
|
71
|
+
<Cell ss:StyleID="s25"><Data ss:Type="String">Bold-Underline</Data></Cell>
|
72
|
+
</Row>
|
73
|
+
<Row>
|
74
|
+
<Cell ss:StyleID="s26"><Data ss:Type="String">Italic-Underline</Data></Cell>
|
75
|
+
</Row>
|
76
|
+
<Row ss:StyleID="s21">
|
77
|
+
<Cell><Data ss:Type="String">Bolded Row</Data></Cell>
|
78
|
+
<Cell ss:Index="3" ss:StyleID="s24"/>
|
79
|
+
</Row>
|
80
|
+
<Row>
|
81
|
+
<Cell ss:Index="2"><Data ss:Type="String">Bolded Column</Data></Cell>
|
82
|
+
</Row>
|
83
|
+
<Row ss:StyleID="s21">
|
84
|
+
<Cell ss:Index="3" ss:StyleID="s24"><Data ss:Type="String">Bolded Row Italic Column</Data></Cell>
|
85
|
+
</Row>
|
86
|
+
<Row>
|
87
|
+
<Cell ss:Index="4"><Data ss:Type="String">Normal</Data></Cell>
|
88
|
+
</Row>
|
89
|
+
</Table>
|
90
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
91
|
+
<PageSetup>
|
92
|
+
<Header x:Margin="0.51180555555555551"/>
|
93
|
+
<Footer x:Margin="0.51180555555555551"/>
|
94
|
+
<PageMargins x:Bottom="0.98402777777777772" x:Left="0.74791666666666667"
|
95
|
+
x:Right="0.74791666666666667" x:Top="0.98402777777777772"/>
|
96
|
+
</PageSetup>
|
97
|
+
<Print>
|
98
|
+
<ValidPrinterInfo/>
|
99
|
+
<HorizontalResolution>300</HorizontalResolution>
|
100
|
+
<VerticalResolution>300</VerticalResolution>
|
101
|
+
</Print>
|
102
|
+
<Selected/>
|
103
|
+
<Panes>
|
104
|
+
<Pane>
|
105
|
+
<Number>3</Number>
|
106
|
+
<ActiveRow>3</ActiveRow>
|
107
|
+
<ActiveCol>2</ActiveCol>
|
108
|
+
</Pane>
|
109
|
+
</Panes>
|
110
|
+
<ProtectObjects>False</ProtectObjects>
|
111
|
+
<ProtectScenarios>False</ProtectScenarios>
|
112
|
+
</WorksheetOptions>
|
113
|
+
</Worksheet>
|
114
|
+
<Worksheet ss:Name="Sheet2">
|
115
|
+
<Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
|
116
|
+
x:FullRows="1">
|
117
|
+
</Table>
|
118
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
119
|
+
<PageSetup>
|
120
|
+
<Header x:Margin="0.51180555555555551"/>
|
121
|
+
<Footer x:Margin="0.51180555555555551"/>
|
122
|
+
<PageMargins x:Bottom="0.98402777777777772" x:Left="0.74791666666666667"
|
123
|
+
x:Right="0.74791666666666667" x:Top="0.98402777777777772"/>
|
124
|
+
</PageSetup>
|
125
|
+
<Print>
|
126
|
+
<ValidPrinterInfo/>
|
127
|
+
<HorizontalResolution>300</HorizontalResolution>
|
128
|
+
<VerticalResolution>300</VerticalResolution>
|
129
|
+
</Print>
|
130
|
+
<ProtectObjects>False</ProtectObjects>
|
131
|
+
<ProtectScenarios>False</ProtectScenarios>
|
132
|
+
</WorksheetOptions>
|
133
|
+
</Worksheet>
|
134
|
+
<Worksheet ss:Name="Sheet3">
|
135
|
+
<Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
|
136
|
+
x:FullRows="1">
|
137
|
+
</Table>
|
138
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
139
|
+
<PageSetup>
|
140
|
+
<Header x:Margin="0.51180555555555551"/>
|
141
|
+
<Footer x:Margin="0.51180555555555551"/>
|
142
|
+
<PageMargins x:Bottom="0.98402777777777772" x:Left="0.74791666666666667"
|
143
|
+
x:Right="0.74791666666666667" x:Top="0.98402777777777772"/>
|
144
|
+
</PageSetup>
|
145
|
+
<Print>
|
146
|
+
<ValidPrinterInfo/>
|
147
|
+
<HorizontalResolution>300</HorizontalResolution>
|
148
|
+
<VerticalResolution>300</VerticalResolution>
|
149
|
+
</Print>
|
150
|
+
<ProtectObjects>False</ProtectObjects>
|
151
|
+
<ProtectScenarios>False</ProtectScenarios>
|
152
|
+
</WorksheetOptions>
|
153
|
+
</Worksheet>
|
154
|
+
</Workbook>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,131 @@
|
|
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:41:04Z</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
|
+
<Style ss:ID="s21">
|
32
|
+
<NumberFormat ss:Format="hh:mm:ss"/>
|
33
|
+
</Style>
|
34
|
+
<Style ss:ID="s22">
|
35
|
+
<NumberFormat ss:Format="dd/mm/yy"/>
|
36
|
+
</Style>
|
37
|
+
<Style ss:ID="s23">
|
38
|
+
<NumberFormat ss:Format="Fixed"/>
|
39
|
+
</Style>
|
40
|
+
</Styles>
|
41
|
+
<Worksheet ss:Name="Tabelle1">
|
42
|
+
<Table ss:ExpandedColumnCount="4" ss:ExpandedRowCount="6" x:FullColumns="1"
|
43
|
+
x:FullRows="1" ss:DefaultColumnWidth="60.75">
|
44
|
+
<Row>
|
45
|
+
<Cell><Data ss:Type="String">Mittags:</Data></Cell>
|
46
|
+
<Cell ss:StyleID="s21"><Data ss:Type="DateTime">1899-12-31T12:13:14.000</Data></Cell>
|
47
|
+
<Cell ss:StyleID="s21"><Data ss:Type="DateTime">1899-12-31T15:16:00.000</Data></Cell>
|
48
|
+
<Cell ss:StyleID="s21"><Data ss:Type="DateTime">1899-12-31T23:00:00.000</Data></Cell>
|
49
|
+
</Row>
|
50
|
+
<Row>
|
51
|
+
<Cell ss:StyleID="s22"><Data ss:Type="DateTime">2007-11-21T00:00:00.000</Data></Cell>
|
52
|
+
</Row>
|
53
|
+
<Row ss:Index="6">
|
54
|
+
<Cell ss:Index="2" ss:StyleID="s23"/>
|
55
|
+
</Row>
|
56
|
+
</Table>
|
57
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
58
|
+
<PageSetup>
|
59
|
+
<Layout x:StartPageNumber="1"/>
|
60
|
+
<Header x:Margin="0.78749999999999998"
|
61
|
+
x:Data="&C&"Times New Roman,Standard"&12&A"/>
|
62
|
+
<Footer x:Margin="0.78749999999999998"
|
63
|
+
x:Data="&C&"Times New Roman,Standard"&12Seite &P"/>
|
64
|
+
<PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
|
65
|
+
x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
|
66
|
+
</PageSetup>
|
67
|
+
<Print>
|
68
|
+
<ValidPrinterInfo/>
|
69
|
+
<PaperSizeIndex>9</PaperSizeIndex>
|
70
|
+
<HorizontalResolution>300</HorizontalResolution>
|
71
|
+
<VerticalResolution>300</VerticalResolution>
|
72
|
+
</Print>
|
73
|
+
<Selected/>
|
74
|
+
<Panes>
|
75
|
+
<Pane>
|
76
|
+
<Number>3</Number>
|
77
|
+
<ActiveRow>5</ActiveRow>
|
78
|
+
<ActiveCol>1</ActiveCol>
|
79
|
+
</Pane>
|
80
|
+
</Panes>
|
81
|
+
<ProtectObjects>False</ProtectObjects>
|
82
|
+
<ProtectScenarios>False</ProtectScenarios>
|
83
|
+
</WorksheetOptions>
|
84
|
+
</Worksheet>
|
85
|
+
<Worksheet ss:Name="Tabelle2">
|
86
|
+
<Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
|
87
|
+
x:FullRows="1" ss:DefaultColumnWidth="60.75">
|
88
|
+
</Table>
|
89
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
90
|
+
<PageSetup>
|
91
|
+
<Header x:Margin="0.78749999999999998"
|
92
|
+
x:Data="&C&"Times New Roman,Standard"&12&A"/>
|
93
|
+
<Footer x:Margin="0.78749999999999998"
|
94
|
+
x:Data="&C&"Times New Roman,Standard"&12Seite &P"/>
|
95
|
+
<PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
|
96
|
+
x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
|
97
|
+
</PageSetup>
|
98
|
+
<Print>
|
99
|
+
<ValidPrinterInfo/>
|
100
|
+
<PaperSizeIndex>9</PaperSizeIndex>
|
101
|
+
<HorizontalResolution>300</HorizontalResolution>
|
102
|
+
<VerticalResolution>300</VerticalResolution>
|
103
|
+
</Print>
|
104
|
+
<ProtectObjects>False</ProtectObjects>
|
105
|
+
<ProtectScenarios>False</ProtectScenarios>
|
106
|
+
</WorksheetOptions>
|
107
|
+
</Worksheet>
|
108
|
+
<Worksheet ss:Name="Tabelle3">
|
109
|
+
<Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
|
110
|
+
x:FullRows="1" ss:DefaultColumnWidth="60.75">
|
111
|
+
</Table>
|
112
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
113
|
+
<PageSetup>
|
114
|
+
<Header x:Margin="0.78749999999999998"
|
115
|
+
x:Data="&C&"Times New Roman,Standard"&12&A"/>
|
116
|
+
<Footer x:Margin="0.78749999999999998"
|
117
|
+
x:Data="&C&"Times New Roman,Standard"&12Seite &P"/>
|
118
|
+
<PageMargins x:Bottom="1.0527777777777778" x:Left="0.78749999999999998"
|
119
|
+
x:Right="0.78749999999999998" x:Top="1.0527777777777778"/>
|
120
|
+
</PageSetup>
|
121
|
+
<Print>
|
122
|
+
<ValidPrinterInfo/>
|
123
|
+
<PaperSizeIndex>9</PaperSizeIndex>
|
124
|
+
<HorizontalResolution>300</HorizontalResolution>
|
125
|
+
<VerticalResolution>300</VerticalResolution>
|
126
|
+
</Print>
|
127
|
+
<ProtectObjects>False</ProtectObjects>
|
128
|
+
<ProtectScenarios>False</ProtectScenarios>
|
129
|
+
</WorksheetOptions>
|
130
|
+
</Worksheet>
|
131
|
+
</Workbook>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,184 @@
|
|
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:41:27Z</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
|
+
<Font ss:FontName="Arial" x:Family="Swiss" ss:Bold="1" ss:Underline="Single"/>
|
32
|
+
<NumberFormat ss:Format="yyyy\-mm\-dd"/>
|
33
|
+
</Style>
|
34
|
+
<Style ss:ID="s22">
|
35
|
+
<Font ss:FontName="Arial" x:Family="Swiss" ss:Bold="1" ss:Underline="Single"/>
|
36
|
+
<NumberFormat ss:Format="Standard"/>
|
37
|
+
</Style>
|
38
|
+
<Style ss:ID="s23">
|
39
|
+
<Font ss:FontName="Arial" x:Family="Swiss" ss:Bold="1" ss:Underline="Single"/>
|
40
|
+
</Style>
|
41
|
+
<Style ss:ID="s24">
|
42
|
+
<NumberFormat ss:Format="yyyy\-mm\-dd"/>
|
43
|
+
</Style>
|
44
|
+
<Style ss:ID="s25">
|
45
|
+
<NumberFormat ss:Format="Standard"/>
|
46
|
+
</Style>
|
47
|
+
</Styles>
|
48
|
+
<Worksheet ss:Name="Sheet1">
|
49
|
+
<Table ss:ExpandedColumnCount="6" ss:ExpandedRowCount="6" x:FullColumns="1"
|
50
|
+
x:FullRows="1">
|
51
|
+
<Column ss:AutoFitWidth="0" ss:Width="53.25"/>
|
52
|
+
<Row>
|
53
|
+
<Cell ss:StyleID="s21"/>
|
54
|
+
<Cell ss:StyleID="s22"/>
|
55
|
+
<Cell ss:StyleID="s22"/>
|
56
|
+
<Cell ss:StyleID="s23"/>
|
57
|
+
<Cell ss:StyleID="s23"/>
|
58
|
+
<Cell ss:StyleID="s23"/>
|
59
|
+
</Row>
|
60
|
+
<Row>
|
61
|
+
<Cell ss:StyleID="s21"/>
|
62
|
+
<Cell ss:StyleID="s22"/>
|
63
|
+
<Cell ss:StyleID="s22"/>
|
64
|
+
<Cell ss:StyleID="s23"/>
|
65
|
+
<Cell ss:StyleID="s23"/>
|
66
|
+
<Cell ss:StyleID="s23"/>
|
67
|
+
</Row>
|
68
|
+
<Row>
|
69
|
+
<Cell ss:StyleID="s21"><Data ss:Type="String">Date</Data></Cell>
|
70
|
+
<Cell ss:StyleID="s22"><Data ss:Type="String">Start time</Data></Cell>
|
71
|
+
<Cell ss:StyleID="s22"><Data ss:Type="String">End time</Data></Cell>
|
72
|
+
<Cell ss:StyleID="s23"><Data ss:Type="String">Pause</Data></Cell>
|
73
|
+
<Cell ss:StyleID="s23"><Data ss:Type="String">Sum</Data></Cell>
|
74
|
+
<Cell ss:StyleID="s23"><Data ss:Type="String">Comment</Data></Cell>
|
75
|
+
</Row>
|
76
|
+
<Row>
|
77
|
+
<Cell ss:StyleID="s24"><Data ss:Type="DateTime">2007-05-07T00:00:00.000</Data></Cell>
|
78
|
+
<Cell ss:StyleID="s25"><Data ss:Type="Number">9.25</Data></Cell>
|
79
|
+
<Cell ss:StyleID="s25"><Data ss:Type="Number">10.25</Data></Cell>
|
80
|
+
<Cell><Data ss:Type="Number">0</Data></Cell>
|
81
|
+
<Cell ss:Formula="=RC[-2]-RC[-3]-RC[-1]"><Data ss:Type="Number">1</Data></Cell>
|
82
|
+
<Cell><Data ss:Type="String">Task 1</Data></Cell>
|
83
|
+
</Row>
|
84
|
+
<Row>
|
85
|
+
<Cell ss:StyleID="s24"/>
|
86
|
+
<Cell ss:StyleID="s25"/>
|
87
|
+
<Cell ss:StyleID="s25"/>
|
88
|
+
</Row>
|
89
|
+
<Row>
|
90
|
+
<Cell ss:StyleID="s24"><Data ss:Type="DateTime">2007-05-07T00:00:00.000</Data></Cell>
|
91
|
+
<Cell ss:StyleID="s25"><Data ss:Type="Number">10.75</Data></Cell>
|
92
|
+
<Cell ss:StyleID="s25"><Data ss:Type="Number">10.75</Data></Cell>
|
93
|
+
<Cell><Data ss:Type="Number">0</Data></Cell>
|
94
|
+
<Cell ss:Formula="=RC[-2]-RC[-3]-RC[-1]"><Data ss:Type="Number">0</Data></Cell>
|
95
|
+
<Cell><Data ss:Type="String">Task 1</Data></Cell>
|
96
|
+
</Row>
|
97
|
+
</Table>
|
98
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
99
|
+
<PageSetup>
|
100
|
+
<Header x:Margin="0.51180555555555551"/>
|
101
|
+
<Footer x:Margin="0.51180555555555551"/>
|
102
|
+
<PageMargins x:Bottom="0.98402777777777772" x:Left="0.74791666666666667"
|
103
|
+
x:Right="0.74791666666666667" x:Top="0.98402777777777772"/>
|
104
|
+
</PageSetup>
|
105
|
+
<Print>
|
106
|
+
<ValidPrinterInfo/>
|
107
|
+
<HorizontalResolution>300</HorizontalResolution>
|
108
|
+
<VerticalResolution>300</VerticalResolution>
|
109
|
+
</Print>
|
110
|
+
<Selected/>
|
111
|
+
<Panes>
|
112
|
+
<Pane>
|
113
|
+
<Number>3</Number>
|
114
|
+
<ActiveRow>6</ActiveRow>
|
115
|
+
</Pane>
|
116
|
+
</Panes>
|
117
|
+
<ProtectObjects>False</ProtectObjects>
|
118
|
+
<ProtectScenarios>False</ProtectScenarios>
|
119
|
+
</WorksheetOptions>
|
120
|
+
</Worksheet>
|
121
|
+
<Worksheet ss:Name="Sheet2">
|
122
|
+
<Table ss:ExpandedColumnCount="5" ss:ExpandedRowCount="3" x:FullColumns="1"
|
123
|
+
x:FullRows="1">
|
124
|
+
<Column ss:Index="3" ss:AutoFitWidth="0" ss:Width="53.25"/>
|
125
|
+
<Row>
|
126
|
+
<Cell ss:Index="3" ss:StyleID="s21"><Data ss:Type="String">Date</Data></Cell>
|
127
|
+
<Cell ss:StyleID="s21"/>
|
128
|
+
<Cell ss:StyleID="s22"><Data ss:Type="String">Start time</Data></Cell>
|
129
|
+
</Row>
|
130
|
+
<Row>
|
131
|
+
<Cell ss:Index="3" ss:StyleID="s24"><Data ss:Type="DateTime">2007-05-07T00:00:00.000</Data></Cell>
|
132
|
+
<Cell ss:StyleID="s24"/>
|
133
|
+
<Cell ss:StyleID="s25"><Data ss:Type="Number">9.25</Data></Cell>
|
134
|
+
</Row>
|
135
|
+
<Row>
|
136
|
+
<Cell ss:Index="3" ss:StyleID="s24"><Data ss:Type="DateTime">2007-05-07T00:00:00.000</Data></Cell>
|
137
|
+
<Cell ss:StyleID="s24"/>
|
138
|
+
<Cell ss:StyleID="s25"><Data ss:Type="Number">10.75</Data></Cell>
|
139
|
+
</Row>
|
140
|
+
</Table>
|
141
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
142
|
+
<PageSetup>
|
143
|
+
<Header x:Margin="0.51180555555555551"/>
|
144
|
+
<Footer x:Margin="0.51180555555555551"/>
|
145
|
+
<PageMargins x:Bottom="0.98402777777777772" x:Left="0.74791666666666667"
|
146
|
+
x:Right="0.74791666666666667" x:Top="0.98402777777777772"/>
|
147
|
+
</PageSetup>
|
148
|
+
<Print>
|
149
|
+
<ValidPrinterInfo/>
|
150
|
+
<HorizontalResolution>300</HorizontalResolution>
|
151
|
+
<VerticalResolution>300</VerticalResolution>
|
152
|
+
</Print>
|
153
|
+
<Panes>
|
154
|
+
<Pane>
|
155
|
+
<Number>3</Number>
|
156
|
+
<ActiveRow>10</ActiveRow>
|
157
|
+
<ActiveCol>2</ActiveCol>
|
158
|
+
</Pane>
|
159
|
+
</Panes>
|
160
|
+
<ProtectObjects>False</ProtectObjects>
|
161
|
+
<ProtectScenarios>False</ProtectScenarios>
|
162
|
+
</WorksheetOptions>
|
163
|
+
</Worksheet>
|
164
|
+
<Worksheet ss:Name="Sheet3">
|
165
|
+
<Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
|
166
|
+
x:FullRows="1">
|
167
|
+
</Table>
|
168
|
+
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
|
169
|
+
<PageSetup>
|
170
|
+
<Header x:Margin="0.51180555555555551"/>
|
171
|
+
<Footer x:Margin="0.51180555555555551"/>
|
172
|
+
<PageMargins x:Bottom="0.98402777777777772" x:Left="0.74791666666666667"
|
173
|
+
x:Right="0.74791666666666667" x:Top="0.98402777777777772"/>
|
174
|
+
</PageSetup>
|
175
|
+
<Print>
|
176
|
+
<ValidPrinterInfo/>
|
177
|
+
<HorizontalResolution>300</HorizontalResolution>
|
178
|
+
<VerticalResolution>300</VerticalResolution>
|
179
|
+
</Print>
|
180
|
+
<ProtectObjects>False</ProtectObjects>
|
181
|
+
<ProtectScenarios>False</ProtectScenarios>
|
182
|
+
</WorksheetOptions>
|
183
|
+
</Worksheet>
|
184
|
+
</Workbook>
|