Translate for Excel

Unlimited free translation for 20 languages to and from English.

AppSource

Overview

Provides a TRANSLATE function like GOOGLETRANSLATE for Excel. It translates 20 languages to or from English using machine learning models running on your CPU. Your data never leaves Excel, and you have unlimited free use.

Features

🌐 Translates 20 languages to or from English.
πŸ†“ Unlimited free use
πŸ’» Processed locally on your computer.
πŸ”’ No data is shared outside Excel.
πŸ’½ Uses ~500MB of RAM, ~100MB of browser cache

Function

=BOARDFLARE.TRANSLATE (text, source_lang, target_lang)
text: Must be less than 1000 characters.
source_lang: Text language, e.g. β€œfr” for French.
target_lang: Translation language, e.g. β€œen” for English.
E.g., to translate cell A1 from French to English:
=BOARDFLARE.TRANSLATE(A1, β€œfr”, β€œen”)

Languages

Either the source or target language must be English β€œen”, and the other language may be any one of the following:

Afrikaans β€œaf”, Arabic β€œar”, Czech β€œcs”, Danish β€œda”, Dutch β€œnl”, Finnish β€œfi”, French β€œfr”, German β€œde”, Hindi β€œhi”, Hungarian β€œhu”, Indonesian β€œid”, Italian β€œit”, Russian β€œru”, Spanish β€œes”, Swedish β€œsv”, Ukrainian β€œuk”, Vietnamese β€œvi”, Xhosa β€œxh”, Chinese β€œzh”

Note: Japanese β€œjap” has been removed as the quality of the translation model used was found to be very low. We will try to add it back again soon.

Applications

Use it for any translation task in Excel. For example, translate multiple Excel cells with product descriptions, customer reviews, or any other relatively short text cells.

  • Shipping manifests: Translate product descriptions in shipping manifests to your local language.
  • Catalogs: Translate vendor catalogs to your local language.
  • Customer reviews: Translate customer reviews to your local language.
  • E-commerce: Localize product descriptions for your e-commerce site.

Alternatives

Microsoft has announced a new native TRANSLATE function with similar functionality but broader language coverage. It is currently available to Beta Channel users on Windows and Mac. It is unclear of this will offer unlimited free use once it reaches GA.