Creating a Super Simple WWW Link, Copy, & Paste into Spreadsheet Program
Michael Herman
hermanmu at gmail.com
Fri Jun 14 11:02:28 EDT 2013
More information about the Python-list mailing list
Fri Jun 14 11:02:28 EDT 2013
- Previous message (by thread): Creating a Super Simple WWW Link, Copy, & Paste into Spreadsheet Program
- Next message (by thread): Having a hard time to 'get' bing api search results
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi there - Yes, as others have said, this is not an easy project. That said, it can be down. I'd use a combination of DataNitro, to connect with Excel, and Scrapy, to easily scrap and crawl the sites. I'm adept at both and would be happy to help you with this. Email me at michael at mherman.org for help. Best, Michael On Thu, Jun 13, 2013 at 12:28 PM, <buford.lumbar at gmail.com> wrote: > > Hi, I'm new to Python. Would someone be able to write me and/or to show me > how to write a simple program that: > > 1-follows a hyperlink from MS Excel to the internet (one of many links > like this, http://www.zipdatamaps.com/76180, for e.g.) and then, > > 2-copies some data (a population number, e.g. 54195) and then, > > 3-pastes that data back into the same MS Excel spreadsheet, into the > adjacent cell. > > ... and that’s it... row after row of hyperlinks all in one column... > > Please, please help me my wrist is starting to hurt a lot. You would have > my greatest appreciation for your help! > > thank you, Buford > -- > http://mail.python.org/mailman/listinfo/python-list
- Previous message (by thread): Creating a Super Simple WWW Link, Copy, & Paste into Spreadsheet Program
- Next message (by thread): Having a hard time to 'get' bing api search results
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list