Good afternoon all!
I've got a workflow where I am looking to open an Excel file that has 2 predefined ranges that I am going to fill as part of the workflow process. I then want to save this Excel file as a different file name. So for example "pretty_template.xlsx" would be master sheet that is loaded and the output would be "pretty_spreadsheet.xlsx". I have the part where it will save the data out if the spreadsheet is already in the "pretty_spreadsheet.xlsx" format, but I am struggling with how to open the master file to insert the data.
TIA!
Solved! Go to Solution.
@SE_Bill
What I can think of is to copy your template file to the target file with a Run Command Tool, then write the data to the target file.
I suggest making a copy of your template file and saving it with your new output file name. This post has an example you should be able to leverage.
Thanks all. I think that idea will work. Much appreciated.