microsoft / microsoft/markitdown

Word Document table conversion issue

Open
#20 8 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement open for contribution
Dominant language
Python
Stars
186k
Forks
13.7k
Avg merge
1d 4h
Merged PRs (30d)
49

Description

This library is great. It would be even more useful if the table conversion is accurate with merged cells.

With the table inside this docx file
Image

I got the parsing results as below:

| 1 | 2 | 3 | 4 | 5 | 6 | |
| --- | --- | --- | --- | --- | --- | --- |
| A | b | c | d | e | f | value |
| I | J | K | L | M |
| P | Q | R | S | T |

After rendering in markdown, it's like

1 2 3 4 5 6
A b c d e f value
I J K L M
P Q R S T

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Use the linked DOCX file as the reproduction input and compare its merged-cell layout with the reported Markdown table. Trace the Word-table conversion entry point and any existing table-related tests, then verify that the rendered Markdown preserves the merged-cell content and structure shown in the document.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
content
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.