Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About word to html about vMerge's xml parsing problem when line merging #2248

Closed
raybon-lee opened this issue Jun 22, 2022 · 1 comment
Closed

Comments

@raybon-lee
Copy link

After testing, it was found that the line merging vMerge in the latest version of word2007 is no longer w:val=“continue” but <w:vMerge />, so when you need to parse Xml, you need to give the default value condition to facilitate the word .docx format Converting html will not have the problem of not merging lines, colspan can't work properly

start :
<w:vMerge w:val="restart"/>

next row cell default is continue
<w:vMerge/>

@raybon-lee
Copy link
Author

PR: #2250

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

No branches or pull requests

1 participant