Does EPPlus requires Excel to be installed on the

2020-04-16 02:33发布

Does EPPlus requires Excel to be installed on the sever ? if Yes, any better alternatives for exporting bulk data using Entity Framework from Server side code to an excel file.

标签: c# .net epplus
1条回答
家丑人穷心不美
2楼-- · 2020-04-16 03:29

No, it does not require Excel to be installed on the server, as you can read in the docs:

EPPlus is a .NET library that reads and writes Excel files using the Office Open XML format (xlsx). EPPlus has no dependencies other than .NET.

You do need to put the EPPlus assembly on the server though.

查看更多
登录 后发表回答