Javascript – Cannot export file on .NET Core application
I'm working with a .NET Core application. I can see the data on the view, but if I try to export this data (in Excel (using closedXML) or csv file), It doesn't works. Checking on devTools there is not problems.…