将一批 .xlsx 文件转换为 .xls 格式的方法是什么?我希望它是一个命令行解决方案,但任何事情都比手动打开每个并手动保存为新格式更好。
~~编辑~~
那么有没有办法绕过这个错误呢?
errored: Leaking python objects bridged to UNO for reason pyuno runtime is not initialized,
(the pyuno.bootstrap needs to be called before using any uno classes)
python: tpp.c:63: __pthread_tpp_change_priority:
Assertion `new_prio == -1 || (new_prio >= __sched_fifo_min_prio && new_prio <= __sched_fifo_max_prio)' failed.
Aborted
您可以使用 unoconv:
您可能需要在不同的终端上启动“unoconv -l”以提供 OO 侦听器服务。
您可以使用ssconvert: