Skip to content

How to use NPOI on Linux

Tony Qu edited this page Nov 9, 2018 · 9 revisions

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