|
-
December 11th, 2002, 11:14 AM
#1
Downloading a file from a url automatically.
Hello,
Yahoo Finance has a 'download spreadsheet' you can click on and download and open into excel, but I would like to automate that using a script to obtain the file, then I can process it and use the data.
The link below will take you to Yahoo Finance with our stock simbol.
http://finance.yahoo.com/q?s=thff&d=v1
If you click on 'download spreadsheet' it will ask if you want to open, or save the attachment.
http://finance.yahoo.com/d/quotes.cs...1c1ohgv&e=.csv
I would like to find a better way to get this data downloaded to use.
Any ideas would be greatly appreciated.
Philip
-
December 13th, 2002, 12:03 PM
#2
no client side scripting language offers power of this magnitude.
look into server side scripting languages, they can do it 
good luck
by the way if you know C/C++ or Java and the like and WinSock you could do it with an actual app
C G C F A D--Feel the Noise
"When your life goes nowhere and leads back to me, doesn't that tell you something?"
~Gray Area Fury
-
December 18th, 2002, 07:08 AM
#3
If you have control over the calling asp page then change the "content type" to Excell in the HTML tags. This will show the data in Excell Sheet at the Client(browser).
-
January 9th, 2003, 11:45 PM
#4
1.create the activex control
2.Please use the VB 6.0's ¡°Package & Deployment Wizard¡±,make the ocx file into a .cab and a .html file
3.moidefy the CODEBASE="-----your location"
-
January 22nd, 2003, 05:46 AM
#5
For me, I'll go for active EXE document in VB. There's a built in http downloader (asynchread!? or something like that). It looks like a form. You can take advantage of the VB programming for the data manipulations or whatsoever stuffs
Busy 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|