If I were to write a macro in python for libreoffice calc and save the file as an xlsx file will the macro work in ms excel on a windows pc?
I am thinking of learning python so I can write macros for ms excel in python on libreoffice.
If I were to write a macro in python for libreoffice calc and save the file as an xlsx file will the macro work in ms excel on a windows pc?
I am thinking of learning python so I can write macros for ms excel in python on libreoffice.
有点。
您将无法直接使用 libreoffice 中的 python 宏,但您可以使用 python 自动化 MS Office
请参阅此处:使用 Python 编写 MS Office 宏?
我使用了 win32Com 方法,它完成了我需要的一切。我认为以这种方式做事并没有太多好处,除非您将 python 的某些功能用于其他交互。
不,Excel 仅本机支持用 VBA 编写的宏。[1]