It's ok if you are a new to Ruby but don't be so passive.
You are not first that is looking for excel library (in Ruby terms it's
called gem). First look for that.
After you find these libraries pick one and search Google for usage or go
to their site there you will find support or documentation.
That's the way all of us works.

2012/9/6 Sybren Kooistra <[email protected]>

> Thanks Jesus.
>
> So something like:
>
> require 'nokogiri'
> Dir['*.html'].each do |file|
> document = Nokogiri::HTML(open(file))
> variable = document.xpath("//div/h2")
> [and something to PUT the variable in a specified excel column/csv file)
>
> ??
>
> (again, I am a newb =))
>
> --
> Posted via http://www.ruby-forum.com/.
>
>

-- You received this message because you are subscribed to the Google Groups 
ruby-talk-google group. To post to this group, send email to 
[email protected]. To unsubscribe from this group, send email 
to [email protected]. For more options, visit this 
group at https://groups.google.com/d/forum/ruby-talk-google?hl=en

Reply via email to