-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Set_cell_border #1088
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
Comments
I also want to know is there a table style list |
document = Document() outputNormal Table |
I used my own docx Normal Table |
how can I used all the styles? thanks a lot |
solved |
thanks a lot for your great work in this package, very useful.

I want to set border for a table like such
I want to set border for each cell, and some cell has no rigth frame.
I found some kind people offered a function like such
from docx.oxml import OxmlElement
from docx.oxml.ns import qn
but I do not know how to set the right frame as blank, and set the space between column 2 and 3
The text was updated successfully, but these errors were encountered: