AI Agent Hub
Back to skills
Quote Translator icon

Quote Translator

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_c72f7801/quote-translator-kingsway according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem addressed

Multilingual quotations, product catalogs, and price lists often need to be shared with customers in different languages. Rewriting documents with a generic translator can damage Excel formulas, merged cells, and conditional formatting, or break HTML CSS layout and Word table styles. This skill targets xlsx, html, and docx quotation files, replacing visible text only while preserving structure, formatting, and formulas, so translated versions stay closer to the original document.

How it works and limits

  • Core capability: reads an existing file, identifies translatable text, and skips URLs, email addresses, and product codes; uses built-in translation without an external API; supports zh, en, es, hi, ar, fr, ru, pt, de, ja, and ko, and outputs the same file format.
  • Processing path: Excel uses openpyxl to iterate cells while preserving styles and formulas; HTML uses BeautifulSoup to extract text nodes and keep structure intact, with Arabic optionally receiving dir="rtl"; Word uses python-docx to process paragraphs and tables while keeping fonts, colors, borders, and other styles.
  • Notes: text inside images is not translated; complex structures such as nested tables and merged cells should be manually checked; industry terms should be defined in a custom glossary JSON for specific customers or products to reduce terminology drift.

Use Cases

  • Foreign trade staff need to send an English Excel quotation to a Japanese client while keeping formulas and styles intact.
  • Sales operations converts an HTML product quotation page into Arabic while preserving CSS layout and RTL direction.
  • Pre-sales engineers translate a Word project quotation into Spanish for a bid attachment without manual reformatting.
  • Cross-border e-commerce operations maintain Spanish, Japanese, and Korean quotations while using a custom glossary for terms.

Best For

  • Foreign trade staff who regularly send Excel quotations to overseas clients
  • Sales operations teams that need multilingual product catalogs and price lists
  • Pre-sales engineers preparing bid attachments while preserving document styles
  • Cross-border e-commerce leads who need customer-specific industry terminology