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: 
Not applicable

"Table is ..." only works with .xlsx

Hi

For loading sheets from Excel the "(..., Table is ...);" only works for .xlsx. When I use it with .xls it does not work. Should be the same code, right?

1 Solution

Accepted Solutions
Not applicable
Author

Sorry, I got it.

With .xls you need to put the $ behind, with .xlsx it works fine without.  

View solution in original post

9 Replies
swuehl
MVP
MVP

Yes, it should work and something like

...(biff, embedded labels, table is Sheet1$);

usually works for me.

Have you tried the table file wizard?

Not applicable
Author

Hmm...

With the wizard I can only load the first sheet, I dont get the option to choose another sheet.

Not applicable
Author

Hi,

Where does the xls come from? Sometimes there are xls files that are more like txt/csv files saved as xls. I have this with exports from SAP for example. First thing I always do, save this xls file as xlsx, it's far better to handle it after. Do you get a particular message when you casually open this xls file?

Not applicable
Author

Sorry, I got it.

With .xls you need to put the $ behind, with .xlsx it works fine without.  

jaimeaguilar
Partner - Specialist II
Partner - Specialist II

Hi,

depending on what kind of Excel file you try load, it will be the generated code (if you use wizard):

XLS:

LOAD *

FROM

File.xls

(biff, embedded labels, table is Sheet$);

XLSX:

LOAD *

FROM

File.xlsx

(ooxml, embedded labels, table is Sheet);

Also in that wizard you can select different sheets from the same file:

exampleXLS.png

regards

Not applicable
Author

Thx it confirms my discovery

How do you call this wizard?, if I just use "open file" or drag the file I get another wizard.   

jaimeaguilar
Partner - Specialist II
Partner - Specialist II

You need to be in script window (Ctrl + E or pencil w/ paper icon in toolbar) > Then at the bottom of the page you'll find several buttons > Click on table files, so another window will come up to let you choose among any supported file in your computer (xls, xlsx, txt, xml, qvd, etc) > that way, this wizard will show. It is important to mention that depending on the kind of file you want to load, available options may change (In this case it will be different if you try to load a XLS or a XLSX file),

regards

Not applicable
Author

ah thx , so what is the "Field Data" about, if I may ask?

jaimeaguilar
Partner - Specialist II
Partner - Specialist II

it let you choose and load specific values from a field. It can be useful when you don't want to load for example all possible values in a Dimension