python convert microsoft office docs to plain text on linux

前端 未结 7 599
庸人自扰
庸人自扰 2020-12-06 05:49

Any recomendations on a method to convert .doc, .ppt, and .xls to plain text on linux using python? Really any method of conversion would be useful. I have already looked at

相关标签:
7条回答
  • 2020-12-06 06:48

    You can access OpenOffice via Python API.

    Try using this as a base: http://wiki.services.openoffice.org/wiki/Odt2txt.py

    0 讨论(0)
提交回复
热议问题