table = document.add_table(rows=1, cols=1) hdr_cells = table.rows[0].cells hdr_cells[0].text = 'Qty'
我必须更改表格中一行“一列”的文字“数量”的字体大小,我该怎么做?
python-2.7 python-docx
python-2.7 ×1
python-docx ×1