Search code examples
visual-studioexceldllepplus

How do you reference EPPlus dll?


Sorry to ask but how do you refernce EPPlus dll in a .NET project

Usually i just do something like using EPPlus; but did not work this time.

my research show

using OfficeOpenXml;
using OfficeOpenXml.Style;

I did not find it.


Solution

  • I fixed this by targeting the .net framework version 4