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.
我想使用 python 和 xlwings(或 pyxll 等替代方法)创建一些自定义 excel 函数。但是对于分发,我需要将 python 代码以及所有依赖项都嵌入到 excel 文件中,这样我只能将 excel 文件作为独立文件发送,并且当最终用户打开文件时,一切都可以开箱即用无需安装任何东西
这可能吗?
非常感谢!