Is there a way to simply open, close, and save an excel document with Alteryx?
I am working on a two part workflow and I am facing challenging with existing Excel formulas.
Part I performs data manipulations and drops new data in excel columns ABC. Excel has existing formulas in columns DEF referencing the data in columns ABC.
Part II is a separate workflow which reads from the file I just created with data in ABC and formulas in DEF. The formulas won't update until the workbook has opened. Is there a way to bypass manually opening the excel document?
In reality there a lot more formulas than DEF. I am trying to avoid adding the formulas in Alteryx and simply leverage what is on the existing Excel document.