Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在尝试用 java 编写一个程序,使用 jexcel api 获取 excel 电子表格第一列中每个单元格中的文本,然后将其输入到在线文本框中(例如,谷歌翻译),和然后自动处理(或者为了这个例子,翻译)它,获取结果,并将它们放入相应的单元格
这可能吗?如果是这样,人们将如何做到这一点?
谢谢。
您不必在任何文本字段中输入任何文本,因为最后,当您按下翻译按钮时,您只需向 Google 翻译发送一个 GET 请求。只需向以下 URL 发送 GET HTTP 请求,您就会得到结果:
http://translate.google.fr/#en|fr|hello%20world