roo 1.3.5 → 1.3.6
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/README.markdown +8 -2
- data/lib/roo.rb +18 -0
- data/lib/roo/excel.rb +45 -80
- data/lib/roo/excelx.rb +1 -5
- data/lib/roo/generic_spreadsheet.rb +2 -12
- data/lib/roo/google.rb +1 -43
- data/lib/roo/openoffice.rb +1 -5
- data/lib/roo/version.rb +1 -1
- data/test/1900_base.xls +0 -0
- data/test/1904_base.xls +0 -0
- data/test/skipped_tests.rb +789 -0
- data/test/test_roo.rb +572 -3789
- data/test/whitespace.ods +0 -0
- data/test/whitespace.xls +0 -0
- data/test/whitespace.xlsx +0 -0
- metadata +8 -3
- data/test/numbers1_excel.csv +0 -18
data/test/whitespace.ods
ADDED
Binary file
|
data/test/whitespace.xls
ADDED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: roo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hugh McGowan
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2009-
|
13
|
+
date: 2009-06-28 00:00:00 -05:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -81,6 +81,8 @@ files:
|
|
81
81
|
- lib/roo/roo_rails_helper.rb
|
82
82
|
- lib/roo/version.rb
|
83
83
|
- lib/roo.rb
|
84
|
+
- test/1900_base.xls
|
85
|
+
- test/1904_base.xls
|
84
86
|
- test/bbu.ods
|
85
87
|
- test/bbu.xls
|
86
88
|
- test/bbu.xlsx
|
@@ -114,7 +116,6 @@ files:
|
|
114
116
|
- test/numbers1.ods
|
115
117
|
- test/numbers1.xls
|
116
118
|
- test/numbers1.xlsx
|
117
|
-
- test/numbers1_excel.csv
|
118
119
|
- test/only_one_sheet.ods
|
119
120
|
- test/only_one_sheet.xls
|
120
121
|
- test/only_one_sheet.xlsx
|
@@ -127,6 +128,7 @@ files:
|
|
127
128
|
- test/simple_spreadsheet.xlsx
|
128
129
|
- test/simple_spreadsheet_from_italo.ods
|
129
130
|
- test/simple_spreadsheet_from_italo.xls
|
131
|
+
- test/skipped_tests.rb
|
130
132
|
- test/style.ods
|
131
133
|
- test/style.xls
|
132
134
|
- test/style.xlsx
|
@@ -136,6 +138,9 @@ files:
|
|
136
138
|
- test/time-test.ods
|
137
139
|
- test/time-test.xls
|
138
140
|
- test/time-test.xlsx
|
141
|
+
- test/whitespace.ods
|
142
|
+
- test/whitespace.xls
|
143
|
+
- test/whitespace.xlsx
|
139
144
|
- README.markdown
|
140
145
|
- History.txt
|
141
146
|
has_rdoc: true
|
data/test/numbers1_excel.csv
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
1,2,3,4,,,
|
2
|
-
5,6,7,8,9,"test",11
|
3
|
-
,,,,,,
|
4
|
-
10,11,12,13,14,,
|
5
|
-
1961-11-21,,,,,,
|
6
|
-
"tata",,,,,,
|
7
|
-
,,,,,,
|
8
|
-
,,"thisisc8",,,,
|
9
|
-
,,,"thisisd9",,,
|
10
|
-
,,,,,,
|
11
|
-
"thisisa11",,,,,,
|
12
|
-
41,42,43,44,45,,
|
13
|
-
,,,,,,
|
14
|
-
,,,,,,
|
15
|
-
41,42,43,44,45,,
|
16
|
-
"einundvierzig","zweiundvierzig","dreiundvierzig","vierundvierzig","fuenfundvierzig",,
|
17
|
-
,,,,,,
|
18
|
-
2007-05-31,"dies hier als Date-Objekt",,,,,
|