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 に変換するマクロを作成しました。ここで、Ubuntu ボックスに .xlsm を配置し、Python スクリプトを使用して変換マクロを自動的に呼び出します。
xlrd & xlwt ライブラリを掘り下げた後、それらはマクロをサポートしていないことがわかりました。マクロを呼び出す唯一の方法は、win32com を使用することです。