Why showing error message while opening .xls file
In my asp.net, C# application we are generating and downloading .xls file. But when I’m trying to open, it’s giving a message
In my asp.net, C# application we are generating and downloading .xls file. But when I’m trying to open, it’s giving a message
I’m trying to send a 9MB .xls file as a response from web api controller method. The user will click a button on the page and this will trigger the download via the browser.
I have to port an algorithm from an Excel sheet to python code but I have to reverse engineer the algorithm from the Excel file.