python-openxml / python-docx

Create and modify Word documents with Python
MIT License
4.63k stars 1.13k forks source link

sos:font size for merged cells #1091

Open asmlgkj opened 2 years ago

asmlgkj commented 2 years ago

thanks a lot for this powerful package. I run code table.cell(i, j).paragraphs[0].runs[0].font.size = Pt(9) but the merged cell font is still Pt(10) can anyone help, emrgercy

asmlgkj commented 2 years ago

solved, but it was pretty slow now