News

i used this code for markup text but after, line of key word will change font about calibri. How can i make it to Times New Roman. This is my source: import re from docx.enum.text import ...
When writing a very simple table of 3 rows and a heading I end up with 2 empty rows and 3 rows with data. Anyone know how to not have the empty rows? import docx from docx.shared import Inches from ...