How to make cell borders of table with python-docx

前端 未结 0 1681
被撕碎了的回忆
被撕碎了的回忆 2020-12-15 06:32

I want to setup cell borders with python-docx. I used the follow command, but error happens.

table = document.add_table(rows=1, cols=3, style=\'Table Grid\')
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题