docx1 Python에서 워드 파일 처리하기ㅣDocumentㅣdocxㅣWord File Processing in Python Python에서 워드 파일 처리하기ㅣDocumentㅣdocxㅣWord File Processing in Python python-docx https://python-docx.readthedocs.io/en/latest/ python-docx — python-docx 0.8.11 documentation from docx import Document from docx.shared import Inches document = Document() document.add_heading('Document Title', 0) p = document.add_paragraph('A plain paragraph having some ') p.add_run('bold').bold = True p.add_run(' and .. 2022. 6. 25. 이전 1 다음