接上篇博文<C#快速导出到excel>:由于此种方法不能导出成.xlsx格式,为解决此问题,本次分享使用NPOI. 参考:https://www.cnblogs.com/lazyneal/p/6148912.html 1.添加程序包. 在项目名右键. 选择管理NuGet程序包,浏览处搜索NPOI并安装. 2.代码引用. using System.IO; using System.Data.SqlClient; using System.Diagnostics; using NPOI.HSSF.
我用的版本是1.25的.每个版本用法有一点不同 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; using NPOI.HS