What Happens to Tables During Document Translation?
TABLE OF CONTENTS
A table can keep every row and column yet still fail after translation. Longer text, different line breaks, right-to-left content, localized numbers, and lost header metadata can turn an intact-looking grid into misleading information.
What Changes When a Table Is Translated?
A document table has three layers, and each needs a separate check:
| Layer | What should happen | What can go wrong |
|---|---|---|
| Content | Headings, labels, notes, and prose are translated | Text is omitted, duplicated, mistranslated, or left in the source language |
| Structure | Rows, columns, merged cells, and header relationships stay connected | A conversion splits cells, changes spans, or loses structural metadata |
| Presentation | Borders, fills, fonts, widths, and alignment remain usable | Text wraps, clips, shrinks, overlaps, or forces the table onto another page |
Translation should not rebuild the table from scratch. A document-aware workflow can preserve its structure and styling, but preservation does not mean that every cell will occupy the same space afterward.
The W3C notes that translated text is likely to differ in length and recommends flexible layouts instead of narrow fixed-width containers. This matters most in tables because short headings are often placed in the tightest cells. Its examples also show that a German compound may offer fewer natural wrap points than the equivalent English phrase, while some non-Latin scripts require wider characters or greater line height.
For a broader explanation of these effects, see why translated documents become longer.
Which Table Elements Usually Survive Translation?
When an editable source file is translated with a format-aware tool, these elements may be carried into the output. None should be assumed correct without verification.
| Element | Expected result | Review question |
|---|---|---|
| Rows and columns | Same logical grid | Are any rows, columns, or cells missing or duplicated? |
| Borders and fills | Same visual grouping | Do colors and borders still communicate the intended categories? |
| Merged cells | Same span across rows or columns | Does each heading still cover the correct data? |
| Header rows | Same labels and repetition behavior | Does the header remain attached to the right columns and repeat across pages? |
| Cell styles | Same font, emphasis, padding, and alignment | Did font substitution or auto-fit make any cell unreadable? |
| Numbers and formulas | Same underlying values and logic | Did any sign, separator, unit, formula, or reference change? |
| Notes and links | Same destination and association | Does each note or link still belong to the correct cell? |
Format conversion is a separate risk. The W3C’s table accessibility guidance warns that structural table markup is often lost when content moves between formats. A table may therefore look correct while no longer exposing its header-to-data relationships to assistive technology.
Five Common Table Problems and Their Fixes
1. Text overflows or makes rows too tall
Translated labels may be longer, contain wider characters, or wrap at different points. Fixed row heights can clip the last line; automatic row growth can instead push the table across a page break.
Fix it in this order: remove manual line breaks, allow rows to grow, widen the most constrained column, reduce unnecessary cell padding, and use target-language hyphenation where appropriate. Shorten wording only after a language reviewer confirms that no meaning is lost. Shrink the font last.
If the target script displays boxes, disconnected letters, or unexpected typefaces, treat that as a font problem rather than an overflow problem. Follow the checks in why fonts break after translation.
2. Merged cells no longer describe the right data
A merged heading may span three product columns in the source. If a row or column is inserted, deleted, or shifted during conversion, the heading can appear above the wrong group even though the words are translated correctly.
Fix it by checking spans against the source. Trace each multi-column and multi-row heading to the cells it governs. Avoid adding new merged cells merely to make a translated label fit; adjust width or wrapping instead.
Microsoft recommends simple rectangular tables for accessibility because split cells, merged cells, nested tables, and blank rows or columns can disrupt how screen readers count and identify cells. When complex spans are necessary, visual inspection alone is not enough.
3. Headers lose their relationship to data cells
Bold text in the first row looks like a header to a sighted reader, but appearance does not define structure. W3C guidance requires header cells and data cells to be identified and associated so assistive technologies can announce the relevant row and column context.
Fix it by restoring semantic headers in the editable document. Mark the first row as a header, confirm repeated headers on multi-page tables, and test complex tables with the application’s accessibility checker. In exported HTML or PDF, confirm that the header associations survived conversion.
4. Numbers, formulas, and identifiers change silently
A fluent sentence is easy to notice; a changed decimal separator, minus sign, percentage, model number, or spreadsheet reference is not. Some values should be localized for readers, while identifiers and calculation logic must remain exact.
Fix it with a data-only comparison pass. Ignore prose and compare digits, currency codes, percent signs, units, ranges, totals, formulas, footnote markers, and cell references. Recalculate spreadsheet formulas and totals in the target file. Record intentional locale changes so reviewers do not “correct” them back to the source format.
5. Right-to-left text scrambles punctuation or alignment
Arabic and Hebrew run right to left, but embedded Latin terms and digits still run left to right. Unicode therefore treats this as bidirectional text. It also notes that separate table cells can be handled as separate paragraphs, allowing direction to be set at the cell or paragraph level.
Fix it cell by cell. Set the correct base direction, then inspect product codes, dates, percentages, parentheses, slashes, and punctuation beside Latin text. Do not reverse digits manually. Check both the editable document and the exported PDF because direction and mirroring are rendering behaviors.
A Pre-Translation Checklist
- Start from the editable DOCX, PPTX, or XLSX when available.
- Remove empty rows and columns used only for spacing.
- Replace layout tables with normal document layout where practical.
- Mark real header rows and keep the table structure as simple as the data allows.
- Let rows grow; avoid fixed heights for translatable cells.
- Identify merged cells, formulas, totals, protected identifiers, and do-not-translate terms.
- Set the source language correctly and record the target locale.
- Save a reference PDF so reviewers know how the approved source looked.
These steps reduce ambiguity before any tool or translator touches the file. They also make it easier to tell whether a later problem came from translation, conversion, or the original table design.
How to Review the Translated Table
Use separate passes. Trying to check language, data, structure, and layout at once makes small errors easy to miss.
- Compare the grid. Count tables, rows, columns, merged regions, header rows, and notes against the source.
- Compare the content. Confirm that every cell was translated once and remains under the correct heading.
- Compare the data. Check numbers, signs, units, formulas, totals, identifiers, and links without editing the prose.
- Inspect the layout. Look for clipping, excessive row growth, poor page breaks, tiny auto-fit text, fallback fonts, and uneven alignment.
- Check direction and accessibility. Verify RTL cells, header associations, reading order, and repeated headers.
- Export and inspect again. Open the delivered PDF or other final format; do not approve only the editable source.
OpenL Doc Translator supports document formats including PDF, DOCX, PPTX, and XLSX. Its official page states that fonts, colors, tables, and page layout are preserved, and that each job includes translated and bilingual versions. Use the editable source when possible, preview the result, then compare the bilingual version before completing the structured review above.
Formatting preservation reduces reconstruction work; it does not remove the need for QA. The bilingual document review checklist covers the wider document after the tables pass is complete.
When Manual Review Is Essential
Always assign a human reviewer when a table contains:
- Financial totals, rates, forecasts, or audited figures
- Legal obligations, compliance limits, dosage, or safety data
- Formulas, cross-sheet references, or calculated fields
- Multi-level headers, merged regions, or nested tables
- Scanned or image-based cells that depend on OCR
- Mixed right-to-left and left-to-right text
- A fixed print layout with no room for expansion
For these tables, “the file opened” and “the table looks similar” are not acceptance criteria. Approval requires matching the source structure, verifying the target-language meaning, checking every critical value, and testing the final delivery format.
A successful table translation preserves relationships, not just rectangles. Review content, structure, data, layout, direction, and accessibility separately, and a formatting defect is far less likely to become a data error.
Sources
- W3C: Text size in translation - Explains text expansion, constrained layouts, compound words, character width, and line-height differences across languages.
- W3C WAI: Tables Tutorial - Explains header-to-data relationships, complex table markup, screen-reader context, and metadata loss during format conversion.
- Microsoft Support: Make your Word documents accessible to people with disabilities - Recommends simple tables, header rows, accessibility checks, and avoiding split, merged, nested, or blank structures where possible.
- Unicode Standard Annex #9: Unicode Bidirectional Algorithm - Defines display ordering for mixed right-to-left and left-to-right text, digits, punctuation, and direction at paragraph or table-cell level.
- OpenL Doc Translator - Lists supported document formats, formatting preservation, free preview, and bilingual review output.


