Created
May 29, 2019 03:20
-
-
Save viacooky/127ff2ad2bb8fdc935c964b38b669a5d to your computer and use it in GitHub Desktop.
Excel列翻译公式(有道API)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
例如: | |
A列中是需要翻译的文本 | |
在B列中使用该公式 (其他列注意替换公式的参数) | |
=FILTERXML(WEBSERVICE("http://fanyi.youdao.com/translate?&i="&A1&"&doctype=xml&version"),"//translation") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment