View Single Post
Old May 17th, 2006, 11:33 AM   #17
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Quote:
Originally Posted by post 10
Actually, this problem may be easier than people have so far seem to have supposed. Excel can import CSV files, which can be created by any programming language you care to name. Further, there are many libraries available for languages like Perl and Python that can "scrape" information from a website. In theory, one could have a program harvesting the information from the website, and dumping the results in a CSV file. Said CSV file can then be imported into Excel, and bingo: you have a spreadsheet.
Quote:
Originally Posted by post 8
You could do it with a number of languages, including Python.....request the resource directly from the server and scan its contents, including parsing for HTML tags and entities....merely write out the file in a form (such as .csv) readable by Excel.
Guess I missed those possibilities . It still isn't trivial.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote