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: 
grigby
Contributor II
Contributor II

Create Multiple Excel Output Files

Hi,

 

I'm looking for some guidance on the best way to create multiple MS Excel xls or xlsx formatted files, if this is even possible.

 

The job begins with a tOracleInput, which creates three headers and places the data as needed into an Excel file. However, I need to have multiple xlsx files created, so if there are 5500 rows then six (6) xlsx files are created with no more than 1000 rows per file. This is necessary so the file will meet upload requirements specified by an OEM site, which also does not accept csv files.

Labels (3)
21 Replies
lav5248
Contributor
Contributor

got the results for different column headers and values using tmap component as expected Smiley Happy
SupItzAdeem
Contributor
Contributor

Hey, I'm basically in the same boat but I need to instead have different file names for the output. What would I put in the File Name section of the tFileOutputExcel instead to get the same directory but have a different name. Thanks