Page 1 of 1

How can I import Excel data using programming?

Posted: Thu Sep 25, 2008 1:44 pm
by farrel
It's topic relates both to "Programming" and "Data Manipulation" ...

Anybody can help me to import Excel data massive into Eviews using programming language??
What code should be written?
What essentials I have to learn about to do these manipulations?

P.S. I use Eviews 6.0

Posted: Thu Sep 25, 2008 1:56 pm
by EViews Gareth
You can just use the wfopen command to read in Excel. In basic form:

Code: Select all

wfopen c:\myfile.xls
See the Command Reference for details on the options on wfopen to do more complicated things.