Hi,
I often need to create +-30 files for +-30 different countries based on the country in one of the columns.
I have already figured out how I can divide my data over different excel files and tabs.
However, I like to start from a sort of template where I have some instruction text on top and some formatting.
Whenever I need to change that template, I copy the new one 30 times and change the country name, so I can overwrite part of the file later with Alteryx data. This works, but it takes some time and manual effort.
Is there an easier way to copy that 1 template 30 times with the correct output name?
example:
country Belgium_data.xls
country Germany_data.xls
...
Second question: is there a way to have some formatting done by Alteryx, like column width, cell color,...? On the community I found some answers about table-layout-render to xls. But I cannot seem to get that working with my different output files.