+ 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.
2 Réponses
+ 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)
+ 1
Not thru ms Excel function but thru programming.