Scraper written in go Convert html table into excel
- compile
make- run with Scraper
./bin/scraper <url> [rule set]The rule set is a json file, look at ruleSet.json for the structure
wikixls
./bin/wikixls <url>Convert html to excel
- rename wikixlsx, to work with general html table
- Add test for scraping
- Add support for rowspan and colspan html style
- write wikixlsx, for simple html wiki table to xlsx table
- write same for html table, might be the same idk