Assume a column were you have the shortname, longname (for charts and tables), description (e.g. Source,etc.) and then the values
e.g. in Excel it looks like this
gdp_sa
GDP
GDP, chain-linked, 2000, Eurostat
10000
20000
...
to import the data I have used so far
Code: Select all
wfopen GDP.xlsx range=Table1!A2 colhead=3 namepos=firstUnfortunately, it is not distiguished between the 2nd and 3rd row, all the information is writen in the description line,
which is then: GDP GDP, chain-linked, 2000, Eurostat.
If I use the name option then the short-name is overwriten.
Is there a way to import the "individual elements", which you can change manually in the Series-->Label View.
