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.
So I want to know:
- Is there a way I can use
win32com
client for macOS? - If not, can I use something similar to
win32com
library, but for macOS?