Ruby on Rails Friday, June 28, 2013


Hi ,

   I am trying to read excel sheet from Ruby so i have installed RubyXL ( sudo gem install rubyXL ) .
 
   After installed successfully , I am running with the below source code , but its giving error  

   mselv2m1:ruby_Code mselv2$ ruby ex.rb 
  ./rubyXL.rb:3: uninitialized constant RubyXL (NameError) 
from ex.rb:1:in `require'
from ex.rb:1


//Source Code : 
cat ex.rb 
require 'rubyXL' 

Thanks ,
Muthu Selvan SR



--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/bf838f1e-617c-4c94-8242-7e126391b894%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment