Supported Languages
SheetAI works with 90+ languages powered by the underlying AI models (OpenAI GPT, Google Gemini, Anthropic Claude, and more). You can write prompts and receive responses in any of the languages listed below.
How to use SheetAI in your language
- Write prompts in your language — SheetAI automatically detects the input language and responds in the same language.
- Use SHEETAI_TRANSLATE — Translate text between any supported languages:
=SHEETAI_TRANSLATE(A1, "spanish") - Specify the output language in your prompt — e.g.
=SHEETAI("Write a tagline in French")
Examples in different languages
Formula
=SHEETAI("Escribe un eslogan para una cafetería")Output
"Donde cada taza cuenta una historia."
Formula
=SHEETAI_LIST("Donnez-moi 3 idées de noms pour une boulangerie", 3)Output
Le Pain Doré, La Mie Enchantée, Au Blé Gourmand
Formula
=SHEETAI_TAG("Dieses Laptop hat eine tolle Akkulaufzeit", "Technik, Bewertung, Preis, Qualität")Output
Technik, Qualität
Formula
=SHEETAI("寿司レストランのキャッチコピーを書いてください")Output
"一貫一貫、心を込めて。"
Formula
=SHEETAI_CLASSIFY("O produto chegou quebrado", "Elogio, Reclamação, Dúvida")Output
Reclamação
Formula
=SHEETAI("एक आइसक्रीम की दुकान के लिए टैगलाइन लिखो")Output
"हर स्वाद में मिठास, हर बाइट में खुशी।"
Formula
=SHEETAI_EXTRACT("김철수 님의 이메일은 kim@example.com입니다", "이메일")Output
kim@example.com
Formula
=SHEETAI("اكتب شعار لمطعم بيتزا")Output
"كل قطعة تحكي قصة طعم."
Formula
=SHEETAI_SUMMARIZE("Dit is een lang artikel over kunstmatige intelligentie en de impact ervan op het onderwijs...")Output
A concise Dutch summary of the article
Formula
=SHEETAI_TRANSLATE("Welcome to our store!", "turkish")Output
Mağazamıza hoş geldiniz!
Formula
=SHEETAI_FILL(A1:B3, B4)Output
Auto-fills Italian product descriptions based on your examples
Formula
=SHEETAI_TABLE("列出5种常见水果及其营养价值", 5)Output
A table with fruit names, calories, vitamins in Chinese
All supported languages (100+)
Don't see your language?
The AI models are constantly improving their language support. If your language isn't listed above, give it a try — it might still work. If it doesn't, let us know at support@sheetai.app and we'll look into it.