dotnetcore / NPOI

A .NET library for reading and writing Microsoft Office binary and OOXML file formats.
Apache License 2.0
1.92k stars 413 forks source link

Lib Not working on Mac (GetQDGlobalsThePort missing in Carbon) #150

Open K-Leon opened 4 years ago

K-Leon commented 4 years ago

First of: Thanks for your hard work with this lib.

I just stumbled over a severe Bug with Mac:

EntryPointNotFoundException: Unable to find an entry point named 'GetQDGlobalsThePort' in shared library '/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon'. System.Drawing.MacSupport.GetQDGlobalsThePort()

As far as Google tells GetQDGlobalsThePort could be removed from Carbon.

It is easy to reproduce - Just use AutoSizeColumn on Mac

ponchautf commented 4 years ago

Had this issue too. could be great if someone can solve this.