Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can not found npoi.xssf.usermodel

Tags:

c#

.net

npoi

I wanna use npoi to manipulate .xlsx files in VS2012/2010. To do so I should import NPOI.XSSF.UserModel, but when I add the npoi.dll and try to import that, there is no XSSF type of NPOI at Using part. I mean that there is no "Using NPOI.XSSF" Any help?

like image 450
lonelyDeveloper Avatar asked Jun 13 '13 05:06

lonelyDeveloper


1 Answers

You need to include NPOI.OOXML.dll dll to use NPOI.XSSF.UserModel namespace

like image 56
Ramesh Durai Avatar answered Oct 29 '22 10:10

Ramesh Durai