Page 1 of 1

matrices to excel

Posted: Wed Jul 23, 2014 1:48 pm
by trainee
Hi all,

Is there a way to export matrices to excel in E-views 7?

Thanks

Re: matrices to excel

Posted: Wed Jul 23, 2014 2:06 pm
by EViews Gareth
matrixname.write

Re: matrices to excel

Posted: Wed Jul 23, 2014 2:40 pm
by trainee
Thanks Gareth. Weirdly enough, I get a dump but its not in an excel file format. Any help?

Re: matrices to excel

Posted: Wed Jul 23, 2014 3:23 pm
by EViews Gareth
What exactly did you write?

Re: matrices to excel

Posted: Thu Jul 24, 2014 6:06 am
by trainee
matrixname.write d

'd' being the file name I want

Re: matrices to excel

Posted: Thu Jul 24, 2014 7:32 am
by EViews Glenn
I think

Code: Select all

matrixname.write(t=xls) d.xls
will work.

Re: matrices to excel

Posted: Thu Jul 24, 2014 8:20 am
by trainee
Amazing. Thanks Glenn.