Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Outputting problematic Excel Files, need recovery each time opening resulting reports

josh_jenkins
6 - Meteoroid

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?

8 REPLIES 8
cjaneczko
13 - Pulsar

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?

josh_jenkins
6 - Meteoroid

@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?

cjaneczko
13 - Pulsar

The sheets that you are writing to, are the sheet names long? Over 31 characters?

josh_jenkins
6 - Meteoroid

No most of them are pretty short. 

cjaneczko
13 - Pulsar

Not quite sure the cause of your error throw. These are the common issues that toss that error that I've noticed

 

  • Exporting Alteryx data over formulas in excel
  • Exporting data that has "=" in the beginning of the field
  • Formulas in Alteryx that generate tab names longer than 31 characters
  • Exporting data over fields that are different types. (eg. Excel template column was Number and Text was exported over it.)
  • Exporting data over a pivot table or excel data table. 
Deano478
12 - Quasar

@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

josh_jenkins
6 - Meteoroid

Thank you both,


I will sift through my output files and make sure that there aren't any formulas that I missed.

LuisaV
5 - Atom

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.

Labels