本文介绍了我可以在macOS上使用win32com客户端吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在研究Pycel和Xlrd库.在Mac上使用它们的问题是两个库都使用win32com.client读取Excel文件.

I have been looking at Pycel and Xlrd libraries. The issue with using them on a Mac is that both libraries are using win32com.client to read in the Excel files.

所以我想知道:

  1. 有没有一种方法可以将win32com客户端用于macOS?
  2. 如果没有,我可以使用类似于win32com库的东西,但用于macOS吗?
  1. Is there a way I can use win32com client for macOS?
  2. If not, can I use something similar to win32com library, but for macOS?

推荐答案

  1. 否.

  1. No.

不完全是.但是,可以使用PyUNO或 unotools .

Not quite. But instead of using COM to drive around Excel you can use the cross-platform UNO to drive around LibreOffice via either PyUNO or unotools.

这篇关于我可以在macOS上使用win32com客户端吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-10 02:31