Skip to content

Conversation

@shourav9884
Copy link

@shourav9884 shourav9884 commented Feb 15, 2022

Added support for rowspan, colspan. if one table has structure like below

<table>
<tr><td rowspan="2"></td><td></td><td></td></tr>
<tr><td></td><td></td></tr>
</table>

will be converted perfectly to docx with merged cell now which was missing previously

@pqzx
Copy link
Owner

pqzx commented Mar 8, 2022

Hi @shourav9884 , thanks for the PR. Can you add a description/summary of what you've added and why?

@shourav9884
Copy link
Author

@pqzx added some description... please let me know if it is enough

Copy link

@tjengbudi tjengbudi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which one working? i tested but the result is empty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants