I want to import data from Excel files (.xlsx) into EViews.
I can't change the excel files and I can't know in advance the number of columns and rows (or in other words, I want my prg to work for any number of rows and columns).
I am currently using
Code: Select all
import(t=excelxml) %file range=%page colhead=1 namepos=first @smpl %debData %lastData
Is there any way to circumvent this problem ?
Many thanks
PS : I have attached an Excel file which I can't import.
