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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Adding to an existing file

So once I've loaded an Excel spreadsheet but want to add more data from a different spreadsheet without loosing what "ve already added, How do I do that?

5 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Add a second load statement to add the data from the second excel file. When you reload data from both excel files will be loaded.

FirstTable:

Load * from myfirstexcelfile.xls

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

SecondTable:

Load * from mysecondexcelfile.xls

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



talk is cheap, supply exceeds demand
Not applicable
Author

Thank you!

Not applicable
Author

Thank you!

Not applicable
Author

Thank you!

Not applicable
Author

Thank you!