I would like to know how I would have a python web scrape dump all of it's results into excel. It's not that I don't know how to webscrape, it's just I do not know how to scrape into excel.
-
1Check this other threadChristian– Christian2012-04-21 00:48:17 +00:00Commented Apr 21, 2012 at 0:48
-
1writemycode.net - give us something to comment on pleasejdi– jdi2012-04-21 00:49:20 +00:00Commented Apr 21, 2012 at 0:49
-
I've developed a product that uses JavaScript rather than Python but sounds like what you need. It creates Excel so you can have multiple sheets. The demo and example projects that should provide an good start with it. Script Scraper thanks, Martinmartsbradley– martsbradley2012-05-15 21:25:15 +00:00Commented May 15, 2012 at 21:25
Add a comment
|
2 Answers
You say you know how to web-scrape, presumably into memory.
Then you just need to dump the contents into Excel. Use an Excel Python API .
1 Comment
Damian Stelucir
It has been a while since the question you quoted and I have learned since then. Thanks for the link.