good morning everyone.
i am trying to export a table from my asp.net view to excel.
i used a method i saw in c-sharpcorner here.
the problem is when i export the document in excel file, the cells where the formulas are applied display like this:
| #NOM? |
so i have to click on the cell then press enter in the formula bar.
after looking for a solution in the web i didn't a correct one.
this what my code looks like for a cell:
thanks in advance
Jignesh KumarPosted Jul 19, 2018, 11:13 PM
Rupesh KahanePosted Jul 19, 2018, 1:20 PM
1) https://www.c-sharpcorner.com/article/export-data-in-excel-file-with-asp-net-mvc/
2) https://www.c-sharpcorner.com/article/export-to-excel-in-asp-net-mvc/