Page 1 of 1

READ: import the wrong data

Posted: Wed Sep 25, 2013 6:28 pm
by maxchen
EView 8, 32bit, 2013-09-12 patch

the data are from EViews turorical http://www.eviews.com/Learning/AllTutorials.zip

Code: Select all

%pt = "Z:\2013\DL\EV8\SeriesGroups\" 'ex3 pagecreate(page=TS) q 1980 2012Q1 %xls = %pt +"Data.xlsx" read(b2,s=TimeSeries) %xls 4 'BUG pageload(page=TSx) %xls range="TimeSeries" 'work
Read: import the wrong data, however, pageload works

Re: READ: import the wrong data

Posted: Wed Sep 25, 2013 7:59 pm
by EViews Gareth
Not a bug. READ does not support .xlsx files. Nor will it ever.

There is no reason to use the READ command, ever.