2017-04-04 1 views
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' 

답변

0

, 당신은 this 페이지에서이 솔루션을 가지고처럼 보이는 오류인가? 불행히도 실제 문서가 아니라 API 제안만으로 구현할 수 있습니다. 단지 약속과 아무것도 더 이상 그 순간에 = \