Skip to content

Word Document table conversion issue #20

Description

@He-Huang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestopen for contributionInvites open-source developers to contribute to the project.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions