标签:不同的 lin ocx git inf 引用 github des 安装python
原理不说,网上很多
使用python2.7 安装python-docx包
from docx import Document document = Document() paragraph = document.add_paragraph("xm17") document.save(‘xxe.docx‘)
生成后,拖到linux下,使用7zip也行,linux方便一点
是word目录下的document.xml文件,然后
有声明当然要有引用啊!!!!!
此处&test就是 python代码中的Xm17
然后参考
http://oxmlxxe.github.io/reveal.js/slides.html#/9
不同的docx啦,xlsx啦什么的 都不一样,总之,写入的文件要有调用的地方
github也有自动生成的工具
oxml_xxe
标签:不同的 lin ocx git inf 引用 github des 安装python
原文地址:https://www.cnblogs.com/xm17/p/12252640.html