The question is brief because I don't exactly know how to start approaching the problem to understand it. I have identified the .aspx file (in my C# web app project) where an export picture is located, when pressing on it an .xlsx can be downloaded (with content taken from the database), where do you suggest to start the investigation to understand just HOW this file is generated? - I'm interested in the SQL query that is executed to populate the excel.
You may think of it in another way, if this was given you as a task, how would you sketch a plan to generate an excel from a C# web app project based on an SQL query that populates Sheet1?
PS it's not a macro file. Thank you for any pointers.