I'm developing an application where you can export some data to an Excel file using OpenXML. Everything is working fine except with the autofilter. The idea is to add an autofilter to the main body of the data so that the user automatically has controls to filter and sort the data. So in code, I do something like this:I'm developing an application where you can exp