I have an ASP.NET MVC website and my client would like to export data to an excel spreadsheet but a certain template needs to be used. All the data is pulled dynamically from a MS SQL database.I have used this thread as a start up point, open xml excel Insert actual value in the placeholder. It works well for me with regards to replacing placeholders in an excel template with data from the database.However, I am completely stumped when it comes to placing a complete table with data directly into a cell, i.e. A10. Also, each row in the table has an image in the first column.I thought about replacing the "{table}" placeholder with a html table containing the data, but with the research I have done, it doesn't look like that would work. If I am correct about it not working, could you please point me in the right direction?Thanks in advance for any help.