Page 1 of 1

Import .xlsx files

Posted: Mon Oct 07, 2013 3:29 am
by RDS
what is the command needed to import .xlsx files in Eviews 7?

To import .xls files I do the following and it works
read(b2,t=xls,s=worksheet) name1.xls

To import .xlsx files I do the following and it does not work
read(b2,t=xlsx,s=worksheet) name2.xlsx

I only get NA

Re: Import .xlsx files

Posted: Mon Oct 07, 2013 6:44 am
by EViews Gareth
Either wfopen or import

Re: Import .xlsx files

Posted: Mon Oct 07, 2013 8:25 am
by RDS
can you suggest a line of program?

Re: Import .xlsx files

Posted: Mon Oct 07, 2013 8:28 am
by EViews Gareth

Code: Select all

wfopen name2.xlsx