We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

python tool to output data into .xls

187
8 - Asteroid

Hi Alteryx engineer,

 

i have a sample.xls , i used all option in output tool, all failed with error.  So i want to implement outputing data via python tool

 

i assume i have data coming from previous select tool  3row*5colums    data = Alteryx.read("#1")

 

what is the python code snippet for flushing data into this sample.xls|||data$C2:G  ?

 

THANKS!!!

1 REPLY 1
Peachyco
11 - Bolide

I think the issue is not in the Output Data Tool, but in the sheet name that you're using. Even Excel itself is throwing an error:

Alteryx screenshot.png

Labels
Top Solution Authors