0
from docx import Document
d = Document('/tmp/doc_with_header.docx')
d.sections[0].headers[0].add_paragraph(text='moar header')
d.save('/tmp/moar_headers.docx')
これはええ、ここにコード あるのPython-docxファイルのヘッダー/フッターのエラー
AttributeError: 'Section' object has no attribute 'header'