Skip to content

nelyj/HTMLtoExcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Create Excel from HTML table

If you don’t know “Screen Scrapping” and you need retrieve data from HTML table, follow the next code.

(You have to do it through terminal in MAC Os or Linux)

Requirements

  1. Install Ruby (www.ruby-lang.org/en/downloads/)

  2. gem install ‘nokogiri’ (through terminal)

  3. gem install ‘open-uri’ (through terminal)

  4. gem install ‘simple_xlsx’ (through terminal)

Run

cd HTMLToExcel/
ruby init.rb

Done

About

Convert table html to excel with Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages