I have installed rubyzip and roo gems to bypass the need to have excel
installed when reading excel workbooks.
When I do in irb
require 'zip/zipfilesystem'
require 'roo'
I get error
C:/Ruby/lib/ruby/gems/1.8/gems/nokogiri-1.4.0-x86-mswin32/lib/nokogiri/xml/build
er.rb:272: warning: parenthesize argument(s) for future version
LoadError: no such file to load -- spreadsheet
from
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `ge
m_original_require'
from
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `re
quire'
from C:/Ruby/lib/ruby/gems/1.8/gems/roo-1.9.2/lib/roo/excel.rb:2
from
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `ge
m_original_require'
from
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `re
quire'
from C:/Ruby/lib/ruby/gems/1.8/gems/roo-1.9.2/lib/roo.rb:69
from
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `ge
m_original_require'
from
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `re
quire'
from (irb):2
I have installed rubyzip and roo gems to bypass the need to have excel
installed when reading excel workbooks.
When I do in irb
require 'zip/zipfilesystem'
require 'roo'
I get error
C:/Ruby/lib/ruby/gems/1.8/gems/nokogiri-1.4.0-x86-mswin32/lib/nokogiri/xml/build
er.rb:272: warning: parenthesize argument(s) for future version
LoadError: no such file to load -- spreadsheet
I also had to install hpricot and oauth gems... (And use rubyzip2
instead of febeling-rubyzip which work the same)
May be of interest for someone !
Regards
···
On Dec 14 2009, 10:43 am, Thomas Preymesser <tho...@gmail.com> wrote:
I was able to install the first three, but "gem install" couldn't find
gimite-google-spreadsheet-ruby or febeling-rubyzip. I eventually managed
to satisfy dependencies by installing rubyzip (not rubyzip2 as mentioned
in hamlet's post) and google-spreadsheet-ruby.