Importing Labels from xls/xlsx
Posted: Thu Mar 05, 2015 4:52 am
Hello,
Sorry if this has been answered already, haven't found any relevant details so far.
I'm trying to import data from an xls/xlsx file using eviews7.
I'm aware I can use the following command:
However, I often get a date specification error. Does the sheet need to have some sort of standard format with the dates in column A? How would i define the sample / frequency from the code without having the dates in the xls file.
Secondly, I'm also interested in importing the names from excel as well. This seems easy to do if the names are directly above the data, but what if it's a couple rows above the data?
E.g. How would I get the names of the series if it was given in the following format:
Row 1: Name
Row 2:Unwanted details
Row 3:Unwanted details
Row 4:Unwanted details
Row 5: Data starts
...
Row 100: End of Data
Appreciate any help.
Thanks,
osindi
Sorry if this has been answered already, haven't found any relevant details so far.
I'm trying to import data from an xls/xlsx file using eviews7.
I'm aware I can use the following command:
Code: Select all
import "path/file.xls" range="Sheet!A4:X100" Secondly, I'm also interested in importing the names from excel as well. This seems easy to do if the names are directly above the data, but what if it's a couple rows above the data?
E.g. How would I get the names of the series if it was given in the following format:
Row 1: Name
Row 2:Unwanted details
Row 3:Unwanted details
Row 4:Unwanted details
Row 5: Data starts
...
Row 100: End of Data
Appreciate any help.
Thanks,
osindi