python - How do I scrape a specific table from a web page and display it in Excel? The table goes horizontally? -


i trying scrape information tables @ website >>here<< want able scores when want, want able , export excel, also, data come under hole no. well. data want wrapped in <table> tag class of "scoreboard", bit want. players name.

is possible, if how?

please answer.

excel has own import data website feature. has nice gui , can let make dynamic web queries in excel sheet data update every time open book. might easiest , efficient way go.

scrappy better, larger projects, use in python, if going put excel might not worth effort.

check out official excel docs on creating dynamic web queries here.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -