microsoft / microsoft/markitdown
Word Document table conversion issue
Nobody has claimed this yet.
- 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
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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