asp.net mvc - Excel Interop + MVC -


is safe use excel interop inside mvc app?

epplus

epplus .net library reads , writes excel 2007/2010 files using open office xml format (xlsx).

it not require excel installed on server. doesn't use excel libraries, api interface open office xml format (xlsx). xlsx a zip file folder structure , xml files inside describe layout , data of spreadsheet.

epplus.codeplex.com. codeplex site has tons of examples plus here's additional blogpost more.

just putting here actual answer.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -