문제

I'm working with data processing and want to generate PowerPoint or OpenOffice Impress presentation with some data analysis directly from Python. Is there any libraries for Python to do that? I'm using Unix enviroment.

도움이 되었습니까?

해결책

Yes.

You can use the odf library.

http://opendocumentfellowship.com/projects/odfpy

The document you'll get will be in ODF format but you can later convert it to PPT using unoconv.

다른 팁

Looks like this is starting to come along well: https://github.com/scanny/python-pptx/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top