When exporting Excel, the default order of exported columns depends on the class definition. It is currently not possible to specify both column order and column name through ColumnAttribute, and only one can be chosen.
I found MapExtensions The Map extension method has related overloading support for setting both column order and column names simultaneously.
Can ColumnAttribute be supported?