Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

loading the data from Excel book with multiple sheets

I have the data in sheet 1 , sheet 2 sheet 3 like this but  column names having only in sheet 1  so how can i load the data in the script

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

you load from sheet1 using file wizard from table files and define Embedded Labels

you load from sheet2 and sheet3 without labels

from sheet2 and sheet3 the scrpt Looks like

Load

@1,

@2,

etc.

you Need to give them the same column names manually

Load

@1 as ColumnName1,

@2 as ColumnName2,

etc.

I suppose that there is no automatic way

View solution in original post

1 Reply
Anonymous
Not applicable
Author

you load from sheet1 using file wizard from table files and define Embedded Labels

you load from sheet2 and sheet3 without labels

from sheet2 and sheet3 the scrpt Looks like

Load

@1,

@2,

etc.

you Need to give them the same column names manually

Load

@1 as ColumnName1,

@2 as ColumnName2,

etc.

I suppose that there is no automatic way