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.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
No, it does not require Excel to be installed on the server, as you can read in the docs:
You do need to put the EPPlus assembly on the server though.