Excel export enumeration caption instead of value?

0
Just out of curiosity, is it possible to export an enumeration caption instead of its value? Without creating a new string attribute of course. Thanks in advance!
asked
1 answers
-1

How are you trying to export? 

If you use the default export button in datagrid, then what ever you show in the grid will be exported. For this, you might need a new attribute in entity ofcourse and then show it in the datagrid, so you can export. 

Try ExcelExport appstore module. With custom template you can have custom data exported as excel, where you have more control of what has to be exported.

NOTE: Captions are not localized. 

 

answered