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.

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