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: 
Anonymous
Not applicable

[resolved] How to create a empty sheet with tFileOutputExcel?

Hello,
I want to create a excel file with 3 sheets, the third sheet is empty.
For the first two sheets, I used tHashOutput + tHashInput + tFileOutputExcel with the "Append existing file" option, like following screenshot:
0683p000009MEll.png
I want to know how can I add a the third sheet empty in my excel file existing? I want to know how to create the empty sheet with header and without header.
Thank you in advance for your help
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi, for blank sheets, you can use the same file name with different sheet names... Include header to add header and no header for blank sheet.
You can think of using tfixedflow -->tfileoutputexcel flow for creation of above two sheets.
Vaibhav

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi, for blank sheets, you can use the same file name with different sheet names... Include header to add header and no header for blank sheet.
You can think of using tfixedflow -->tfileoutputexcel flow for creation of above two sheets.
Vaibhav
Anonymous
Not applicable
Author

It works, thank you