Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从目录中打开现有的 PowerPoint 演示文稿 此处的示例:使用 Python 从 Excel 到 PowerPoint 的图表
我的情况不同 - 该链接显示了如何打开新演示文稿而不是保存的现有演示文稿。
错误信息:
模块无。
您可以调用opencmd 并将要打开的文件名作为唯一参数传递。它将查询注册表以找到应该用作默认打开此类文件的程序,如何执行,然后执行。
open
这应该有效,但没有检查
subprocess.run(['open', 'the file to be opened.pptx'])
更新:还有https://docs.python.org/3/library/os.html#os.startfile