Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 811
meda Avatar asked Jun 28 '13 22:06

meda


1 Answers

I fixed this by targeting the .net framework version 4

like image 118
meda Avatar answered Nov 12 '22 15:11

meda