I need to generate an excel file for a user on the fl upon button click. I was using Netoffice before which worked fine for desktop applications.
But now I want to do the same thing with an asp.net app. This way my server code doesn’t have an access to the client’s copy of excel. What approach should I take?
I need to generate an excel file for a user on the fl upon
Share
Use EPPlus. It allows you to create Excel spreadsheets on the server. I’ve used it and it worked great. It supports advanced functions.