Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Retrieve Excel worksheets in correct sequence

Hello all,

I am trying to retrieve the worksheets from an .xls in the order that they are defined in the workbook but they only seem to return in alphabetical sequence.

I have used the connection strings for jet/odbc/excel driver:

CONNECT TO [Provider=Microsoft.Jet.OLEDB.4.0;Data Source='$(vFile)';Extended Properties="Excel 8.0;"];
ODBC CONNECT TO [Excel Files;DBQ=$(vFile)];
CONNECT TO [Provider=MSDASQL;Driver={Microsoft Excel Driver (*.xls)};DBQ=$(vFile)];

but still no success.

I realise that this is more related to Excel than Qlikview but as many out there are doing some good things with Qlikview/Excel the answer may already be to hand. I have not been able to google any solution.

Any help much appreciated.

Regards,

Gordon

0 Replies