I have a quarterly process which pulls data from Snowflake and creates about 20 Excel files, one per country. Each file has two tabs with a simple table on each, but which is specifically formatted, includes some conditional formatting, etc.
In a perfect world what I want to do is to pull my data, have it write the 20 files, rename each with the current quarter/country name/etc. and preserve all formatting.
I had no problem creating the basic workflow which creates 20 excel files with country and quarter in the name, but they're not formatted. So my 2nd attempt was to use templates, have it write to 20 pre-built country files which have the formatting, and just overwrite the data on the tabs, while preserving formatting. But then the files are always named as they were for the template.
Is there a way to do what I need to do?
Thanks!