I am using ExcelExport...
import { ExcelExport, ExcelExportColumn } from "@progress/kendo-react-excel-export";
one of the columns being exported is an Enum value. Is it possible to export the data and have the excel column be a dropdown picklist? I've attached a file of an example
Thanks
Hello,
This possible with the current version of the ExcelExport.Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello, Brian
Currently, the value can only be exported as a standard value in the excel. The workbook customization can be used to map the enum to a user-friendly value:
https://www.telerik.com/kendo-react-ui/components/excelexport/customization/
I have also transferred this to an official feature request as this is how we prioritize the requests.
We will monitor the interest in this and plan it accordingly.
I already added your vote for convenience.
Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.