9

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?

4

1 回答 1

11

您需要包含NPOI.OOXML.dlldll 才能使用NPOI.XSSF.UserModel命名空间

于 2013-06-13T05:41:48.890 回答