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\')