roo-immersion 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +225 -0
- data/README.markdown +60 -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 +32 -0
- data/lib/roo/excel.rb +468 -0
- data/lib/roo/excel2003xml.rb +394 -0
- data/lib/roo/excelx.rb +601 -0
- data/lib/roo/generic_spreadsheet.rb +628 -0
- data/lib/roo/google.rb +379 -0
- data/lib/roo/openoffice.rb +451 -0
- data/lib/roo/roo_rails_helper.rb +82 -0
- data/lib/roo/version.rb +9 -0
- data/test/1900_base.xls +0 -0
- data/test/1904_base.xls +0 -0
- data/test/Bibelbund.csv +3741 -0
- data/test/Bibelbund.ods +0 -0
- data/test/Bibelbund.xls +0 -0
- data/test/Bibelbund.xlsx +0 -0
- data/test/Bibelbund.xml +62518 -0
- data/test/Bibelbund1.ods +0 -0
- data/test/bad_excel_date.xls +0 -0
- data/test/bbu.ods +0 -0
- data/test/bbu.xls +0 -0
- data/test/bbu.xlsx +0 -0
- data/test/bbu.xml +152 -0
- data/test/bode-v1.ods.zip +0 -0
- data/test/bode-v1.xls.zip +0 -0
- data/test/boolean.ods +0 -0
- data/test/boolean.xls +0 -0
- data/test/boolean.xlsx +0 -0
- data/test/boolean.xml +112 -0
- data/test/borders.ods +0 -0
- data/test/borders.xls +0 -0
- data/test/borders.xlsx +0 -0
- data/test/borders.xml +144 -0
- data/test/bug-row-column-fixnum-float.xls +0 -0
- data/test/bug-row-column-fixnum-float.xml +127 -0
- data/test/datetime.ods +0 -0
- data/test/datetime.xls +0 -0
- data/test/datetime.xlsx +0 -0
- data/test/datetime.xml +142 -0
- data/test/datetime_floatconv.xls +0 -0
- data/test/datetime_floatconv.xml +148 -0
- data/test/emptysheets.ods +0 -0
- data/test/emptysheets.xls +0 -0
- data/test/emptysheets.xml +105 -0
- data/test/excel2003.xml +21140 -0
- data/test/false_encoding.xls +0 -0
- data/test/false_encoding.xml +132 -0
- data/test/formula.ods +0 -0
- data/test/formula.xls +0 -0
- data/test/formula.xlsx +0 -0
- data/test/formula.xml +134 -0
- data/test/formula_parse_error.xls +0 -0
- data/test/formula_parse_error.xml +1833 -0
- data/test/html-escape.ods +0 -0
- data/test/no_spreadsheet_file.txt +1 -0
- data/test/numbers1.csv +18 -0
- data/test/numbers1.ods +0 -0
- data/test/numbers1.xls +0 -0
- data/test/numbers1.xlsx +0 -0
- data/test/numbers1.xml +312 -0
- data/test/only_one_sheet.ods +0 -0
- data/test/only_one_sheet.xls +0 -0
- data/test/only_one_sheet.xlsx +0 -0
- data/test/only_one_sheet.xml +67 -0
- data/test/paragraph.ods +0 -0
- data/test/paragraph.xls +0 -0
- data/test/paragraph.xlsx +0 -0
- data/test/paragraph.xml +127 -0
- data/test/ric.ods +0 -0
- data/test/simple_spreadsheet.ods +0 -0
- data/test/simple_spreadsheet.xls +0 -0
- data/test/simple_spreadsheet.xlsx +0 -0
- data/test/simple_spreadsheet.xml +225 -0
- data/test/simple_spreadsheet_from_italo.ods +0 -0
- data/test/simple_spreadsheet_from_italo.xls +0 -0
- data/test/simple_spreadsheet_from_italo.xml +242 -0
- data/test/skipped_tests.rb +789 -0
- data/test/style.ods +0 -0
- data/test/style.xls +0 -0
- data/test/style.xlsx +0 -0
- data/test/style.xml +154 -0
- data/test/test_helper.rb +19 -0
- data/test/test_roo.rb +1834 -0
- data/test/time-test.csv +2 -0
- data/test/time-test.ods +0 -0
- data/test/time-test.xls +0 -0
- data/test/time-test.xlsx +0 -0
- data/test/time-test.xml +131 -0
- data/test/whitespace.ods +0 -0
- data/test/whitespace.xls +0 -0
- data/test/whitespace.xlsx +0 -0
- data/test/whitespace.xml +184 -0
- metadata +231 -0
data/test/time-test.csv
ADDED
data/test/time-test.ods
ADDED
Binary file
|
data/test/time-test.xls
ADDED
Binary file
|
data/test/time-test.xlsx
ADDED
Binary file
|
data/test/time-test.xml
ADDED
@@ -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>
|
data/test/whitespace.ods
ADDED
Binary file
|
data/test/whitespace.xls
ADDED
Binary file
|
Binary file
|
data/test/whitespace.xml
ADDED
@@ -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>
|
metadata
ADDED
@@ -0,0 +1,231 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: roo-immersion
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Hugh McGowan
|
9
|
+
- Thomas Preymesser
|
10
|
+
autorequire:
|
11
|
+
bindir: bin
|
12
|
+
cert_chain: []
|
13
|
+
date: 2010-01-16 00:00:00.000000000 Z
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: spreadsheet
|
17
|
+
requirement: !ruby/object:Gem::Requirement
|
18
|
+
none: false
|
19
|
+
requirements:
|
20
|
+
- - ! '>='
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 0.6.4
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
none: false
|
27
|
+
requirements:
|
28
|
+
- - ! '>='
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
version: 0.6.4
|
31
|
+
- !ruby/object:Gem::Dependency
|
32
|
+
name: rubyzip
|
33
|
+
requirement: !ruby/object:Gem::Requirement
|
34
|
+
none: false
|
35
|
+
requirements:
|
36
|
+
- - ! '>='
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: 0.9.1
|
39
|
+
type: :runtime
|
40
|
+
prerelease: false
|
41
|
+
version_requirements: !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
43
|
+
requirements:
|
44
|
+
- - ! '>='
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: 0.9.1
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: hpricot
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
none: false
|
51
|
+
requirements:
|
52
|
+
- - ! '>='
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0.6'
|
55
|
+
type: :runtime
|
56
|
+
prerelease: false
|
57
|
+
version_requirements: !ruby/object:Gem::Requirement
|
58
|
+
none: false
|
59
|
+
requirements:
|
60
|
+
- - ! '>='
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '0.6'
|
63
|
+
- !ruby/object:Gem::Dependency
|
64
|
+
name: GData
|
65
|
+
requirement: !ruby/object:Gem::Requirement
|
66
|
+
none: false
|
67
|
+
requirements:
|
68
|
+
- - ! '>='
|
69
|
+
- !ruby/object:Gem::Version
|
70
|
+
version: 0.0.4
|
71
|
+
type: :runtime
|
72
|
+
prerelease: false
|
73
|
+
version_requirements: !ruby/object:Gem::Requirement
|
74
|
+
none: false
|
75
|
+
requirements:
|
76
|
+
- - ! '>='
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
version: 0.0.4
|
79
|
+
- !ruby/object:Gem::Dependency
|
80
|
+
name: libxml-ruby
|
81
|
+
requirement: !ruby/object:Gem::Requirement
|
82
|
+
none: false
|
83
|
+
requirements:
|
84
|
+
- - ! '>='
|
85
|
+
- !ruby/object:Gem::Version
|
86
|
+
version: 1.1.3
|
87
|
+
type: :runtime
|
88
|
+
prerelease: false
|
89
|
+
version_requirements: !ruby/object:Gem::Requirement
|
90
|
+
none: false
|
91
|
+
requirements:
|
92
|
+
- - ! '>='
|
93
|
+
- !ruby/object:Gem::Version
|
94
|
+
version: 1.1.3
|
95
|
+
description: fork of roo
|
96
|
+
email: benoit.benezech@gmail.com
|
97
|
+
executables: []
|
98
|
+
extensions: []
|
99
|
+
extra_rdoc_files:
|
100
|
+
- History.txt
|
101
|
+
- README.markdown
|
102
|
+
files:
|
103
|
+
- lib/roo.rb
|
104
|
+
- lib/roo/excel.rb
|
105
|
+
- lib/roo/excel2003xml.rb
|
106
|
+
- lib/roo/excelx.rb
|
107
|
+
- lib/roo/generic_spreadsheet.rb
|
108
|
+
- lib/roo/google.rb
|
109
|
+
- lib/roo/openoffice.rb
|
110
|
+
- lib/roo/roo_rails_helper.rb
|
111
|
+
- lib/roo/version.rb
|
112
|
+
- test/1900_base.xls
|
113
|
+
- test/1904_base.xls
|
114
|
+
- test/Bibelbund.csv
|
115
|
+
- test/Bibelbund.ods
|
116
|
+
- test/Bibelbund.xls
|
117
|
+
- test/Bibelbund.xlsx
|
118
|
+
- test/Bibelbund.xml
|
119
|
+
- test/Bibelbund1.ods
|
120
|
+
- test/bad_excel_date.xls
|
121
|
+
- test/bbu.ods
|
122
|
+
- test/bbu.xls
|
123
|
+
- test/bbu.xlsx
|
124
|
+
- test/bbu.xml
|
125
|
+
- test/bode-v1.ods.zip
|
126
|
+
- test/bode-v1.xls.zip
|
127
|
+
- test/boolean.ods
|
128
|
+
- test/boolean.xls
|
129
|
+
- test/boolean.xlsx
|
130
|
+
- test/boolean.xml
|
131
|
+
- test/borders.ods
|
132
|
+
- test/borders.xls
|
133
|
+
- test/borders.xlsx
|
134
|
+
- test/borders.xml
|
135
|
+
- test/bug-row-column-fixnum-float.xls
|
136
|
+
- test/bug-row-column-fixnum-float.xml
|
137
|
+
- test/datetime.ods
|
138
|
+
- test/datetime.xls
|
139
|
+
- test/datetime.xlsx
|
140
|
+
- test/datetime.xml
|
141
|
+
- test/datetime_floatconv.xls
|
142
|
+
- test/datetime_floatconv.xml
|
143
|
+
- test/emptysheets.ods
|
144
|
+
- test/emptysheets.xls
|
145
|
+
- test/emptysheets.xml
|
146
|
+
- test/excel2003.xml
|
147
|
+
- test/false_encoding.xls
|
148
|
+
- test/false_encoding.xml
|
149
|
+
- test/formula.ods
|
150
|
+
- test/formula.xls
|
151
|
+
- test/formula.xlsx
|
152
|
+
- test/formula.xml
|
153
|
+
- test/formula_parse_error.xls
|
154
|
+
- test/formula_parse_error.xml
|
155
|
+
- test/html-escape.ods
|
156
|
+
- test/no_spreadsheet_file.txt
|
157
|
+
- test/numbers1.csv
|
158
|
+
- test/numbers1.ods
|
159
|
+
- test/numbers1.xls
|
160
|
+
- test/numbers1.xlsx
|
161
|
+
- test/numbers1.xml
|
162
|
+
- test/only_one_sheet.ods
|
163
|
+
- test/only_one_sheet.xls
|
164
|
+
- test/only_one_sheet.xlsx
|
165
|
+
- test/only_one_sheet.xml
|
166
|
+
- test/paragraph.ods
|
167
|
+
- test/paragraph.xls
|
168
|
+
- test/paragraph.xlsx
|
169
|
+
- test/paragraph.xml
|
170
|
+
- test/ric.ods
|
171
|
+
- test/simple_spreadsheet.ods
|
172
|
+
- test/simple_spreadsheet.xls
|
173
|
+
- test/simple_spreadsheet.xlsx
|
174
|
+
- test/simple_spreadsheet.xml
|
175
|
+
- test/simple_spreadsheet_from_italo.ods
|
176
|
+
- test/simple_spreadsheet_from_italo.xls
|
177
|
+
- test/simple_spreadsheet_from_italo.xml
|
178
|
+
- test/skipped_tests.rb
|
179
|
+
- test/style.ods
|
180
|
+
- test/style.xls
|
181
|
+
- test/style.xlsx
|
182
|
+
- test/style.xml
|
183
|
+
- test/test_helper.rb
|
184
|
+
- test/test_roo.rb
|
185
|
+
- test/time-test.csv
|
186
|
+
- test/time-test.ods
|
187
|
+
- test/time-test.xls
|
188
|
+
- test/time-test.xlsx
|
189
|
+
- test/time-test.xml
|
190
|
+
- test/whitespace.ods
|
191
|
+
- test/whitespace.xls
|
192
|
+
- test/whitespace.xlsx
|
193
|
+
- test/whitespace.xml
|
194
|
+
- History.txt
|
195
|
+
- README.markdown
|
196
|
+
- examples/roo_soap_client.rb
|
197
|
+
- examples/roo_soap_server.rb
|
198
|
+
- examples/write_me.rb
|
199
|
+
homepage: http://roo.rubyforge.org
|
200
|
+
licenses: []
|
201
|
+
post_install_message:
|
202
|
+
rdoc_options:
|
203
|
+
- --main
|
204
|
+
- README.markdown
|
205
|
+
require_paths:
|
206
|
+
- lib
|
207
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
208
|
+
none: false
|
209
|
+
requirements:
|
210
|
+
- - ! '>='
|
211
|
+
- !ruby/object:Gem::Version
|
212
|
+
version: '0'
|
213
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
214
|
+
none: false
|
215
|
+
requirements:
|
216
|
+
- - ! '>='
|
217
|
+
- !ruby/object:Gem::Version
|
218
|
+
version: '0'
|
219
|
+
requirements: []
|
220
|
+
rubyforge_project: roo
|
221
|
+
rubygems_version: 1.8.24
|
222
|
+
signing_key:
|
223
|
+
specification_version: 3
|
224
|
+
summary: roo
|
225
|
+
test_files:
|
226
|
+
- test/skipped_tests.rb
|
227
|
+
- test/test_helper.rb
|
228
|
+
- test/test_roo.rb
|
229
|
+
- examples/roo_soap_client.rb
|
230
|
+
- examples/roo_soap_server.rb
|
231
|
+
- examples/write_me.rb
|