I am working on an ASP.NET 4.0 website. I want to export data from database to excel (2013 Xlsx file) from the website.
I do not want to use Microsoft Interop excel dlls since it requires excel on the webserver.
I want to export the data to excel (2013 Xlsx file) and format the excel cells dynamically. (Font, Color coding, Merging cells and calculation)
How to format the excel cells dynamically based on the values in the cells without Interop dlls? Any suggestions or links to excel formatting would be helpful.
Thanks Ashok