Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
marcello
Partner - Contributor III
Partner - Contributor III

File xls error in load

Hi all,

I cannot load an xls file,

When i try to add it in the script editor it is not recognized (cannot see any cell)

It does no metter what format (xls, xlsx, ...) or headers lines i specify

This happens using QlikView 12.70.201. In a new qlikview installation on a new server, while if i do the same operation on my pc (who has office installed) and qlikview 12.20 with the same file  it works fine.

Any idea ?

Thanks in advance, Marcello

 

Labels (1)
2 Replies
Ray_Strother
Support
Support

Hello ,

 

If you have Qlikview Desktop loaded on the server and got " Load editor" >Data from Files >  Table Files > select the excel files .  

Questions :

1. What Hhappens

2. Does it create the load and From statements?

3. The from statement should look something like this: 

FROM
[C:\Users\Administrator.DOMAIN\Desktop\Sales.xlsx]
(ooxml, embedded labels, table is SalesData);

marcello
Partner - Contributor III
Partner - Contributor III
Author

Hi,

you asked me:

1. What Hhappens

It does not list any data columns or row

2. Does it create the load and From statements?

Yes the load statements is created and looks like this:

FROM
[C:\Users\Administrator.DOMAIN\Desktop\Sales.xlsx]
(biff, embedded labels, table is SalesData);

3. The from statement should look something like this: 

[...]

see the above answer

 

Regards, Marcello