Hello, when outputting reports from alteryx into excel files, every time I open them I get a message from Excel that states, "We found a problem with some content in 'YourFileName.xlsx'. Do you want us to try to recover as much as we can? If you trust the source of this workbook, clock Yes." This happens with most any excel file I output that is overwriting existing sheets. I also get this message from output reports when using Blob tools and templates, etc. Is there a resolve?
Are you overwriting any data on those sheets that had formulas or '=' in them? Instead of writing over the entire sheet, can you update to write over a range that doesn't have anything excel would consider a formula?
@cjaneczko - in my most recent case, I am using a blob tool that writes to a specified range across multiple sheet, and none of the cells that I am writing over have formulas or '=' in them. There are other sheets within the report that have pivot tables that are set to automatically refresh so I wonder if that could be causing this?
The sheets that you are writing to, are the sheet names long? Over 31 characters?
No most of them are pretty short.
Not quite sure the cause of your error throw. These are the common issues that toss that error that I've noticed
@josh_jenkins if you are doing any formulas in those excel sheets and then overwriting them this will cause this error I had it before for that exact reason
Thank you both,
I will sift through my output files and make sure that there aren't any formulas that I missed.
Hello, coming in late, but I came upon this question when I got the same error - what worked for me was to remove spaces in the sheet names I was generating and replacing them with _ sign. Maybe that could help either author or someone coming across this thread.
I came across similar issue. My excel output did not have any of the following:
My output file name had ..\Path\Filename|||'Sheet$' which works perfectly in 2021.1 version but not in 2023.1 version. I had to change it as ..\Path\Filename|||Sheet (removed quotes and $).