I have a workflow that is parsing bad data into separate tabs in an excel workbook. The workflow runs fine, however each week I need the most recent run to overwrite ALL data within the previous file. It does appear to overwrite the data, but it doesn't actually remove all the data that was there previously. If the prior report had 8 rows of data and the new report only has 3, the report shows 8 rows of data, with the first 3 being the new ones.
How do I solve this and retain formatting?