ASP.NET Core 使用EPPlus.Core導(dǎo)入導(dǎo)出Excel xlsx 文件,EPPlus.Core支持Excel 2007/2010 xlsx文件導(dǎo)入導(dǎo)出,可以運行在Windows, Linux和Mac。
EPPlus.Core 是基于EPPlus 更改而來,在Linux 下需要安裝libgdiplus 。
EPPlus:http://epplus.codeplex.com/
EPPlus.Core:https://github.com/VahidN/EPPlus.Core
下面在ASP.NET Core 中導(dǎo)入導(dǎo)出Excel xlsx 文件。
新建項目
新建一個ASP.NET Core Web Application 項目ASPNETCoreExcel,選擇Web 應(yīng)用程序 不進行身份驗證。
然后添加EPPlus.Core 引用。
使用NuGet 命令行:
Install-Package EPPlus.Core
也可以使用NuGet包管理器安裝。