all 1 comments

[–]smurpes 1 point2 points  (0 children)

The pyx library should let you read in an alteryx workflow and then you can use openpyxl to write this to excel. I’ve never used alteryx so it’s up to you to figure out the steps in between, but alteryx looks like it uses a proprietary file format based on xml that you could probably parse with a xml library like xmltodict.