[Rails] Re: What it exactly do these do ( RubyXL::Parser.parse and Roo::Excelx.new) when opening a file?

2013-10-21 Thread Joel Pearson
Usually the simplest way to learn how a gem works internally is to go and read the source code. This should be available in the gem files, on a github repository, or in the documentation. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the

[Rails] Re: What it exactly do these do ( RubyXL::Parser.parse and Roo::Excelx.new) when opening a file?

2013-10-21 Thread Monserrat Foster
I'm asking because I'm new to both ruby and rails and my knowledge is not enough to understand source code On Monday, October 21, 2013 11:22:28 AM UTC-4:30, Ruby-Forum.com User wrote: Usually the simplest way to learn how a gem works internally is to go and read the source code. This should

[Rails] Re: What it exactly do these do ( RubyXL::Parser.parse and Roo::Excelx.new) when opening a file?

2013-10-21 Thread Joel Pearson
I haven't examined Roo, but you can see RubyXL reading the file into memory here: https://github.com/gilt/rubyXL/blob/master/lib/rubyXL/parser.rb -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group.