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: 
tan_chungkam
Creator
Creator

Load Multiple Sheets from 1 excel file

I have different sheets in 1 excel file.

Each sheet represent one year data.

All the column and heading are same.

How do i load all sheets in Qliksense?

Please find attached as my scripting and excel sheets name.

ScriptingScriptingExcel Sheet NameExcel Sheet Name

 

4 Replies
Channa
Specialist III
Specialist III

use

sheet1

concatenate

 

sheet2

Channa
tan_chungkam
Creator
Creator
Author

@Channa 

Thanks for the suggestion.

The script would be really long and so much repetitive if i have lot of sheets.

Just wonder if there any better solution such as changing the last row of script.

pradosh_thakur
Master II
Master II

You have to use a for loop to do that

you can check in the community and even if you find an answer for Qlikview you can change it for Qliksense

https://community.qlik.com/t5/New-to-QlikView/loading-all-sheets-data-from-excel/td-p/673784

https://community.qlik.com/t5/QlikView-Scripting/Load-data-from-multiple-worksheets-in-multiple-Exce...

Learning never stops.
Channa
Specialist III
Specialist III

if you have too many use loping suggested by @pradosh_thakur 

 

that URL's has full details 

 

Channa