I’m working on ‘mvc3 Razor’ application under ‘IIS7’, I want the generate an excel file (.xls or .xlsx) which get the data from a database with a specific colors and format and with a good performance. How can i do this?
I’m working on ‘mvc3 Razor’ application under ‘IIS7’, I want the generate an excel
Share
You can use one of the libraries which allow you to create and manipulate Excel files, like EPPlus (open source) or Aspose (commercial). I have a positive experience with the latter.