bskinn / excel-csvexporter

Lightweight tool to export ranges within an Excel sheet to CSV
MIT License
39 stars 7 forks source link

macOS: missing libs #38

Open ylluminate opened 1 year ago

ylluminate commented 1 year ago

When trying to use this on macOS MS Excel, it appears the following libraries are not provided:

image

Any chance we can figure out how to make this work without these or another workaround?

bskinn commented 1 year ago

Wow, a Mac user - cool! 🤩

Sorry this isn't working smoothly. I've only ever developed/used this on Windows, so I had no way to know this would happen.

I don't think I'll be able to help much on this, since I don't have access to a Mac, much less a Mac with Office. The project might need to be forked to a Mac-dedicated version and maintained by someone else.

That said, the first step is to look through the references that are available and try to find replacements for the two that are missing.

If you can find these replacements, you can try disabling these Windows-specific ones and enabling the Mac-specific ones. I rather doubt that will be all that's needed for a fix, though -- the interfaces are likely different.

I'm happy to advise on any efforts working toward a Mac version...just let me know.