privateOmega / html-to-docx

HTML to DOCX converter
MIT License
383 stars 142 forks source link

Table border-collapse #201

Open jiashengmatteo opened 1 year ago

jiashengmatteo commented 1 year ago

I tried inline styling table with "border-collapse: collapse" and/or "border-spacing: 0" but when .docx is created I can still see very little spacing between cell borders. Is there another way?

Thanks!

privateOmega commented 1 year ago

@jiashengmatteo The whole border code is messed up and requires significant work, which unfortunately I cant takeup, would be happy to review and merge PRs for that though.