Skip to content

JoeWHoward/Ruby-HTML-to-Excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

# Ruby HTML to Excel

I made this for a client who needed data extracted from a website and deposited into an Excel file.

Installation

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

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature

Credits

Nokogiri gem
WriteExcel gem

About

Used for exporting data from a website for a client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages