Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Excel - Overwrite Specific Tabs

suby
11 - Bolide

Hi All,

 

I'm overwriting some of the tabs in my excel workbook and whenever i open the output file i get this message and specifically around  'Sheet 13'.

 

""We found a problem with some content, do you want us to try to recover as much as we can?""

 

The one thing  i could see in 'Sheet 13' there are some couple of text fields which has got some truncated characters is this causing a problem?

 

I tried lots of search and i couldn't find any solutions.

 

 

 

Thanks

5 REPLIES 5
Emmanuel_G
13 - Pulsar

Hi @suby 

 

Have you tried to increase the size of the field so that the characters are not truncated and redo a test of opening sheet 13?

suby
11 - Bolide

Hi,

 

That is purely a display issue within Alteryx right? 

 

Is there anything else that could cause the issue and i'm facing this and redone all my work and still facing the same issue..

Emmanuel_G
13 - Pulsar

@suby 

 

Is it possible to provide even a sample of the content that goes into sheet 13 for testing?

suby
11 - Bolide

Hi,

 

Sorry unfortunately i cant provide the data due to security reasons but i have mocked up the data some of the column hold values as below.

 

Column 1column 2Column 3Column 4Column 5
1. some text [1] Some Text[1] Some Text: ·

-Some Text.
-some Text
Some Text.
• Some Text.
• Some Text
The "some text" must :
- Some text.
- Some text
1)    some text    

 

Thanks any pointes would be much appreciated.

 

Thanks

MattBSlalom
11 - Bolide

I'm not familiar with the error message, but I wonder if it's an issue with some of those special characters in the text values (like the bullets).  Have you tried wrapping those values in an Excel formula syntax?  So instead of writing:

 

1. some text

 

it becomes:


="1. some text"

 

Alternatively, it may be worth trying to replace variations of the bullets to a known version that writes successfully like the hyphen "-".

Labels
Top Solution Authors