I made this for a client who needed data extracted from a website and deposited into an Excel file.
Install Ruby
Install the Nokogiri gem (for parsing HTML)
Install the WriteExcel gem
Note: Install gems using the console, do gem install nokogiri
and gem install writeexcel
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature