Python win32com excel,获取所有可用功能的列表

发布于 2025-02-08 13:14:34 字数 279 浏览 1 评论 0原文

有没有办法获得所有功能?我什至尝试检查PYWIN32源代码,但是即使在源代码中,我也找不到许多功能的实现,例如

excel = win32.Dispatch("Excel.Application")
workbook = excel.Workbooks.Open(file)

我找不到工作簿列表和变量的列表,或者通常是在没有的情况下,通常是在没有的。 DOC我可以在源代码中进行深度介入,但是在这里我有点卡住了,

我可以找到excel和word com的功能列表吗?

Is there a way to get all functions? i tried even check the pywin32 source code, but even in the source code i couldnt find the implementation of lots of functions like

excel = win32.Dispatch("Excel.Application")
workbook = excel.Workbooks.Open(file)

i can't find a list of functions and variables that workbook would have, or excel itself, usually when there is no doc i can deepdive in the source code, but here i kinda got stuck,

Is there any place i could find a list of functions for the Excel and Word COM?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文