Home > OS >  For help, EXCEL how to invoke offline offline translation translation software API service
For help, EXCEL how to invoke offline offline translation translation software API service

Time:09-18

Excel spreadsheet need to do a lot of english-chinese translation,
Built-in translation function only about 50 lines,
Later call "WEBSERVICE" function, like this:
=FILTERXML (WEBSERVICE (" http://fanyi.youdao.com/translate? & I="& amp; A1 & amp;" & Doctype=xml& The version "), "//translation")
Use is youdao translation of interface, at the start of the useful
but after I translated the thousands of cells, found out that my IP was youdao closed
So I thought about the offline translation software
Just spirit gus iciba own API server, allowing developers to call from the browser or other software,
So you need not connected to the Internet also can translate the , like this:
http://127.0.0.1:11111/lingoes? CMD=mini_search & amp; Text=text & amp; Pos_x=X coordinate window & amp; Pos_y Y=window
Specific rules here:
Lingoes API service invocation guide, http://www.lingoes.cn/zh/translator/api_server.htm
It's a pity that I am a novice, don't understand completely,
So can have a great god drove formula, this OFFICE can also be offline translate

CodePudding user response:

If not well, it is the pop-up window, and return what json object there is no translation result, only the original, the result is in a pop-up window, if you want to take translation results from the pop-up window, this is complicated,

CodePudding user response:

Indeed very troublesome, and outcome of a dictionary, this is what to do, bring their own API service software is too little, want to a night didn't come up with other way, the translation software haven't been updated for 5 years, developers have also don't know, still is not offline translation too need to

There are more than 8000 lines, human translation after the Chinese New Year, alas
  • Related