Page 1 of 1

WFsave include description

Posted: Mon Mar 20, 2023 6:34 am
by MartinsFest
Hello,

An easy open and shut case: I am saving a workfile to excel using the wfsave-command, and want to include the series' descriptions. How do I go about doing that?

Re: WFsave include description

Posted: Mon Mar 20, 2023 4:24 pm
by EViews Steve
Use the attr option:

Code: Select all

wfsave(type=excelxml,attr) c:\path\to\my.xlsx

Re: WFsave include description

Posted: Tue Mar 21, 2023 4:01 am
by MartinsFest
Thank you very much, Steve.