You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get rid of document.add_picture('monty-truth.png', width=Inches(1.25)) line and add table.style = "Table Grid" right under table = document.add_table(rows=1, cols=3).
Run the script to produce demo.docx.
Open your Google Drive and upload demo.docx.
Google drive thumbnail is ok:
But then open the file using Google Docs and see some weird table style set by Google Drive:
In the meanwhile, if I open demo.docx in LibreOffice, everything is displayed ok.
What is wrong with the style? Or maybe this is some bug on Google Docs side?
Thanks.