Open file on the web
Posted: Thu Jan 13, 2011 6:58 am
Hello,
The following is an example of a type of address on the web that I cannot figure out how to read in Eviews.
Say you want to wfopen the excel link provided in the page: http://www.bdl.gov.lb/edata/elements.as ... _BDLa_SID4
it's URL is http://www.bdl.gov.lb/edata/elementsXLS ... _BDLa_SID4
which when clicked opens a file called "BDLedata.xls"
but when you do
Eviews doesn't open any excel file.
Is there a solution to this problem?
Thanks,
Javier
The following is an example of a type of address on the web that I cannot figure out how to read in Eviews.
Say you want to wfopen the excel link provided in the page: http://www.bdl.gov.lb/edata/elements.as ... _BDLa_SID4
it's URL is http://www.bdl.gov.lb/edata/elementsXLS ... _BDLa_SID4
which when clicked opens a file called "BDLedata.xls"
but when you do
Code: Select all
wfopen(t) "http://www.bdl.gov.lb/edata/elementsXLS.asp?Table=q_BDLa_SID4"Is there a solution to this problem?
Thanks,
Javier