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.
こんにちは、Excel スプレッドシートの最初の列のすべてのセルのテキストを取得し、それをオンラインのテキスト ボックス (Google 翻訳など) に入力する jexcel API を使用して、Java でプログラムを作成しようとしています。次に、それを自動的に処理 (または、この例では翻訳) し、結果を取得して、対応するセルに配置します。
これは可能ですか?もしそうなら、どのようにこれを行うでしょうか?
ありがとう。
最終的に [翻訳] ボタンを押すと、Google 翻訳に GET リクエストを送信するだけなので、テキスト フィールドにテキストを入力する必要はありません。次の URL に GET HTTP 要求を送信するだけで、結果が得られます。
http://translate.google.fr/#en|fr|hello%20world