Hi team,
We have a business requirement to create an Excel report file (xlsx) with different sheets (both formatted and unformatted sheets in a single Excel file)
I have learned a method on Alteryx community to do so (please find workflow attached as an example to illustrate our issue)
a) See top workflow - when our business team filters for certain data and it is found, then the Output1.xlsx can be opened without any issues
b) See bottom workflow - when there are no results in one of the sheets ('Sheet DE'), and after Output2.xlsx is generated, the file becomes corrupted (unable to open file)
We need your expertise to answer a few questions from our end:
1) Is there any other solution to generate an Excel output file containing both formatted and unformatted sheets? Sometimes our datasets can be very large, so if we first need to convert every dataset to formatted version (then union them together and render to output, followed by overwriting with an unformatted version), it takes as long as 45mins to generate one Excel report end-to-end which is very time consuming.
2) If our workflow is the only solution available to combine both the formatted and unformatted sheets into one single Excel file, how can we tackle the scenario in point (b)?
Thanks!