excel - 使用 DeepL API 翻译文本

标签 excel api translation google-translate deepl

是否有可能查明 DeepL translator 是否存在提供翻译 API?不幸的是我没有找到任何这方面的信息。

希望将其实现为 Excel 脚本以进行自动翻译。我已经用 Google 尝试过(例如 https://translate.google.com/#en/es/Hello%20World ),但 DeepL 似乎更准确。

最佳答案

REST API 终于(商业)可用,请参阅 API reference documentation .

示例请求是

https://api.deepl.com/v1/translate?text=Hello%20World!&target_lang=EN&auth_key=XXX

其中 XXX 是您需要的身份验证 key register with DeepL .

关于excel - 使用 DeepL API 翻译文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45937616/

相关文章:

javascript - 使用 Javascript 更改网站语言

PHP - 更改默认 CSV 工作表名称

excel - 如何从 Access VBA 引用 Excel 用户窗体

python - 从 Python 创建 Excel XML 文件

android - 如何对低于 L 的 Android 版本使用 startLockTask() 方法

c# - 将依赖注入(inject)应用于抽象类 c# 的不同实现

excel - 将匹配限制为三个而不是无限

Python C-Api...如何从 C 创建 "IntEnum"对象

wpf - 数学(在 WPF 中): Getting new x, 平移后的 y 坐标

django 根据 UserProfile.language() 字段数据发送本地化电子邮件