本文介绍了EPPlus是否需要在服务器上安装Excel?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
EPPlus是否需要在服务器上安装Excel?如果是,则使用Entity Framework将大量数据从服务器端代码导出到excel文件的任何更好的选择。
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.
推荐答案
否,它不需要在服务器上安装Excel,因为您可以在中阅读:
No, it does not require Excel to be installed on the server, as you can read in the docs:
尽管如此,您确实需要将EPPlus组件放在服务器上。
You do need to put the EPPlus assembly on the server though.
这篇关于EPPlus是否需要在服务器上安装Excel?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!