python-docx save in Word 2016 version

后端 未结 0 807
执笔经年
执笔经年 2020-12-04 19:51

Currently when saving a word document using python-docx, such as this:

from docx import Document
document = Document()
document.add_paragraph("test"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题