In case you missed the announcement: The Alteryx One Fall Release is here! Learn more about the new features and capabilities here
ACT NOW: The Alteryx team will be retiring support for Community account recovery and Community email-change requests Early 2026. Make sure to check your account preferences in my.alteryx.com to make sure you have filled out your security questions. Learn more here
Start Free Trial

Alteryx Designer Desktop Discussions

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

Deepl api for whole excel file

Anudi
5 - Atom

Hi!

I want to use the deepl API to translate whole Excel sheets. I've already found this community https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/DeepL-translator-API/td-p/8193...

 

But the macro shown there only takes a single colomn as input, what I need is a tool that ready in a whole excel file and outputs a translated one (without losing formatting), does anyone know how to implement this?

1 REPLY 1
KGT
13 - Pulsar

I've never used this, or investigated DeepL, and so haven't seen a pre-built solution, but looks like they post the details of the API pretty accessible.

 

That macro just constructs the text into a string to parse to the API. 

Using this: https://developers.deepl.com/docs/api-reference/translate

 

You are probably looking for this: https://developers.deepl.com/docs/api-reference/document

 

Otherwise, you can make your file into one text field (with delimiter) and pass that to the translate API

 

 

 

Labels
Top Solution Authors