simple-spreadsheet-extractor 0.9.2 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -1
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/jars/lib/{poi-ooxml-3.8-beta5.jar → poi-ooxml-3.8.jar} +0 -0
- data/jars/lib/{poi-ooxml-schemas-3.8-beta5.jar → poi-ooxml-schemas-3.8.jar} +0 -0
- data/jars/lib/{rightfield-poi-3.8-beta5.jar → rightfield-poi-3.8.jar} +0 -0
- data/jars/simple-spreadsheet-extractor-0.10.jar +0 -0
- data/lib/simple-spreadsheet-extractor.rb +2 -2
- data/simple-spreadsheet-extractor.gemspec +7 -6
- data/test/files/problem_with_dv.xls +0 -0
- metadata +10 -9
- data/jars/simple-spreadsheet-extractor-0.9.2.jar +0 -0
data/README.rdoc
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
= Simple Spreadsheet Extractor
|
2
2
|
|
3
3
|
Authors:: Stuart Owen, Finn Bacall
|
4
|
-
Version:: 0.
|
4
|
+
Version:: 0.10.0
|
5
5
|
Contact:: mailto:stuart.owen@manchester.ac.uk
|
6
6
|
Licence:: BSD (See LICENCE or http://www.opensource.org/licenses/bsd-license.php)
|
7
7
|
Copyright:: (c) 2010-2012 The University of Manchester, UK
|
data/Rakefile
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.10.0
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -8,7 +8,7 @@ module SysMODB
|
|
8
8
|
end
|
9
9
|
|
10
10
|
module SpreadsheetExtractor
|
11
|
-
JAR_VERSION="0.
|
11
|
+
JAR_VERSION="0.10"
|
12
12
|
DEFAULT_PATH = File.dirname(__FILE__) + "/../jars/simple-spreadsheet-extractor-#{JAR_VERSION}.jar"
|
13
13
|
|
14
14
|
def spreadsheet_to_xml spreadsheet_data
|
@@ -85,7 +85,7 @@ module SysMODB
|
|
85
85
|
end
|
86
86
|
stderr.close
|
87
87
|
end
|
88
|
-
|
88
|
+
|
89
89
|
if status.to_i != 0
|
90
90
|
raise SpreadsheetExtractionException.new(err_message)
|
91
91
|
end
|
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{simple-spreadsheet-extractor}
|
8
|
-
s.version = "0.
|
8
|
+
s.version = "0.10.0"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Stuart Owen", "Finn Bacall"]
|
12
|
-
s.date = %q{2012-02
|
12
|
+
s.date = %q{2012-04-02}
|
13
13
|
s.description = %q{Takes a stream to a spreadsheet file and produces an XML or CSV representation of its contents}
|
14
14
|
s.email = %q{stuart.owen@manchester.ac.uk}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -24,14 +24,15 @@ Gem::Specification.new do |s|
|
|
24
24
|
"doc/schema-v1.xsd",
|
25
25
|
"examples/example.rb",
|
26
26
|
"jars/lib/dom4j-1.6.1.jar",
|
27
|
-
"jars/lib/poi-ooxml-3.8
|
28
|
-
"jars/lib/poi-ooxml-schemas-3.8
|
29
|
-
"jars/lib/rightfield-poi-3.8
|
27
|
+
"jars/lib/poi-ooxml-3.8.jar",
|
28
|
+
"jars/lib/poi-ooxml-schemas-3.8.jar",
|
29
|
+
"jars/lib/rightfield-poi-3.8.jar",
|
30
30
|
"jars/lib/xmlbeans-2.3.0.jar",
|
31
|
-
"jars/simple-spreadsheet-extractor-0.
|
31
|
+
"jars/simple-spreadsheet-extractor-0.10.jar",
|
32
32
|
"lib/simple-spreadsheet-extractor.rb",
|
33
33
|
"simple-spreadsheet-extractor.gemspec",
|
34
34
|
"test/files/not-a-spreadsheet.xls",
|
35
|
+
"test/files/problem_with_dv.xls",
|
35
36
|
"test/files/test-csv-output1-trimmed.csv",
|
36
37
|
"test/files/test-csv-output1.csv",
|
37
38
|
"test/files/test-spreadsheet.xls"
|
Binary file
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple-spreadsheet-extractor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 55
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 0.
|
8
|
+
- 10
|
9
|
+
- 0
|
10
|
+
version: 0.10.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Stuart Owen
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2012-02
|
19
|
+
date: 2012-04-02 00:00:00 +01:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -68,14 +68,15 @@ files:
|
|
68
68
|
- doc/schema-v1.xsd
|
69
69
|
- examples/example.rb
|
70
70
|
- jars/lib/dom4j-1.6.1.jar
|
71
|
-
- jars/lib/poi-ooxml-3.8
|
72
|
-
- jars/lib/poi-ooxml-schemas-3.8
|
73
|
-
- jars/lib/rightfield-poi-3.8
|
71
|
+
- jars/lib/poi-ooxml-3.8.jar
|
72
|
+
- jars/lib/poi-ooxml-schemas-3.8.jar
|
73
|
+
- jars/lib/rightfield-poi-3.8.jar
|
74
74
|
- jars/lib/xmlbeans-2.3.0.jar
|
75
|
-
- jars/simple-spreadsheet-extractor-0.
|
75
|
+
- jars/simple-spreadsheet-extractor-0.10.jar
|
76
76
|
- lib/simple-spreadsheet-extractor.rb
|
77
77
|
- simple-spreadsheet-extractor.gemspec
|
78
78
|
- test/files/not-a-spreadsheet.xls
|
79
|
+
- test/files/problem_with_dv.xls
|
79
80
|
- test/files/test-csv-output1-trimmed.csv
|
80
81
|
- test/files/test-csv-output1.csv
|
81
82
|
- test/files/test-spreadsheet.xls
|
Binary file
|