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.
我创建了一个将 .xlsm 转换为 .pdf 的宏。现在,我想将 .xlsm 放在 Ubuntu 机器上,然后使用 Python 脚本自动调用转换宏。
在挖掘 xlrd 和 xlwt 库后,我发现那些不支持宏,调用宏的唯一方法是使用 win32com。