Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask 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