Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
lalitkgehlot89
Partner - Creator II
Partner - Creator II

How to pick the data from excel with multiple sheet.

Hi,

In current scenario I have three excel file in folder with named Text, Text_2, Text_3. Each file has some Date wise Sheet.

Files in folder and Sheets in File are not fixed. I want to load the data automatically form these file.

I tried to right the logic but getting some error. Please help me to right the logic asap.

Untitled.png

5 Replies
nishanthi_8
Creator
Creator

This will load all the files under the specified folder:


for each File in Filepath("C:\Users\Desktop\*.xlsx")

Table1:

load

*

From "C:\Users\Desktop\*.xlsx";

NEXT File

lalitkgehlot89
Partner - Creator II
Partner - Creator II
Author

Hi Rajendran,

I have multiple sheets in each file. And no of sheets are also not fixed.

In this case it is not working.

nishanthi_8
Creator
Creator

So the date in excel sheets will be on continuous basis or it can be discrete ?

lalitkgehlot89
Partner - Creator II
Partner - Creator II
Author

It can be discreate.