ASP.NET Core 使用EPPlus.Core導(dǎo)入導(dǎo)出Excel xlsx 文件,EPPlus.Core支持Excel 2007/2010 xlsx文件導(dǎo)入導(dǎo)出,可以運(yùn)行在Windows, Linux和Mac。

EPPlus.Core 是基于EPPlus 更改而來(lái),在Linux 下需要安裝libgdiplus 。

EPPlus:http://epplus.codeplex.com/

EPPlus.Core:https://github.com/VahidN/EPPlus.Core

下面在ASP.NET Core 中導(dǎo)入導(dǎo)出Excel xlsx 文件。

新建項(xiàng)目

新建一個(gè)ASP.NET Core Web Application 項(xiàng)目ASPNETCoreExcel,選擇Web 應(yīng)用程序 不進(jìn)行身份驗(yàn)證。

然后添加EPPlus.Core 引用。

使用NuGet 命令行:

Install-Package EPPlus.Core

也可以使用NuGet包管理器安裝。

網(wǎng)友評(píng)論