VS2015使用NPOI有2种方法

           1、方法1:引用方法:自己到官网下载NPOI包,然后自己添加到工程项目中。

           2、方法2:NuGet的安装方法:使用VS2015的NuGet的安装方法下载NPOI包,然后自动添加到工程项目中。

 

第一种 引用方法


1、NPOI2.4.1的下载
      NPOI2.4.1下载链接:https://pan.baidu.com/s/1NlJ5yD8xDBooJ9-09qYn0g
     提取码:67zd

2、打开项目引用

VS2015引用NPOI2.4.1和NuGet的安装方法

 

3、在引用上右键,选择添加引用

VS2015引用NPOI2.4.1和NuGet的安装方法

 

4、在浏览选项卡上单击浏览

VS2015引用NPOI2.4.1和NuGet的安装方法

 

5、选择下载解压后的路径,解压的路径最好放在项目里

VS2015引用NPOI2.4.1和NuGet的安装方法

 

6、全选添加

VS2015引用NPOI2.4.1和NuGet的安装方法

 

VS2015引用NPOI2.4.1和NuGet的安装方法

 

7、添加成功

VS2015引用NPOI2.4.1和NuGet的安装方法

 

第二种 NuGet安装方法
1、在菜单栏-》项目-》管理NuGet程序包

VS2015引用NPOI2.4.1和NuGet的安装方法

 

2、在浏览中在搜索框输入NPOI找到NPOI

VS2015引用NPOI2.4.1和NuGet的安装方法

 

3、选择版本并安装

VS2015引用NPOI2.4.1和NuGet的安装方法

 

4、安装成功

VS2015引用NPOI2.4.1和NuGet的安装方法

https://blog.csdn.net/lgxrobot/article/details/93966536?utm_medium=distribute.pc_relevant.none-task-blog-baidujs-1

相关文章:

  • 2021-12-27
  • 2021-11-08
  • 2021-09-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-07
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2021-08-21
相关资源
相似解决方案