Automation: data to excel, from web page, | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Automation: data to excel, from web page,

I want to take a web page numerical data and make a graph using that which will show changes over time. How do I do it. Doing it thru c++ is preferred.

30th Dec 2020, 4:41 PM
kansses
kansses - avatar
2 Answers
+ 3
Look into the python modules: selenium (for taking data from a web page), numpy (to structure the data) and matplotlib (to picture the data in a graph)
30th Dec 2020, 5:48 PM
🔥EACY🔥
🔥EACY🔥 - avatar
+ 1
Not thru ms Excel function but thru programming.
30th Dec 2020, 5:48 PM
kansses
kansses - avatar