We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Since NPOI uses System.Drawing.Common, you must install libgdiplus and libc6 on Linux system.
##Ubuntu 16.04 and above
apt-get install libgdiplus libc6-dev ln -s /usr/lib/libgdiplus.so /usr/lib/gdiplus.dll
Here is a Scott's Post about using Sysem.Drawing.Common
NPOI Contributors