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')
이 그래, 여기에 코드 입니다파이썬 DOCX 머리글/바닥 글 오류
AttributeError: 'Section' object has no attribute 'header'